Forum Discussion

ashkht's avatar
ashkht
Contributor
7 years ago

How to set status of all test steps within Data Source loop using Groovy test step

Hello,

 

I am running a SOAP UI test case which is data driven , it has test step with both DataSource and "DataSource Loop" test steps.
I working on groovy script, so that before looping to next test condition through DataSource Loop test step, i can set Status of all test steps , to a value apart from "OK"/"FAILED", until "HTML_Report" groovy step.

 

PFA snippet of SOAP UI test case structure. Can you please assist on the same.