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.
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.