Getting NoClassDefFoundError only with TestCases
- by Teja
I have one class, that creates excel sheet.For that I added poi-3.2.jar to classpath.
I am working with Eclipse3.7.
I have generated testcases by recording workbench actions using with WindowTester Pro.
I edited generated testcase and tried to create excel sheet within that to write test result.
If I use same API from normal java program (within…