Deloitte_ConsulContributor13 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_rStaff13 years agoHi!You want to use RestTestRequestStep, not RestRequest.RegardsHenrik O
Recent DiscussionsWhich Log4j VersionReadyAPI 4.0.1: How to see overview of open messagesReadyAPI 4.0.1: Editor for XML message doesn't open
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