-
Notifications
You must be signed in to change notification settings - Fork 0
Testing
jbalint edited this page Apr 12, 2013
·
2 revisions
- 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)
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