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
Answers were Sorted based on User's Feedback
Answer / sanjeev
Hi AK,
Have you added the object into object repositiry? If not
try to add the required object into object repository.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nidhi jain
their is some problem in object identification. It might
possible that this object (webedit)property changing
dynamically. try to analyze this object for 3 or 4
different user.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
How can you capture(Read) the values from a Table?
When you open QTP, how many sheets you can see?
In Manual testing , can u prpare bug report in TD?
Explain different recording modes?
if the excel sheet specified in script is not there,we get run time error how to handle the error ,please anybody explain me in detail
How to apporach while starting the automation testing?
what is web application and client server application.is there any difference ?
How is GC reddy online program Will i get placed How are the placements.
What does ".mst" stands for? (abc.mst)
how to retrieve the xml file data through qtp. can anybody send script for this..
there are having 10 checkboxes..how can i check only first 5 check boxes by using descriptive programing..
How to convert QTP's ObjectRepository.mdb file to xml file