18 Nov 2022 02:54 PM
Team,
We are building an agnostic monitoring tool which will have the browser steps in a natural language yaml file.
We like to see how to translate the yaml file into the script that will create the synthetic monitoring.
here is how our yaml file will look like and would like to know how to create a script that synthetic monitor understands.
Solved! Go to Solution.
18 Nov 2022 03:37 PM
Use the Dynatrace Synthetic API to create a browser synthetic monitor. Your steps are then the "events".
However, your sample input has insufficient information to automate test by any automation tool. For example:
- Enter PHX in the "to" box
You must somehow locate the element you are referring by "to" box.