Forum Discussion
AlexeyKolosov
Staff
15 years agoHi Sreeja,
You are supposed to see the following text in the Additional Information section of the test execution log:
Have you tried following these recommendations? What were the results? What problems have you faced when debugging your test? If the debugging abilities of TC and/or the corresponding documentation are not enough for you to find out why your test behaves unexpectedly, feel free to share your improvement suggestions with us.
If the recommendations above do not help you overcome the issue, please zip the entire project suite folder and send us the archive along with a detailed description of what you have tried to get rid of the error.
You are supposed to see the following text in the Additional Information section of the test execution log:
Most likely, this error occurred because the tested object (window or control) or its parent object was deleted or recreated during the method call or before it. For instance, the window could be destroyed or recreated after you stored the object reference to a variable and before you called the object method through this variable.
If the object is recreated, then to avoid the error, check the object's Exists property before calling the method, and if the object does not exist, obtain a reference to the new object.
Have you tried following these recommendations? What were the results? What problems have you faced when debugging your test? If the debugging abilities of TC and/or the corresponding documentation are not enough for you to find out why your test behaves unexpectedly, feel free to share your improvement suggestions with us.
If the recommendations above do not help you overcome the issue, please zip the entire project suite folder and send us the archive along with a detailed description of what you have tried to get rid of the error.