Deloitte_ConsulContributor12 years agogetTestStepsOfType() method is not working for rest requestHi All,We are trying to capture request and response of failed test step in an excel file. we tried below code to get list of steps of type restRequest but nothing is printed in the log. def testSteps= tc.getTestStepsOfType(com.eviware.soapui.impl.rest.RestRequest.class); testSteps.each(){ log.info testSteps.getName() } Any help will be appreciated.RegardsDeepak Rawat
1 ReplyReplies sorted by Most LikedPM_rStaff12 years agoHi!You want to use RestTestRequestStep, not RestRequest.RegardsHenrik O
Recent DiscussionsReadyAPI 3.65 – Confirmation of bundled Log4j version and remediation guidanceNo license found on floating license serverReadyAPI "java.lang.OutOfMemoryError"Solved
Related ContentWhy my API requests have suddenly stopped working?API Works on Postman- Imported Request to Ready API Doesnt workDocument UPloading request not working via SoapUI