Micro Focus QTP (UFT) Forums

Full Version: Cannot identify the object
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I try to run my QTP test, I get an error Cannot Identify the Object "Save and Close". Verify that the object's properties match an object currently displayed in your application.

Save and Close is a Link Button. Page is developed using JSP.
You need to provide full details. Please read the posting guidelines.
Hi,

your Problem is with (OR)

Check with your Object Repository whether the object's are their or not.

(or)

Use Smart identification to check for the Objects

you need to provide the detail information in the OR for system will recognise your objects
Use the WaitProperty method to wait for the object to appear. QTP help has more on this subject.
Check whether the link's "text" property value is varying dynamically....

If that is the case..u may get the above error msg too...

Just apply regular expression and see...i hope ur problem will be solved.
1) Are you sure that you have captured the object???
2) If you have captured the object,then retrace the object hierarchy in your repository and compare it to the one displayed on your screen.
3) If these two are different, you might be dealing with a dynamic object where its mandatory properites are inconsistent(they keep changing). In such a case, choose a property that remains constant and make that as your identifying property(mandatory)and deselct all other properties.

Reply back If this doesnt help......we'll see what the other options are.
HI 2 ALL
unable to assign set option

displaying message as given below

object doesnt support this property or method 'window[..].winobject[..].set'
Hey ,
you can't use set since winobject dosent support it ,
instead use "type"
hi srikanth
thanx for ur reply
Do qtp needs add in
to run .net application
Yes QTP need .net add in for running .net application