Forum Discussion

jessical's avatar
jessical
New Contributor
12 years ago

Running two jobs back to back

I have multiple tests that need to run back to back on my VM without closing the application.



For example: One of my tests is the Login for my application. The other test is click motions within the application.



The problem is that the application closes after the Login Job completes so when the second test runs the application is no longer there.



It works when I run in locally by using a child item of the test, but the Network Suite does not follow what is in the Organize tests window.



Below is what I see for Job, Job1, and what the Network Suite is running. I am new so I am hoping there is some easy way to do this.





1 Reply


  • Hi Jessica,


     


    As far as I see, you've contacted the TestComplete Support team regarding this question. They suggested that you use one user session to execute your tests. For this, the session should be opened manually:


    Try opening user sessions on the slave machine manually: set the Login mode in the Hosts editor (http://support.smartbear.com/viewarticle/32604/) to "Manual" for the host. Please note that before you run your automated test, you need to log in to the remote computer and open the needed user session manually. If no user session is opened on the remote computer when the distributed testing starts, an error occurs. For more information, please refer to the "Opening User Sessions Manually" section of the "Opening User Sessions on Remote Computers" (http://support.smartbear.com/viewarticle/29886/#Manually) help topic.


     


    Does this help?