Identify xpaths for automation testing using Robot framework
The application is build on PRPC version 6.1 sp2. The automation testing is performed using robot framework, which is a keyword driven testing approach.
For this, the unique id/xpath of elements is required. However, the xpaths for various elements are not unique , such as add or delete icon available in repeating layout.
Also a small change in UI in a layout changes the xpath of the other elements in the layout. This make it difficult to maintain the automation test scripts.
Is there any solution available to uniquely identify the xpath?
Thanks,
Meera
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.