Forum Discussion
nmrao
Champion Level 1
8 years agoIs every test case independent in your case? Does the test cases share any data?
- Kotaibaw8 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?
- nmrao8 years ago
Champion Level 1
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?- Kotaibaw8 years agoOccasional Contributor
yes using testrunner