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 DiscussionsCom server permission error on Process.startReuse adapted xml file and send in RESTManaging Failures - New vs. Expected/Known Issues
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