sgsoapuser
12 years agoOccasional Contributor
how to execute test step iteratively
Hi ,
How can I Iteratively execute a test step until some value in the test step response is set to "false"
example: here is the abc-response
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:abcResponse xmlns:ns1="http://abc.com/">
<ns:result>
<ns:done>true</ns:done>
How can I execute the abc-request (test step)iteratively until the value done is set to "false" in the above abc-response.
Appreciate your help.
Thanks
How can I Iteratively execute a test step until some value in the test step response is set to "false"
example: here is the abc-response
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:abcResponse xmlns:ns1="http://abc.com/">
<ns:result>
<ns:done>true</ns:done>
How can I execute the abc-request (test step)iteratively until the value done is set to "false" in the above abc-response.
Appreciate your help.
Thanks