I'm struggeling a bit with one trigger.
Trying to get trigger to kick in when response time for web scenario exceeds 200 ms. 3 times for the last 10 measurements.
Bu this one does not work as expected.
Trying to get trigger to kick in when response time for web scenario exceeds 200 ms. 3 times for the last 10 measurements.
Bu this one does not work as expected.
Code:
web.test.time[server1:API_ENDPOINTS,SOAP_INTERFACE,resp].count(#10,200,gt)}>3
Comment