03 Oct 2018 06:44 PM
I only want to fail if multiple, distinct, synthetic tests fail. Is there a way to do this in Dynatrace?
The reason that I desire to do this is that my application has 2 distinct ways to enter; I only care to know if both of those mechanisms fail to work; if one is failing, I am OK with that.
Solved! Go to Solution.
04 Oct 2018 07:16 AM
This is not possible. Depending on how you detect if a test is failing, it might be possible to create just one test and combine the two variants. We will release a custom scripting feature mid of October which let's you modify the recorded script. Perhaps you can add a JavaScript code to only fail the script of both ways will fail.