what are the 5 types of objects in qtp

Answer Posted / anand hippargi

QTP supports 6 types of objects:

Standard Windows Object – Methods and Properties within
this object can be used for testing standard windows
objects

ActiveX Objects – Methods and Properties within this object
can be used for testing ActiveX objects

Visual Basic Objects – Methods and Properties within this
object can be used for testing Visual Basic objects


Web Objects – Methods and Properties within this object can
be used for testing Web Objects

Utility Objects – Methods and Properties within this
object can be used for testing Utility Objects

Supplemental Objects - Methods and Properties within this
object can be used for testing Supplemental objects

Is This Answer Correct ?    10 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how u will evaluate the tool for test automation?

1359


How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?

556


Hybrid framework supports Descriptive programming. Is it true?

637


what is impact analysis on regression testing?

2033


Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement

1631






What are the advantages of qtp?

568


Why we load add-ins in qtp?

620


what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?

1437


I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

1400


I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?

584


What are the check points can be inserted without recording?

590


Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji

1311


Can anyone share/send me QTP 8.2 Crack as I had it before but now it's virus affected. Pls send me on Sawale.vijay@gmail.com Thanks, ~Vijay

2648


how to find that tools work well with ur existing system?

1346


What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?

2253