Micro Focus QTP (UFT) Forums
Showing Cannot identify the object error while we run the QTP - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Showing Cannot identify the object error while we run the QTP (/Thread-Showing-Cannot-identify-the-object-error-while-we-run-the-QTP)



Showing Cannot identify the object error while we run the QTP - arun_mohan_c - 02-11-2011

Hai

I am a beginner in QTP.I jst have some knowledge in this.I m trying to learn QTP by my own.So by the first time I record a scenario to log in to an application and clicking a "Space Function" menu opens a grid page, add a value to that grid and I jst logged out from that application.

Then When I try to run that script,an error is showing like this. "Cannot identify the object "Space Functions" (of class WebElement). Verify that this object's properties match an object currently displayed in your application."

The line at which the error is showing is
Code:
"Browser("iDrawings").Page("iDrawings_3").WebElement("Space Functions").Click".


If anybody have an Idea why its been occuring,Pls help me.

Thanxs in advance


RE: Showing Cannot identify the object error while we run the QTP - arun_mohan_c - 02-14-2011

Hai

I came to know that My project is having components used in it.Thats why while recording,the QTP cant recognize that components.Can any one know how to handle these documents in QTP?

Thanx in advance..