CS 40800 Quiz 11 (Sep 19)

(1) Which comes first in the Agile process: (a) write the code or (b) create the test plan with test cases?
(2) Why???

Submit this quiz on paper or via email to dunsmore@purdue.edu (Subject: Quiz 11) by the end of class today.

In Agile we (b) create the test plan with test cases BEFORE (a) writing the code.
If you create the tests before coding, it forces you to understand the requirements and to resolve ambiguities before you begin coding.