Integration Testing
Functionality-Oriented Quality
Functionality-Oriented Quality
  Contents
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.
Integration Testing
Functionality-Oriented Quality
Functionality-Oriented Quality
  Contents
Copyright © 2001 Jean-Marc Rosengard