02-11-2011, 11:52 AM
(This post was last modified: 02-11-2011, 02:01 PM by arun_mohan_c.)
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
If anybody have an Idea why its been occuring,Pls help me.
Thanxs in advance
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