svn CS 4/53901 Software Engineering
Assignment 3


Testing

You will test an ADT String Class. See the string files in the shared folder under svn.

You are required to thoroughly test this class. The requirements are to:
  • Develop a set of unit tests for string, commit this to svn.
  • Currently, the code will not compile with the current GNU C++ compiler. It was orginally developed with an older version. So you must also migrate it to the current version of C++.
  • Give a list of failures.
  • For each failure identify the source code error(s) that cause it.
  • Implement the corrections for the errors you uncover.
  • Commit each fix separately with a descriptive message.
  • Keep detailed records of the time you spent on this assignment (see timelog form in shared folder). Classify your task as: reading code, writing/running tests, or fixing errors.
  • Commit forms to svn.
  • On average, how much time did it take to fix one failure?

URL:http://www.cs.kent.edu/~jmaletic/cs43901/hw3.html
Last update: Mon Apr 26 14:13:15 2010 EST