Forum Discussion

rupali_sonawane's avatar
rupali_sonawane
Occasional Contributor
3 months ago
Solved

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...
  • nmrao's avatar
    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"