Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » Test multiple Eclipse instance
Test multiple Eclipse instance [message #1702847] Sat, 25 July 2015 18:49 Go to next message
Eclipse UserFriend
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 05:58 Go to previous messageGo to next message
Eclipse UserFriend
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 02:03 Go to previous message
Eclipse UserFriend
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.
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: Thu Jun 19 00:29:17 EDT 2025

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

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

Back to the top