Explain QTP testing process?



Explain QTP testing process? ..

Answer / 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

More QTP Interview Questions

How the objecs properties are identified?Tell me in Hierarchical order?

5 Answers   IBM,


What is quicktest professional (qtp)?

0 Answers  


How to take screenshots in qtp?

2 Answers   Sonata,


3 differences between QTP & Winrunner?

1 Answers  


How do we edit the script in QTP. Anybody can explain in detail..Thanks in advacne...

3 Answers   IBM,






What is the differnce between action & script

1 Answers  


How can you send user defined messages to test report?

0 Answers  


What is the architecture of your project? Can any one answer for this question plz........

0 Answers  


IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE OBJECTS INDIVISUALY.

3 Answers  


What type of framework you are using in your company and explain it?

4 Answers   CTS,


How will you handle custom object in QTP?

2 Answers  


Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails

1 Answers   Infosys,


Categories