rupali_sonawane
3 months agoOccasional Contributor
testFiltercriteria not applied
Until yesterday test was running fine with the below highlighted test criteria in azure pipeline. After Updating the test agent test are not getting filtered from the execution plan. Exec...
- 10 years ago
Oh, you are trying to get data from request, but not on the response.
Here you go:
def Envelope=new XmlSlurper().parseText(messageExchange.request.requestContent) def status = Envelope.Body.genXXYYZZ.return.test.status log.info status assert OK == status, "Status is not ok"