what are the 5 types of objects in qtp
Answers were Sorted based on User's Feedback
Answer / dharmendra
hi Anand Hippargi,
i m not agree with ur last object defined.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
Answer / 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 |
Answer / praveen m
It means object models.
AOM
DOM
COM
Dictionary object
Properties collection object
Regular Expression object
| Is This Answer Correct ? | 0 Yes | 1 No |
How u call functions in QTP
what is a good testcase?
results.xls file is automatically generated while running the script in QTP.But it is showing error to open the file
How to Analyze the Checpoint results by Table and DB Checkpoints?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
How QTP integrate with application?
VB scrip has a special command named LBound, which returns the starting index of an arry. What are the possible indexes an array can start with? options are given below. and one only the correct answer. pl select it 1. any index 2. only even non-negative 3. only 0 4. any non-negative integer
I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?
Can anyone tell me what is the equivalant method to be used in QTP for "web_obj_get_text" used in winrunner. My winrunner code is below. set_window("Confirm Add Subscriber"); rc = web_obj_get_text("Add subscriber:","#8","#1",orderID,"The order number is","\.",1); basically I need to retrieved the "orderID " from a string present in 8th row & 1st col of table "Add subscriber"
what is the difference between built-i function and In-built function?
What is test automation framework?which framework does QTP follow?Need some practical explanation as to how u will start ur testing process following a particular framework?
What is the Limitations of Testing ?