Answer Posted / pochiram
TOM is nothing but TEST OBJECT MODEL.
It is an object model that QTP uses to represent an
object in our application.Each test object has one or more
methods and properties that we can use to perform
operations an retrieve values for that object.Each object
also has a number of identification properties that can
describe the object.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the two types of repositories available, explain them?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
how to know no.of mails in our g mail by using vb-script
What is the latest version of qtp?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
Why script error occur in between recording in qtp?
What is test object model in quicktest professional?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
Hi,All How to create a link in excel sheet using qtp
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?