gordonb
12 years agoOccasional Contributor
Test step fail then pass, test case is status fail
My test case has a
SOAP step
Groovy step
When the SOAP step fails, it correctly sets the test case status to red & FAILED.
However, the Groovy step can rerun the SOAP step. If the SOAP step subsequently passes, the test case is incorrectly left at FAILED.
I would expect the test case status to be changed to green & FINISHED.
There may be a way to wrestle with system properties, but I would prefer for test case to go green.
SOAP step
Groovy step
When the SOAP step fails, it correctly sets the test case status to red & FAILED.
However, the Groovy step can rerun the SOAP step. If the SOAP step subsequently passes, the test case is incorrectly left at FAILED.
I would expect the test case status to be changed to green & FINISHED.
There may be a way to wrestle with system properties, but I would prefer for test case to go green.