Forum Discussion
- tonielfusterOccasional Contributor
Thanks for your answer Rao.
This is not what I'm trying to do.
The idea is take status of previous SOAP step (which is inside a loop) in execution time. And report it in the txt file indicating if has passed (all assertions are ok) or not (some of the assertion have failed)
Your approach is after execution and in testCase level. In my case, if testRunner.status is called (following your approach), response is RUNNING :( . I'm trying to obtain the Result of a testStep.
Screenshot added, maybe can help you to understand what I need
Thanks
- nmrao
Champion Level 2
Better the details, better the answers :)
Assuming that test request has all the assertions to be made.
So if any assertion failed in certain iteration, the next step (writing result) is not executed, otherwise it is executed.