Hello ankamma,
This error looks like in maybe a find problem using the text content for the TextBox with:
TextContent 'Exact' LakTestAcc8
Please try changing the Find Param in the Failure Resolution Window as described in the 'How to resolve test step failures' in the
Quick Start Guide.
You can try changing the TextContent find to a partial find as in:
TextContent 'Contains' TestAcc
or
TextContent 'StarsWith' LakTest
You can also try changing the TextContent for the TextBox to an AutomationId or Name if that TextBox has either of those attributes:
AutomationId 'Exact'...
or
Name 'Exact'...
Or you can try changing TextContent to TagIndex depending on the TextBox's index relative to other TextBox:
TagIndex 'Exact'...
Please see the 'Changing how an Element is found' in the Quick Start Guide for more reference.
Greetings,
Nelson Sin
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items