Explain QTP Testing process ?

Answers were Sorted based on User's Feedback



Explain QTP Testing process ?..

Answer / vandana sharma

The QuickTest testing process consists of 6 main phases-
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.
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.
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.
Debugging your test:
If changes were made to the script, you need to debug it to check that it operates smoothly and without interruption.
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.
Analyzing the test results:
You examine the test results to pinpoint defects in your application.
Reporting defects:
As you encounter failures in the application when analyzing test results, you will create defect reports in Defect Reporting Tool.

Is This Answer Correct ?    0 Yes 0 No

Explain QTP Testing process ?..

Answer / asit kumar

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.

2. Enhancing your test
o 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.
o 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.
o Adding logic and conditional statements to your test enables you to add sophisticated checks to your test.

3. Debugging your test
If changes were made to the script, you need to debug it to check that it operates smoothly and without interruption.

4. 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.

5. Analyzing the test results
You examine the test results to pinpoint defects in your application.

6. Reporting defects
As you encounter failures in the application when analyzing test results, you will create defect reports in Defect Reporting Tool.

Is This Answer Correct ?    0 Yes 0 No

Explain QTP Testing process ?..

Answer / santhoshkumar.m

1.TestPlan
2.Analysis the application
3.RTM preparation
4.Testcase
5.Test Scenario
6.collection of test data
7.object configuration
8.creating object repositary
9.Script preparation
10.Framework preparation
11.Test Execution
12.Analysing the bug
13.Test report reparation

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More QTP Interview Questions

VB scrip has a special command named LBound, which returns the starting index of an arry. What are the possible indexes an array can start with? options are given below. and one only the correct answer. pl select it 1. any index 2. only even non-negative 3. only 0 4. any non-negative integer

1 Answers  


what is action in QTP?

1 Answers   Infosys,


How do you invoke any application and write a script to invoke QTP using VB Script.

2 Answers   HealthAsyst,


how do you do database testing in qtp

5 Answers   NIIT,


How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?

1 Answers  






HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me sample script for this where there is some condition. like if "text" THEN msgbox() else endif

7 Answers   Xavient,


What is the difference between CVS and VSS? Are you store QTP SCRIPT In VSS OR CVS? Where you store QTP Script?

1 Answers   Brain Roots, Ordain Solutions,


Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)

2 Answers   CIL,


How do you change Logical Name of the object in test script?

1 Answers   TCS,


list me out the shortcutkeys for some functionlities in the qtp for example to record ,to run ... etc

2 Answers   CTS,


How to convert QTP's ObjectRepository.mdb file to xml file

1 Answers  


By using QTP can we record any log files written by the application which is in execution?

0 Answers   Ordain Solutions,


Categories