I have a response containing this:
<input id="FirstName" type="text" value="Fred"/>
When I assert the following regex:
<input.*?"FirstName".*?value="Fred".*?/>...
When I use XPath on and XML result and extract all occurrences, I get a _matchNR = 0 when none are found. But when do the same for a JSON result with JSONPath, I do NOT get a...
The _matchNr is set to 0 when the XPath or JSONPath match but the regular expression after (made with "Starting with" and "Ending with") does not match. So your case, the XPath...
I am trying to validate a JSONPath node value with a regex, but the regex is never saved with the assertion. See attached image.
Using version 6.10.0 build 20190514-29
Actually, it seems the regex is saved, but if you edit the validation, the stored regex is not displayed. Confirmed by executing the request and seeing that the validation...
I want to reuse the values in a list twice within the same script. I have tried to use the variable modifier step to reset the list but it's not working in my test, the value...
Scenario is this:
1. User navigates to home page.
2. A large resource is requested but the user can log in asynchronously.
3. User waits after login for resource to finish...
Dear Michael, you should use a "Wait for" action that waits that a variable value has changed with the expected value. Use an extractor in the last request of the asynchronous...