Answer Posted / ramyab.mca@gmail.com
Hai....
The QuickTest testing process consists of 6 main phases:
1. Create your test plan: Prior to automating there should
be a detailed description of the test including the exact
steps to follow, data to be input, and all items to be
verified by the test. The verification information should
include both data validations and existence or state
verifications of objects in the application.
2. Recording a session on your application: As you navigate
through your application, QuickTest graphically displays
each step you perform in the form of a collapsible icon-
based test tree . A step is any user action that causes or
makes a change in your site, such as clicking a link or
image, or entering data in a form.
3. Enhancing your test: Inserting checkpoints into your
test lets you search for a specific value of a page, object
or text string, which helps you identify whether or not
your application is functioning correctly.
NOTE: Checkpoints can be added to a test as you record it
or after the fact via the Active Screen. It is much easier
and faster to add the checkpoints during the recording
process.
Broadening the scope of your test by replacing fixed values
with parameters lets you check how your application
performs the same operations with multiple sets of data.
Adding logic and conditional statements to your test
enables you to add sophisticated checks to your test.
4. Debugging your test: If changes were made to the script,
you need to debug it to check that it operates smoothly and
without interruption.
5. Running your test on a new version of your application:
You run a test to check the behavior of your application.
While running, QuickTest connects to your application and
performs each step in your test.
6. Analyzing the test results: You examine the test results
to pinpoint defects in your application.
7. Reporting defects: As you encounter failures in the
application when analyzing test results, you will create
defect reports in Defect Reporting Tool.
K,byeee....
Thanks & Regards
B.ramyasri
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are table and db checkpoints?
If you are testing a web application then what will you test in that application?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
How many add-ins comes by default with quicktest professional (qtp)?
How you create new action in qtp?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
what is the difference between IE & Netscape in web testing on a log in page
How will you report the bug and explain the defect tracking sheet you handled?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
How to use setroproperty?
Limitations in QTP?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
How do you test DLL files using automation Tool QTP?
Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
What is test object model in quicktest professional (qtp)?