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