What is runtime objects and test objects? What is the
difference between them?
Answer Posted / priya
Test objects are basic and generic objects that QTP
recognizes. Run time object means the actual object to
which a test object maps.
Test Object is an object that QT creates in the test to
represent the actual object in the application.QTP will
store information about the object that will help you
identify the object during test run.
Run time Object is an actual object in the application on
which methods are performed during the test run.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is the significance of “action 0” in qtp?
Give the syntax to import/export xls into qtp.
what is keyword driven testing in qtp?n how is it useful?
When and why to use descriptive programming?
Explain how to use QTP to check broken links on a page?
What are the properties you would use for identifying a browser and page when using descriptive programming?
Explain the difference between call to action and copy action?
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
How can I check if a environment variable exist or not?
What is the difference between Keyword Driven test and Data Driven test?
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 is Port testing. Whhen will you perform?
What are the recording modes in wave event?
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
How do you create new test sets in td?