Give me brief idea about QTP automation object model?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / srujan- noetic soft
Essentially all configuration and run functionality provided
via the Quick Test interface is in some way represented in
the Quick Test automation object model via objects, methods,
and properties. Although a one-on-one comparison cannot
always be made, most dialog boxes in Quick Test have a
corresponding automation object, most options in dialog
boxes can be set and/or retrieved using the corresponding
object property, and most menu commands and other operations
have corresponding automation methods. You can use the
objects, methods, and properties exposed by the Quick Test
automation object model, along with standard programming
elements such as loops and conditional statements to design
your program.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / venkat
Using AOM we Can Automate The Quick Test Process .This AOM
Supports Some methods and Properties Through Those Methods
we can open the test ,select the addins,save the test
finally close the test.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / manjunath
Hi All,
Object model: object models mainly classified in to
1. Object repository : interfaces between application & QTP
tool ( using physical properties Q T p identify object in
the window (or) page (or) application).
2. Object identification : here tester converts non-
standards object in to standard object.
3. Object Spy : Using this, tester can know the physical
properties of the object
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / atin
TOM or test object model is the object model that QTP uses
to recognise objects in the application. Every object has a
set of properties and attributes which QTP uses to perform
operations. Also using these attributes in form of
mandatory and assistive properties, QTP recognise the
particular object
- Atin Srivastaav
TCS
| Is This Answer Correct ? | 1 Yes | 6 No |
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
Explain Descriptive Programming Types with Examples?
What is business process testing(bpt) in qtp?
what is Automation frame work and how do u used this for your project?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
one page contain next button.when we enter that its not going to next page.what type of error that one.
Explain types of descriptive programming?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
What is diff between SDLC AND STLC?
For Regression testing already written test cases are sufficient?
Can anyone explain me about child objects in detail;when they are used and why do we need them ? please give me sample code for this if possible.