1, Assert duration (Duration to assert)
Duration to Assert--maximum allowable response time
If the response time is greater than the maximum value set, the assertion does not pass, such as if the response time is greater than 10 milliseconds, the assertion does not pass:
You can also view the details through the assertion results in the listener:
2. Assert file size (size assertion)
Size to Assert--determine how large the content of the returned file is
You can set the returned result file to be equal to or greater than the specified byte to determine whether the pass is passed, such as if the number of bytes returned is greater than 50 bytes, then the assertion is judged not to pass.
Green if it is less than or equal to 50 bytes, no assertion error message occurs
JMeter---assertion duration (Duration to assert) and assertion file size