next Integration Testing
up Functionality-Oriented Quality
previous Functionality-Oriented Quality
  Contents
PDF version   PostScript version

Unit Testing

Unit testing aims at the assessment of the conformance of the each class, or group of classes, with a specified role in the design. This may be achieved by using assertions to test pre and post-conditions.
At first, the run.ksh script was used to launch test implementations in the main() method of each class. I then discovered the JUnit testing framework, that was consecutively used in a few instances.
next Integration Testing
up Functionality-Oriented Quality
previous Functionality-Oriented Quality
  Contents

Copyright © 2001 Jean-Marc Rosengard