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 DiscussionsUnable to authenticate license in Ready API Login button unresponsiveSolvedAssertions Panel issue to update assertions since update 3.63ReadyAPI websocket plugin issue
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