Software Engineering
Fault base testing technique is
1.Unit testing
2.Beta testing
3.Stress testing
4.Mutation testing ✓ Correct
Solution
Correct answer is Option 4
Explanation:
- Fault-based testing aims to detect certain classes of known faults.
- Example: security testing for buffer overflows
- Mutation Testing Fault-based testing strategy
- It is used to evaluate test suite adequacy
- Measures the effectiveness of test cases
- Leads to creation of more effective tests
- Mutation Testing Faults are introduced into the program by creating versions of the program called mutants.
📄 All “Software Engineering” questions across papers