Unit Testing/JUnit

< Unit Testing

JUnit is a unit testing framework for the Java programming language.[1]

Readings

  1. Wikipedia: Test automation
  2. Wikipedia: JUnit

Multimedia

Activities

  1. Install JUnit
  2. Create a Simple Test
  3. Test Exceptions
  4. View Test Coverage

See Also

References