InterviewSolution
Saved Bookmarks
| 1. |
What is assertions in JMeter? |
|
Answer» In JMeter, assertions are used to validate the response to a request that you have given to the SERVER. The assertion is the process of comparing the expected and actual results of a request at runtime. If you want to apply assertion to a certain Sampler, make it a child of that Sampler. By adding "Assertion Listener" to the Thread Group, you can see assertion outcomes. Other listeners will be ABLE to see failed assertions as well. Some common assertions in JMeter are:
|
|