I\'m trying to run JUnit test with JMeter 2.7. However, when selecting the test classes in the drop down of the JUnit sampler, they don\'t show up. As I found out, that\'s b
You must put your junit classes in lib/junit folder as you did and dependencies in lib folder.
You shouldn't use fatjar as sometimes these tools removed files from meta-inf or only keep one from all jars, spring pûts one in each of its jars .
Add all your jars one by one in lib folder.
Check jmeter logs to see if you have any exception .
If it still fails, ask a question on jmeter user list and if you don't get any answer create a simple test case and open a bug.