Intermittent NoClassDefFoundError error running Selenium JUnit tests
- by Matt Sheppard
For some time, I've been running a substantial set of JUnit / Selenium tests against a number of platforms on a nightly basis. Intermittently (about once in every 40 runs), all the tests for a given platform fail with a NoClassDefFoundError on the common superclass of all my tests as follows.
java.lang.NoClassDefFoundError: [common super class of…