Aaronliu
14 years agoFrequent Contributor
I believe it's a BUG!
here post a sample of soapUI regarding status after run test suite.
for example: (have 3 test cases under test suite: Initialize,sample,cleanup)
the scenario: click on 'Run' button to execute test suite, if the sample case failed, another 2 case (initialize,cleanup) passed. and then check your status in test suite, you'll find the cleanup test case is failed too.
and I switch to another scenario: in the failed test case,add a piece of script to call another test case, if the test case was passed before, and will mark as FINISHED in green, and then to execute the failed test case, due to will invoke the successful test case, also impact the test case invoked failed, although the test case invoked is correct before.
for example: (have 3 test cases under test suite: Initialize,sample,cleanup)
the scenario: click on 'Run' button to execute test suite, if the sample case failed, another 2 case (initialize,cleanup) passed. and then check your status in test suite, you'll find the cleanup test case is failed too.
and I switch to another scenario: in the failed test case,add a piece of script to call another test case, if the test case was passed before, and will mark as FINISHED in green, and then to execute the failed test case, due to will invoke the successful test case, also impact the test case invoked failed, although the test case invoked is correct before.