Hi Friends,
while playing the recorded test i am getting this error
"Cannot identify the object "q" (of class WebEdit). Verify
that this object's properties match an object currently
displayed in your application." error is coming in this
line of code "Line (2):
"Browser("Google").Page("Google").WebEdit("q").Set "airtel
broadband"". " .... please tell me how to overcome this
problem. need help asap... Thanx in advance
Answer Posted / ram
When you are recording the, below statement generated.
Browser("Google").Page("Google").WebEdit("q").Set "airtel
broadband"
While recording you could have included "Value" property in
Mandatory properties list. So the value recored in object
repository for the object is "airtel
broadband"
But when you ran it, i think you have removed "airtel
broadband" and clicked on Run
What happened when you are running, it is looking for value
property in the object resposotiry. But in our run time
object property has no value, but our test object has value
as "airtel broadband"
So thats why the error is displaying.
Go to Tools --> Object Identification --> Web --> Web Edit
--> Add/Remove --> Deselect Value property
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What r the different filters in defect in quality center
How do know the number of browsers opened?
How does quicktest professional (qtp) identifies the object in the application?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
How to find the difference between 2 dates in qtp?
How many types of actions are there in quicktest professional?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
what is vmodel?advantages and disadvantages of vmodel?
What is qtpro? What is a quick test professional?
Explain the difference between call to action and copy action?
Diff b/w test scenario's and test Procedures?
How to write business scripts using object repository with different scenarios
how to convert 100 into hundred repees only and viceversa
What are the technics follow in writing VB script?
What is checkpoint in qtp?