Monday, 30 April 2012

QTP: Introduction & Testing Process

Introduction: Quick Test Professional (QTP) is an automated functional Graphical User Interface (GUI) testing tool that allows the automation of user actions on a web or client based computer application.

It is primarily used for functional regression test automation. QTP uses a scripting language built on top of VBScript to specify the test procedure, and to manipulate the objects and controls of the application under test.

QTP Testing Process: (7 stages)

1. Planning: Create Test Plan
Prepare the Record & Run Settings
a.Web Application
b.Windows Application

2. Generate Basic Script /Create Object Repository: Develop the Automation Test Script

3. Enhancing Tests: Do sum amendments like wait properties etc as required to run script successfully.

4. Debugging Tests: Verifying the test script

5. Running Tests: Run the Script

6. Analyzing Results: Summarized the Test Result.

7. Reporting Defects: Manually report the bug or use Bug Reporting Tool like Bugzilla or Quality Center.

By: Mann Bhammar 
      Test Analyst