CPE 103 Fall 2007
Project 1 Test Plan Prelab


Purpose

In this lab you will create test data for Project 1, the WordSearchSolver.   In this prelab you will write an outline for a test plan in your lab notebook. 

Pre-lab

  1. Read the instructions for writing Test Plans
  2. Think of all test cases you need to thoroughly test your program.
  3. Create a numbered list of test cases. Write a one sentence english description of what each test will accomplish. For example, "1. Verify that the program finds all the words in the word list when the list length is greater than 1."
  4. This lab will require you to use a Unix text editor such as Vi or Emacs. If you aren't familiar with one of these tools, work one of the Vi tutorials suggested on the course Resources page.