Explain the QTP Tool interface.
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai....
It contains the following key elements:
1.Title bar, displaying the name of the currently open test
2.Menu bar, displaying menus of QuickTest commands
3.File toolbar, containing buttons to assist you in
managing tests
4.Test toolbar, containing buttons used while creating and
maintaining tests
5.Debug toolbar, containing buttons used while debugging
tests.
Note: The Debug toolbar is not displayed when you open
QuickTest for the first time. You can display the Debug
toolbar by choosing View > Toolbars > Debug.
6.Action toolbar, containing buttons and a list of actions,
enabling you to view the details of an individual action or
the entire test flow.
Note: The Action toolbar is not displayed when you open
QuickTest for the first time. You can display the Action
toolbar by choosing View > Toolbars > Action. If you insert
a reusable or external action in a test, the Action toolbar
is displayed automatically.
7.Test pane, containing two tabs to view your test-the Tree
View and the Expert View Test Details pane, containing the
Active Screen.
8.Data Table, containing two tabs, Global and Action, to
assist you in parameterizing your test Debug Viewer pane,
containing three tabs to assist you in debugging your test-
Watch Expressions, Variables, and Command. (The Debug
Viewer pane can be opened only when a test run pauses at a
breakpoint.)
9.Status bar, displaying the status of the test.
K,Byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vandana sharma
It contains the following key elements:
Title bar, displaying the name of the currently open test.
Menu bar, displaying menus of QuickTest commands.
File toolbar, containing buttons to assist you in managing tests.
Test toolbar, containing buttons used while creating and maintaining tests.
Debug toolbar, containing buttons used while debugging tests.
Note: The Debug toolbar is not displayed when you open QuickTest for the first time. You can display the Debug toolbar by choosing View > Toolbars > Debug. Note that this tutorial does not describe how to debug a test. For additional information, refer to the QuickTest Professional User's Guide.
Action toolbar, containing buttons and a list of actions, enabling you to view the details of an individual action or the entire test flow.
Note: The Action toolbar is not displayed when you open QuickTest for the first time. You can display the Action toolbar by choosing View > Toolbars > Action. If you insert a reusable or external action in a test, the Action toolbar is displayed automatically. For additional information, refer to the QuickTest Professional User's Guide.
Test pane, containing two tabs to view your test-the Tree View and the Expert View.
Test Details pane, containing the Active Screen.
Data Table, containing two tabs, Global and Action, to assist you in parameterizing your test.
Debug Viewer pane, containing three tabs to assist you in debugging your test-Watch Expressions, Variables, and Command. (The Debug Viewer pane can be opened only when a test run pauses at a breakpoint.)
Status bar, displaying the status of the test
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the basic concept of quicktest professional (qtp)?
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
HI. AnyBody can explain Automation Testing Framework...Generally wht do we Intiate before going to start Automation testing process... Anybody can explain.......Thanks in advacne...
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
How do u use Database checkpoints and what are the use?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
How to recognize and read data from pdf file using Descriptive Programming in QTP?
Hi .. i want to write the script for the combo nox list . For example if any combo box having a multipul itme. So how can i retrive each item for each iteration ? help me out .
Explain about merging of two repositories?
Does the Existing reusable action can be modified at the time of calling the action?? Please help me..
from what stage you will start automation in your project
Tell me the situations where we will use Data Driven?