I need to write automated UI test, for this I am using FuncUnit and QUnit. I want to know is there any way where I can define the sequence in which I want to run the tests in my test file.
I think QUnit has a way to tell your tests to run in the order they are defined.
I think you can set reorder to false.
1 Like