ContributionsMost RecentMost LikesSolutionsHow to resolve this error Window was destroyed during method execution'.??Every time I click on yes button to close a dialog I get 'Window was destroyed during method execution' The error message is: The window with the handle 0x00000000 does not exist. 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. Please suggest me a generic solution to resolve this error.Re: How about investigating an issue where an object which is already mapped into the mapping file but it is not highlightedHow to overcome this issue where an object which is already mapped into the mapping file but it is not highlighted??Re: Verifying the drop down values from a drop down box where the drop down component doesnt exists How can we Verify the drop down values from a drop down box where the drop down component doesn't exists??? Anyone reply and let me know Re: What is "Ambiguous recognition of Tested Object" warning in test complete and how it can be resolved??Can you please elaborate it more clearly as it is very little information to make someone understand? and how can we overcome this warning?What is "Ambiguous recognition of Tested Object" warning in test complete and how it can be resolved??What is "Ambiguous recognition of Tested Object" warning in test complete and how it can be resolved??How about investigating an issue where an object which is already mapped into the mapping file but it is not highlightedHow about investigating an issue where an object which is already mapped into the mapping file but it is not highlighted??Verifying the drop down values from a drop down box where the drop down component doesnt existsHow can we Verify the drop down values from a drop down box where the drop down component doesn't exists???/verifying text size increases and decreases when click on zoom in and zoom outHow to verify whether a particular text size increases when we click on zoom in and decreases when we click on zoom out?How to find the length of characters entered in a text box?Is there any function that can find the length of characters entered in a text box?Re: how to select element from a dropdown box other than clickitem() method.?Thanks for your reply.. I have already tried all these issues and they all worked but test is taking too much time in selecting that element from the combo box or dropdown . hence my question is is there any other option so that we could prevent this time taking situtaion..i mean test would select that element fastly without consuming much time...