Reputation: 11
I'm trying to create a test case in Selenium IDE. The idea is to split my whole test in smaller ones to help find problems in the execution.
I've created a test suite with all my small tests inside, and I'd like that the next test starts right where the last one stopped. But in the beginning of the execution, every test refreshes the browser.
Test Refreshing Browser on start of the execution
My question is: Is it possible to run an entire test suite without refreshing the browser when a new test starts?
thanks a lot
Upvotes: 1
Views: 262