test case design technique

Post on 22-Dec-2015

218 Views

Category:

Documents

1 Downloads

Preview:

Click to see full reader

DESCRIPTION

sssss

TRANSCRIPT

http://www.tuto rialspo int.co m/so ftware_testing _dictio nary/test_case_desig n_technique.htm

Copyrig ht © tutorialspoint.com

SOFTWARE TESTING - TEST CASE DESIGNTECHNIQUE

Test case Desig n Technique

Following are the typical desig n techniques in software eng ineering :

1. Deriving test cases directly from a requirement specification or black box test desig ntechnique. The Techniques include:

Boundary Value Analysis (BVA)

Equivalence Partitioning (EP)

Decision Table Testing

State Transition Diag rams

Use Case Testing

2. Deriving test cases directly from the structure of a component or system:

Statement Coverag e

Branch Coverag e

Path Coverag e

LCSAJ Testing

3. Deriving test cases based on tester's experience on similar systems or testersintuition:

Error Guessing

Exploratory Testing

top related