Forum Discussion
JHunt
7 years agoCommunity Hero
So this is about the tests not executing in the right order?
Are you running the tests in sequence (option at the top of the Test Suite Editor window)? Are you using groovy scripts in the test suite?
And are you saying that if you simply change test 10 to something other than delete, then the problem doesn't happen? Very strange.
Are you running the tests in sequence (option at the top of the Test Suite Editor window)? Are you using groovy scripts in the test suite?
And are you saying that if you simply change test 10 to something other than delete, then the problem doesn't happen? Very strange.
KPK
7 years agoOccasional Contributor
Hi thanks for replying.
I am running by right clicking and selecting Launch Test Runner. It also executes the test cases in sequence.
I am not using any groovy scripts.
No I am not saying that. What i am saying is, if i launch the Test Runner from the Launch Test Runner window, the test case 10 fails. Even if I select the Test Case 10 explicitly from the Launch Test Runner drop down(where you can select the Test Suite and the individual test case) it still fails.
But if i run the test case by right clicking on the test case manually, it passes. Its very weird. Maybe i need to do an additional setting or something ? Any ideas ?