Skip to content

How to open new browser instance for different test suites during execution?

Lets say you have three suites and one suite have 5 cases. You want to execute all three suites in different browser instance. When we say different browser instance it means open browser, execute first suite i.e. all five cases of suite one and close the browser. This pattern should be followed for all the selected suites to execute.

In order to accomplish this, open HuLoop web application, select your automation and go to Settings > Automation Settings > Automation Settings > test_adapter_reset_per_suite and mark this setting as yes.

Sync your automation to HuLoop agent and execute the selected suites. Each suite will execute in a new browser instance.

Back To Top