-
Cannot identify the object "TextBox"
Question Asked by Visitor joeloo
Hi guys,
I am new in using QTP. I am facing a problem, where it shows error - Cannot identify the object "TextBox" (of class WinObject). Verify that this object's properties match an object currently displayed in your application.
I have checked the object Proerties in OR against the testing properties shown for object using Object spy. There is difference and I did change the values accordingly. It works for the first time.
But the problem is the value for window id for the objects keep changing everytime I refresh the page (e.g. a new window created when I click on "New" button, and the window id for buttons in the new window are always changing.
Really appreciate for quik response. Thanks 
-
Contributing Member
Re: Cannot identify the object "TextBox"
Make window id as regular expression.
It will work for sure.
-
Junior Member
Re: Cannot identify the object "TextBox"
Try as dsharma said.It should work.
Mahi
-
Expert Member
One thing you can do is....
Either you use creation time to identify the Browser/Page.
Or the second thing you can do is.....
dynamically capture the Browser/Page Title. this is the most authentic way
Last edited by jainbrijesh; 07-06-2007 at 04:42 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules