in this JMeter video tutorial we will learn how to use assertions to verify the responses on the fly.
1. Add error checking to your script - assertions that the responses are valid for a given request.
2. Use Firebug to view network traffic when you need to debug your test script.
3. Use a regular expression extractor to retrieve a dynamic value from a response and re-use it in a later request.
0 Comments