software testing process

8
Ravisankar Test Process

Upload: ravi-sankar

Post on 08-Jun-2015

115 views

Category:

Education


2 download

TRANSCRIPT

Page 1: Software Testing Process

Ravisankar

Test Process

Page 2: Software Testing Process

Introduction

What is Test Process?

More efficient and effective approach to

testing

Determining scope, risk and identify the

objectives of testing

Test approaches and recourses

Test policy/strategy

Scheduling

Exit criteria

Page 3: Software Testing Process

Test Analysis

What to test

Source Documents

Function Reference

Test Condition

Identify and review source

Create functional hierarchy

Identify test condition

Cross reference function from test condition to source

document

Page 4: Software Testing Process

Test Design

How to Test

Source Documents

Function Reference

Test Condition

Test Specificatio

n

Test case

Scripted Condition

Create test specification hierarchy

Create detailed test case

Cross reference test condition to test case

Page 5: Software Testing Process

Test Schedule

When to Test

Source Documents

Function Reference

Test Condition

Test Specificatio

n

Test case

Scripted Condition

Test Suite

Scheduled Test Cases

Scheduled Condition

Create test suite hierarchy

Schedule test case

Page 6: Software Testing Process

Execute & Evaluate

What happened

Source Documents

Function Reference

Test Condition

Test Specificatio

n

Test case

Scripted Condition

Test Suite

Scheduled Test Cases

Scheduled Condition

Test Logs

Tested Condition

Create test log

Update test condition status

Test Summary Report

Page 7: Software Testing Process

• Very important part of Software Development Life Cycle• Quality Assurance• Risk Reduction• Better estimation for future project

Conclusion

Page 8: Software Testing Process