Solved
Forum Discussion
t_roy
7 years agoNew Contributor
can we do it without scripting (i.e. is there any option available on soapui pro GUI) ?
TanyaYatskovska
Alumni
7 years agotestSuite.getTestCaseList().each {testcase ->
testcase.getTestStepsOfType(com.eviware.soapui.impl.wsdl.teststeps.RestTestRequestStep.class).each {
teststep ->
// do something
}
}
FYI
BR,
/Aaron
can we do it without scripting (i.e. is there any option available on soapui pro GUI) ?