Jmeter also has checkpoints in LR. This article describes how to implement jmeter checkpoints.
The checkpoint in jmeter passesAdd assertions.
Checkpoint: We have parameterized the user name and password as described in the previous chapter. How can we determine whether jmeter correctly calls the files in T. dat. Of course, we can view it in the result chart. But I still want to check it in the "login" area.
1. Add a response assertion, right-click our "login" Page ----> Add ----> assertion ----> response assertion
2. Set assertions
Note: You can also use the parameter method in the mode to be tested.
3. Add an assertion result, right-click our "login" Page ----> Add ----> listener ----> assertion result
Add a "view result tree" and Right-click our "login" Page ----> Add ----> listener ----> View result tree
Set three users in the thread group and click Run.
View the successful assertion results:
If the assertion fails, for example:
View the result tree again:
Now, the checkpoint settings are complete.
Jmeter Learning (5) checkpoints