How to check if API requests response time are longer than 1000 milliseconds in jMeter

387 Views Asked by At

I tested the 100 requests at a time. Requests minimum time 400ms and maximum time 1200ms.So I would like to check if API requests are longer than 1000 milliseconds.

1

There are 1 best solutions below

0
On

You can use JMeter Duration assertion for that purpose. Just add the assertion under your API request and input 1000 (ms) as a duration.