What do you do if QTP doesn't recognize object ,what action
should be taken
Answer Posted / uday kumar. a
QTP does not recognize the object means, you dont have
proper add-ins. In this case, QTP treats the objects as non-
standard objects. We can map these non-standard objects to
standard objects by using virtual object wizard. Once
mapped sucessfully, QTP can identify the objects.
| Is This Answer Correct ? | 19 Yes | 9 No |
Post New Answer View All Answers
What is object spy in quicktest professional (qtp)?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
What is an optional step in qtp ?
How to suppress warnings from the test results page?
What is a Patch in QTP?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
How can you identify the browser and its information using QTP script?
Differences between quicktest professional (qtp) and winrunner?
How to write business scripts using object repository with different scenarios
What is synchronization? What are the ways you can synchronize?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
How to get the particular property value?
what is defenetion of kiran can u tell me plz CVS, SVN
What is the qtp testing process?