Forum Discussion
Kotaibaw
8 years agoOccasional Contributor
yes its independence , we have process which run all testCases and late publishing the report which TC failed and which passed.
sometimes TC which failed on second rerun its passed, so we want in case first failed to rerun the test Case again only once to retry.
can someone suggest how to do it in soapui?
nmrao
8 years agoChampion Level 2
Ok, then it is possible, need to write code to find out all the failed cases automatically and run only those cases.
Can you specify how do you run your test cases? Using command line testrunner? or something else?
Can you specify how do you run your test cases? Using command line testrunner? or something else?
- Kotaibaw8 years agoOccasional Contributor
yes using testrunner
- Kotaibaw8 years agoOccasional Contributor
what i did for now, as a WA added 1 step in the TestSuite which contain Grovvy Script
i need the follwing:
1) how to check if testCase is failed below code
2) if its failed how to run it again using below code
def testCaseList = testRunner.testCase.testSuite.getTestCaseList()
for ( testCase in testCaseList )
{
?? check if testCase is failed and then run it
}- nmrao8 years agoChampion Level 2Need to understand the use case little more.
How is your project structure?
Do you want run the failure cases after finishing off the project?
Or do you want to re-run the test case as soon as it is failed and repeat untill it is passed?
If it is a defect, then the test fails irrespective of how many times it is re-run unless the issue is fixed.
So, what is your case?
Related Content
- 4 years ago
Recent Discussions
- 15 days ago
- 16 days ago