Answer Posted / alok singh
Before you begin creating tests, you should familiarize yourself with the main QuickTest window.
The QuickTest window contains the following key elements:
. Title bar—Displays the name of the currently open test.
. Menu bar—Displays menus of QuickTest commands.
. File toolbar—Contains buttons to assist you in managing your test.
. Testing toolbar—Contains buttons to assist you in the testing process.
. Debug toolbar—Contains buttons to assist you in debugging tests.
. Test pane—Contains the Keyword View and Expert View tabs.
. Active Screen—Provides a snapshot of your application as it appeared when you performed a certain step during the recording session.
. Data Table—Assists you in parameterizing your test.
. Debug Viewer pane—Assists you in debugging your test. The Debug Viewer pane contains the Watch Expressions, Variables, and Command tabs. (The Debug Viewer pane is not displayed when you open QuickTest for the first time. You can display the Debug Viewer by choosing View < Debug Viewer.)
. Status bar—Displays the status of the QuickTest application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between data driven testing and parameterization ?
what is object and child object.. explain ..if possible give some example for better understanding ..
What is an object repository?
What is the extension of qtp local repository?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
When using descriptive programming?
How you can write contexts to text file in qtp?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
Through array we can execute the testcase how ? give me example
How to handle the exceptions using recovery secnario manager in quicktest professional?
How can you write the scripts that operate on different objects depending on run-time information?
Difference between test object and run time object?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
How to capture all the data of a webtable, weblist and combolist using QTP?