How to identify button with same name while recording ATS test script

0
Hi, I am recording ATS test script. At certain page of my application there are two buttons, 1. search and 2. Assign to self. I am using ATS helper. Mx name for both button is actionButton1. when I run the script, somehow test fails because it can’t identify which path to choose. In this case, how should I make the script that it will click on specific button?
asked
1 answers
0

The ATS documentation has several tips on improving recorder coverage as well as a guide on what to do when the name is not unique.

https://docs.mendix.com/addons/ats-addon/ht-two-increase-recorder-helper-coverage

answered