When i\'m trying to run the test suite, am getting this exception. We are using maven project here and i am done with refreshing, cleaning, reinstalling testNG and then impo
In my opinion if src has test/java/ folders then in build path out location should be like target/test-classes.
If src has main/java/ folders then in build path out location should be like target/classes.