Hi Temil,
Thanks for replying.
At the very end of this post is part of an XML response I received. Using it as an example, I may want to verify the following string is found for every response returned during the load test run:
"STATUS _Condition="SUCCESSFUL"
You can see the above string is found, but so is additional information in there that is not desireable. But for now I would like to verify this string is found... small baby steps at a time
My load test can have anywhere from 6,500 to 65,000 Request XMLs submitted and we would like to have a count of how many of them do not find the above string in the XML Response.
<RESPONSE_DATA>
<PROPERTY_INFORMATION_RESPONSE>
<STATUS _Condition="FAILURE" _Code="0297" _Description="CURRENTLY OUR SYSTEM HAS LIMITED ACCESS, PLEASE TRY AGAIN LATTER."/>
<_PRODUCT _DetailedComparableReport="Y">
<STATUS _Condition="SUCCESSFUL" _Code="0500" _Description="REPORT RETURNED SUCCESSFULLY. NO ERRORS ENCOUNTERED."/>
</_PRODUCT>
</PROPERTY_INFORMATION_RESPONSE>
</RESPONSE_DATA>