Software Tools

Some Lists of Tools

  1. Pressman
  2. Requirements Tools
  3. Test Tools

Eclipse Debugger

Eclipse Refactoring

Eclipse Metrics

Emma

djUnit

  1. Download the appropriate (Eclipse 3.2?) djUnit zip file from dJUnit home or from here (Eclipse 3.2).
  2. Extract the zip file to your Eclipse plugin directory (probably C:\eclipse\plugins on Windows machines in lab).
  3. Restart Eclipse.
  4. In the Package Explorer, find a test to run. Right-click and select Run As, select djUnit. JUnit should execute and djUnit metrics should appear.

Ant

  1. Download Ant Tutorial zip file and extract to a folder.
  2. For each of the three projects,
  3. On the ThirdProject, view the JUnit reports in ThirdProject/build/test/reports/index.html
  4. Fix the incorrect test in TestThermometer.testSetGet()
  5. Build and run tests again with "ant"
  6. Verify that test passed