I have problem with JMeter not picking up my JUnit test. What I did:
- got JMeter and extracted
- created JUnit test through Selenium IDE and exported as JUnit4(WebDriver)
- try that test runs when executed (in IntelliJ)
- created JAR of the class file
- placed JAR into jmeter.home/lib/junit
- started jmeter
- created new thread
- added new sampler for JUnit request
However when I check "Classname" drop down my test is not listed there. Does anyone know why test is not recognised by JMeter?