how can we design the cases from requirement in software testing
Answers
Answered by
0
Answer:
1. Deriving test cases directly from a requirement specification or black box test design technique. The Techniques include:
- Boundary Value Analysis (BVA)
- Equivalence Partitioning (EP)
- Decision Table Testing
- State Transition Diagrams
- Use Case Testing
2. Deriving test cases directly from the structure of a component or system:
- Statement Coverage
- Branch Coverage
- Path Coverage
- LCSAJ Testing
3. Deriving test cases based on tester's experience on similar systems or testers intuition:
- Error Guessing
- Exploratory Testing
I hope this helps qwq
Similar questions