Hello everyone,
I am struggling with creating triggers that alert when a step has failed.
I had managed to create a trigger that would alert once a website showed a statuscode that isnt 200 but we noticed that once a website times out it doesnt receive a statuscode 200 so it wouldn't alert. so i decided to use web.test.fail trigger which does alert when i get a time out however only when a web scenario has 1 step, when a webscenario has multiple steps it wont trigger / alert. How can i make sure that the trigger works if even one step fails?
The trigger is here:
I highly appreciate any help!
I am struggling with creating triggers that alert when a step has failed.
I had managed to create a trigger that would alert once a website showed a statuscode that isnt 200 but we noticed that once a website times out it doesnt receive a statuscode 200 so it wouldn't alert. so i decided to use web.test.fail trigger which does alert when i get a time out however only when a web scenario has 1 step, when a webscenario has multiple steps it wont trigger / alert. How can i make sure that the trigger works if even one step fails?
The trigger is here:
| count(/Web monitoring/web.test.fail[Mailserver],#3,"eq","1")=3 |
Comment