Forum Discussion
shankar_r
7 years agoCommunity Hero
Tallmage wrote:
Is there a way to start up the Application Under Test, run X tests against it, and then stop it, in one run, without 1 gigantic wrapper test, without supressing the warning, or without disabling the logs?
This has to be handled via scripting, If you are using Project Test Item to run individual tests then I would suggest creating a common function which restarts the AUT then insert that function as a Project Item between every X number of Project Items
If you are using the framework then it would be easy to create a variable and do some math with a variable when you want to restart.