Give me brief idea about QTP automation object model?
Answer Posted / uday kumar_anem
By using QTP Automation Object Model(AOM), we can virtually
control every feature of QTP and we can use objects,
properties and methods i.e
We can script such way that what add-ins should be loaded,
which OR to load, test setting options, and even we can
write a script that modifies the test object description
properties in the Object Identification etc…
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the use of Debug Viewer?
What are the features and benefits of quick test pro (qtp 8.0)?
In qtp, how you can use xpath to identify objects?
UFT 12.02 which ALM version will support
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
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
whow much strong on VB and C?
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
Where you get the run time data table?
How to get the particular property value?
How QTP identify the system time that's changes every seconds?
How to break the object spy ?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans