what are the 5 types of objects in qtp
Answer Posted / siva
while installation basically 3 objects are placed in ADDIN manager of the qtp that are VISUAL BASIC , WEB AND ACTIVE - X. If we need any of other objects we need to buy it. and install it into the add in manager then QTP will able to provide the compatibility of the perticuler platform.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain runtime dynamic settings?
What is QTP testing process?
How will you test a stapler?
Explain in brief about the qtp automation object model (aom).
Can I change properties of a test object?
Without using gui map editor we can recognize the application in winrunner ?
What is keyword view?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
How software tester can use constants and variables in scripts?
How to use debug tools?
Explain the concept of object repository & how qtp recognizes objects?
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
How to break the object spy ?
What is method name to compare two XML files.