Warning messages in the test run log for improve performance
Hello,
Recently I have updated all my nameMapping to use unique identifiers in the XPath and deleted all others that TC saved when recorded. So tipically I have only one selector for each object or element. When I ran the test it gave me the following warning almost for all the objects.
You can improve the performance of the object search in the test.
The NameMapping.Sys.browser.pageAuth.login_SignIn_Btn object
can be found faster if you make //input[@type="submit"] the first selector in its selector list.
And in the nameMapping for this object I see only one selector as I mentioned above. Still not sure why its throwing warning messages. Even when I click on Improve performance button in the log it just added an Empty selector, and even with that when I rerun the test it gave same message. One another thing is that the Extended Find column doesn't have any checkboxes.
Is there something I missed in the settings or somewhere else
TIA