1.3. Choosing the Test Data

Within the limits of the test case description,

Conducting Tests

  • Get out of the habit of typing all your tests by hand

    • Discourages people from running more than a few tests

    • Makes it hard to repeat tests

  • Alternatives:

    • redirection (CS252, but also possible in Windows)

    • copy-and-paste from text file into running program

    • redesign program to allow file names in command line