RazisOccasional Contributor13 years agoAdd and configure assertion for response from groovyDoes anyone know how to add and configure assertion for response step from groovy?
1 ReplyReplies sorted by Most LikedRazisOccasional Contributor13 years agodef assertion = testStep.addAssertion("Contains")assertion.setToken('my token')Thanks a lot!
RazisOccasional Contributor13 years agodef assertion = testStep.addAssertion("Contains")assertion.setToken('my token')Thanks a lot!
Recent DiscussionsInvalid Content-Type for attachmentsMalfunction changing between multiple screensHow do I add a REST query string without the 'name='
Related ContentValidate SAP API Responses Using ReadyAPI AssertionsAssertion for raw responseHow to assert on HTTP response code?