Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » Test multiple Eclipse instance
Test multiple Eclipse instance [message #1702847] Sat, 25 July 2015 22:49 Go to next message
Hakim Sellou is currently offline Hakim SellouFriend
Messages: 6
Registered: July 2015
Junior Member
Hi everyone,

I have a simple question: how to test multiple instances of Eclipse? I think of client/server tools like CDO or ECF.

To be honest, I don't expect miracles but I'm curious Razz
Re: Test multiple Eclipse instance [message #1703694 is a reply to message #1702847] Tue, 04 August 2015 09:58 Go to previous messageGo to next message
Hakim Sellou is currently offline Hakim SellouFriend
Messages: 6
Registered: July 2015
Junior Member
For instance, if I want to launch a server before launching my tests (my server is an Eclipse headless). Is 'Launch Context' do the trick or I have to wrote a custom ECL script context?

(I want to test a Client (Eclipse RCP) not my server)
Re: Test multiple Eclipse instance [message #1704274 is a reply to message #1703694] Mon, 10 August 2015 06:03 Go to previous message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hi,

To launch a server you may use ECL command exec-process.
Use the if command to check if server isn't already launched.
The whole construction will look like
if [ <server isn't launched> ] {exec-process <shell command to launch the server>} 

Please let me know if you have any questions.


Yours sincerely,
Olga.
Previous Topic:On replay the Nebula Grid item not getting selected
Next Topic:What is ECL command to access AUT workspace?
Goto Forum:
  


Current Time: Tue Apr 23 10:04:48 GMT 2024

Powered by FUDForum. Page generated in 0.03042 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top