Updating/Creating Test Cases While a Test Suite Is Running?

Hi All,

I just want to ask if i can update some test cases while a regression test suite is currently running?

The Test Suite will run for 1 and half hour and i want to be efficient.

Thanks!

I have noticed if I do this when it executes during that run it will take my edits into account. So I guess it’s up to you. If you mean other test cases while execution is going on? Yes you can. I typically run headless in chrome while I writing other test cases for that reason. so I don’t have the refocus popups etc.

Yes, you can. At runtime, a “snapshot” of your test case(s) is taken, and any changes/additions made to them or other test cases will not affect the execution.

1 Like