Skip to content
jbalint edited this page Apr 12, 2013 · 2 revisions

Types of tests

  • tests that depend on the execution state of the program (e.g. breakpoint testing)
  • tests that don't depend, but need to be in a specific place to access certain state (e.g. java bridge testing)

Tests in Development

Bug no 1, exception during next() command causes JVM crash.

  • The test starts the debug and breaks on (or near) a line that will throw an exception and calls next() (one or more time)
  • Need to automatically detect crash/success
Clone this wiki locally