Inspect the Requirements
π Your Tasksβ
- Use the Requirements Phase Defects Checklist to review the given problem statement.
- Identify potential issues and record them in ReviewForm.doc.
- Suggest improvements to make the requirements clearer and testable.
π Resourcesβ
π Problem Statementβ
Write a program that reads natural numbers n1, n2, β¦, nk and prints the longest sequence of prime numbers ns, ns+1, β¦, nd, where 1β€sβ€dβ€k.
π Requirements Phase Defects Checklistβ
Code | Defect Description |
---|---|
D_01 | Requirements are incomplete. |
D_02 | Requirements are missing. |
D_03 | Requirements are incorrect. |
D_04 | Initialization of the system state has not been considered. |
D_05 | The functions have not been defined adequately. |
D_06 | The user needs are inadequately stated. |
D_07 | Comments |
π Download the checklist
π₯ Defects Checklist.pdf
π Example Completed Review Entryβ
Crt. No. | Checked Item | Issue | Suggestion |
---|---|---|---|
1 | D_01 β Incomplete | "Vehicle" is vague | Specify CAR explicitly |
2 | ... | ... | ... |
π Download the review form
π₯ Review Form.doc