can you elaborate on this
"checkpoint to add your XPATH based validation of response"
when i looked at my output log it is saying in the RESULTS param
Action.c(12): Notify: Saving Parameter "response = <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body>............<enrollID>900</enrollID>
that specific response from the output is i want to use but i dont know how i would code it something like
if enrollID = 900 do LR_FAIL
otherwise
LR_PASS