Ambiguous Recognition of Tested Object
Good Evening
As a newbie in TestComplete , i am getting "Ambiguous Recognition of Tested Object" warning and then Object not found error , can someone please help how to resolve it ??
My TestComplete project is testing for this particular object and this is where it get failed always while checking the object in IE9
Aliases.NechoAdmin.LoggedIn.NotificationsList.SearchResultList.Object.AutoApprovedRecord
and before throwing this warning , TestComplete throw one more warning
The mapped item has the extended Find attribute enabled
This message is posted to assist you in troubleshooting the subsequent "The
object does not exist" error.
The mapped item "NotificationsList",
which is one of the parent objects of the missing object, has the Extended
Find attribute enabled. As a result, the test engine was searching for this
parent object on all levels down the object hierarchy and found the following
object matching the mapping criteria:
Sys.Process("iexplore",
2).Page("http://localhost:7001/NechoAdmin/").Frame("necho_frame_public_visible").Frame(0).Table(0).Cell(0,
1).Panel("app_content").Form(0).Table(0).Cell(0, 1).Panel("list_pane")
If it is not the desired object, then this mismatch may be the cause of the
subsequent "The object does not exist" error. If this is the case, correct the
mapping criteria to identify the objects more precisely.
.....................................................................................
There are several objects in the system that match the recognition attributes
of the "Object"
mapped object.
This may cause the "Object not found" error.
Objects
Sys.Process("iexplore",
2).Page("http://localhost:7001/NechoAdmin/").Frame("necho_frame_public_visible").Frame(0).Table(0).Cell(0,
1).Panel("app_content").Form(0).Table(0).Cell(0,
1).Panel("list_pane").Panel(1).Panel("document_entries").Panel("document_entries_inner").Panel("document_entries_lineitems").Table(0).Link("selected_3")
Sys.Process("iexplore",
2).Page("http://localhost:7001/NechoAdmin/").Frame("necho_frame_public_visible").Frame(0).Table(0).Cell(0,
1).Panel("app_content").Form(0).Table(0).Cell(0,
1).Panel("list_pane").Panel(1).Panel("document_entries").Panel("document_entries_inner").Panel("document_entries_lineitems").Table(0).Link("selected_2")
Thanks in Advance
Thankful Regards
Prashant