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 difference between QTP 8.2 and QTP 9.2
Hi Friends... By using QTP , can we test .net products...and that product supports different languages.. thanx in advance..
what is the exact testing process in qtp plz explin ?
My Project is HOSPITAL CONTROL SYSTEM. In this MY testing modules are In-patient and Out-patient. plz explain those modules. i.e. How explain to Interviewer. with full details also . Waht types of bugs we can fond ? NOTE : IT is a web project plz urgent.
How to open a new test using quicktest professional (qtp)?
Explain the difference between data driven testing and parameterization ?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
Add parameters during time in each row in one column
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
I install .Net Add-Ins in my system. It installed properly. But all the objects are recognizing as window objects only. But it has to recognize as swf objects. In Record and Run setting i selected 'Record and run test on any open browser' and Record and run test on any open Windows-based application' Can any one tell what setting i have to do to recognize objects correctly as swf...? Please give some suggestions..?
what is object and child object.. explain ..if possible give some example for better understanding ..
what is the difference between IE & Netscape in web testing on a log in page