Hi Dakshinamurthy,
Below are the 2 scenarios which I am looking . Please let me know your views on Scenario 2
1>Scenario 1
Application_B is a Java FX project. From Marathon i am able to launch Application_B using the JavaProfile/JavaDriver and automate it . No issues. Marathon fits perfectly into this.
2>Scenario 2
Application_A is a java project which inturn calls Application_B(Java FX) as a seperate process(JVM).
For e2e automation , the automation script will send request to Application_A and needs to validate the UI in Application_B. Since automation script is not launching Application_B directly I am unable to get the objects of Application_B
Please just your views on how to achieve automation in Scenario 2 using marathon. I am looking at options like attaching marathon agent to JVM Process etc.
Kindly share some code snippet incase you are aware of a suitable option.
Also kindly share Code snippnet for
JavaProfile fxprofile2 = new JavaProfile(url);
What should be the syntax of the url need , an example URL
Thanks in advance
Pradeep Michael