I would really appreciate if i could get some help on assertion.

For example:
I have 100 users to test.
I run the test for 100 user in 5 seconds interval and save the
response in to a file.

Now, I would like to do a load test with the same 100 users without 5
seconds interval
How can I use assertion or how can i assert that the response I am
getting now during the load test matches or contains the same data
before.(that was saved to a file)

Another thing that I noticed was, when I use save response to a file.
It saves each user response to separate file. Is there a way that I
can save all the user response to one single file and later when I run
the load test assert the response with that single file.

Reply via email to