pravin_k99
13 years agoContributor
DEFECT in TC 9.30 - If a child and its parent and grandparent all have extended find, then TC thows a Warning
A Child has extended find
Its Parent has extended find
Its Grand Parent has extended find
Its Great Grand Parent has extended find
Try to run an action on such a child.
TC will through a warning, even though it will still find the correct object for you and proceeds with the test.
"This message is posted to assist you in troubleshooting the subsequent "The object does not exist" error.
The mapped item "Login_Window", which is one of the parent objects of the missing object, has the Extended Find attribute enabled. As a result, the test engine sought for this parent object on all levels down the object hierarchy and found the following object matching the mapping criteria:
Sys.Process("javaw", 2).Window("SunAwtDialog", "Login...", 1)
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."
The same test works fine in TC 9.20 without any change.