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
As Teinacher wrote, JUnit test will show up in JMeter after copying all project dependencies (all .jar files) into JMeter's /lib directory (JMeter restart is needed).