I am attempting to record a test where a field is a lookup to company names. However, when I am recording the action on screen, TestProject is unable to execute it on a test run.
Not sure what I am doing wrong.
Appreciate your help
I am attempting to record a test where a field is a lookup to company names. However, when I am recording the action on screen, TestProject is unable to execute it on a test run.
Not sure what I am doing wrong.
Appreciate your help
Hi @mukul, and welcome to our community
It would be beneficial to give me more details about the test.
Thanks @alex.ivanov this is step I am attempting to record
This is the error message from report
Action failed using following locators:
Hi @mukul ,
The issue is with the locators, please try to add one more locator to this element, this is how you do it:
First click on the pencil icon:
Click on the add locator:
I will choose XPath for this example you can also choose CSS selector if you want, I will copy the XPath from the attributes:
Now all you have to do is to check this locator, to check if he is found, you can do it by clicking on this icon:
Let me know if you managed, and if you have further questions, please feel free to ask
Thank you, problem solved