Part 1: W03 Review Flashcards
1
Q
Explain differences between Synchronous and Asynchronous reviews.
A
Synchronous has a fixed time when everyone meets and conducts review steps.
Asynchronous is done by people on their own time.
2
Q
What are the different types of reviews? (5)
A
- Management
- Peer reviews
- Walkthrough
- Technical Reviews
- Audits
3
Q
What is Fagan’s model?
A
A methodology for finding software defects.
4
Q
Name 3 common defects.
A
- Data faults
- Control faults
- Input/Output faults
- Interface faults
- Storage management faults
- Exception management faults
5
Q
What is the Phase Index in Software testing?
A
Formula for measuring defect concern at each step. Each defect is multiplied by a severity weight.
6
Q
What is the Defect Index?
A
Defect concern for entire product.
7
Q
Explain testing vs debugging.
A
Testing - confirms presence of defects.
Debugging - locates defects.