The document discusses different techniques for designing test cases for software testing including deriving test cases from requirements, test cases from structure of components, and test cases based on experience.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
33 views1 page
Test Case Design Technique
The document discusses different techniques for designing test cases for software testing including deriving test cases from requirements, test cases from structure of components, and test cases based on experience.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
SOFTWARE TESTING - TEST CASE DESIGN
TECHNIQUE http://www.tuto rialspo int.co m/so ftware _te sting _dictio nary/te st_case _de sig n_te chnique .htm Co pyrig ht tuto rials po int.co m
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 n technique. T he T echniques include: Boundary Value Analysis (BVA) Equivalenc e Partitioning (EP) Dec ision T able T esting State T ransition Diag rams Use Case T esting 2. Deriving test cases directly from the structure of a component or system: Statement Coverag e Branc h Coverag e Path Coverag e LCSAJ T esting 3. Deriving test cases based on tester's experience on similar systems or testers intuition: Error Guessing Exploratory T esting