Different fields with same object name
Hi all!
Need help with this problem.
I have a box with bunch of fields containing a customer information (web app) that turned out to have same object names.
Is there a way to differentiate these fields even though they are named the same way (same object).
I am trying to set up different checkpoints on the text the fields contain but since they all named the same way my checkpoints do not work.
See screenshots, thanks.
No, what I meant was to map the text fields based on their ObjectType and Id or Name properties. See the documentation linked below if you don't know how to use the Name Mapping. Once a field is mapped (it saves you the trouble of having the test search for it everytime you need it) you can just call the Text-property of it in your test and check if it is correct.