Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Give me brief idea about QTP automation object model?

Answers were Sorted based on User's Feedback



Give me brief idea about QTP automation object model?..

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

Give me brief idea about QTP automation object model?..

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

Give me brief idea about QTP automation object model?..

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

Give me brief idea about QTP automation object model?..

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

Give me brief idea about QTP automation object model?..

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

Post New Answer

More QTP Interview Questions

if our qtp vb Script may be Currepted then What we want do?

0 Answers   IBM,


hi,i have a pblm in qtp,im testing an webappl in which different types of error pop up messages are displayed which qtp is not differentiating or it is not recognising. how do i make it recognise different popup errorm messages while writing script?

4 Answers  


How exactly you start scripting in QTP? In the interview he was not satisfied with my answer.Please post what is correct answer.

5 Answers  


What is the difference between check point and output value.

5 Answers  


How the exception handling can be done using QTP

6 Answers  


whenever U using QTP,Test Director, Why we using separate Bug tracking tool?

1 Answers  


Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If

1 Answers  


How to Run a Test using QTP?

1 Answers  


Got job with 3 years fake Experience

1 Answers   MNC,


Is there any vbscript in QTP for Data Driven Test instead of using the option provided by QTP?

2 Answers  


Have you performed Debugging and how did you?

2 Answers  


Hi, i am rani ,i am putting 1+years of fake exp ,so pls anyone explain how i get project (in real time) ? how it is tested ex: in banking ,test the number of textboxes in one window

3 Answers  


Categories