I am evaluating test studio, but I am having trouble. I have two apps that need to interact with each other during the test case. One is the primary app (app1) and the other is a hardware emulation app (app2).
1. App2 needs to open and load a script and begin it's run,
2. App1 opens
3. App1 begins to communicate with app2 (which starts running the script that was previously loaded).
4. If the script runs successful, app1 will open show a successful connection to app2.
Hope that is not too confusing.
In this scenario, when I run test studio to complete the first step, app2 closes. App2 needs to stay open and wait for app1 to run.
How can I create a test for this scenario?