How many types of OBJECTS are there in QTP?
Answers were Sorted based on User's Feedback
Answer / kolammal.m
Types of objectsin QTP.
1)Runtime Objects
2)Test Objects
3)Utility Objects
4)Automation Objects
| Is This Answer Correct ? | 49 Yes | 6 No |
Answer / vangala srinivas
Following are the types of objects in QTP :
1.Run time objects - objects present in AUT
2.Test Objects - objects reference of run time object
3.Utility Objects
4.Automation objects
| Is This Answer Correct ? | 23 Yes | 5 No |
Answer / pavi
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 ? | 32 Yes | 15 No |
Answer / shankar
In fact there are only 2 types of objects in QTP
1) Run Time objects - These are the actual Objects present
in the AUT
2) Test objects - Objects present in the Object repository
| Is This Answer Correct ? | 15 Yes | 5 No |
Answer / saritha
There is four types of objects in qtp.
1. run time
2. test object
3. utility
4. user defined objects
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / r.srinivasulu
there is two types of objects.
1.Run time objects.
2.Test objects.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / jose mathew george
The types of Objects In QTP are
Test object
Utility Object
Runtime object
Under Test object it can be again Classified as
Static- Not getting changed during the run time.
Dynamic- Getting chnaged during run time( eg transation id
order num etc
Duplicate- using indexing property in object identifcation
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / uma
two types of objects are in qtp
1. test objects.
2. run time objects.
| Is This Answer Correct ? | 13 Yes | 21 No |
any one could you explain the following code with example: intFieldItemsCnt =CInt(GetProperty(Browser ("Browsername").Page("Pagename").Weblist ("weblistname"),"items count")) msgbox intFieldItemsCnt
How software tester can use constants and variables in scripts?
Wht are the BY default Add-ins in QTP 9.2 version and what all are differences between 8.2 and 9.2
can u give one scenario for for PopWindow Exception & write Code for that?
hi radhaka plz tell me clearly to handle the earrors with out isng recovery scnerio this is sreenivas from delhi
How to Analyze the Checpoint results by Table and DB Checkpoints?
In Object Repository, two actions r there. Action1 name is A.tsr, Action2 name is B.tsr. Is it Possible? if Yes, what is the out put of A+B? if No, why?
What is our exact stage involvement with QTP?
What is the use of low level recording? How does it useful?
now a days which one is using all companies for qtpscript a)Object Repository based script b)Descriptive program based script c)BOTH
How can i get QTP 9.2 software or any webside where i can download ? can anyone help me out , i want to be expert in QTP ,but i don't have the software
I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.