Forum Discussion
- AlexKaras
Champion Level 3
Hi,
Most probably this means that the target object was destroyed and recreated in the tested application's code and this invalidated the reference to the initial object that TestComplete worked with. You need to search for the object a-new and use new found object.
- Poornimak79Occasional Contributor
how can i do that , can you please elaborate.
Thank you
Poornima
- Poornimak79Occasional Contributor
i realized what mistake i was doing, while using the "Point and Fix" option
i was highlighting the object and then performing a click action and then was keying Ctrl+Shift+A
hence it was returning error as Test Complete didnt knew what to read after click.
the correct way was to highlight the object that is to be identified and then key in Ctrl+Shift+A.
it worked.
Thank you
Poornima