Hi, I am new to TestStand and am evaluating its integration with Java, specifically Eclipse RCP Applications.
I have looked at the example provided with the evaluation installation of TestStand 4.0.
How would I access classes in a JAR file?
For our eclipse application to run, the whole eclipse framework needs
to be started. So creating an instance of our main object is not
enough. Eclipse needs to be launched, specifying our main application
as an argument to its launcher. Has anyone any experience of
integrating TestStand with Eclipse RCP applications?
I'm thinking that maybe I need to add a 'server' layer to my Eclipse
app which a thin client can access - this client can then be accessible
to TestStand and so be able to control the app.
Any ideas/thoughts greatly appreciated!
-peter