Reputation: 13
I have created the Selenium Web Driver script in intelliJ IDEA and after that, I have created the Jar file of the selenium script and configured the jar file in JMeter_Home/lib.
Then, Created the Test Plan in JMeter in which added the JUnit Request sampler with Class Name, Method Name and also added the Listners (View Result Tree).
On running the Test plan its not working. So, how can I resolve this?
Upvotes: 0
Views: 947
Reputation: 168072
lib/junit
folderlib
folder (or any other folder on the JMeter Classpath)Check out How to Use JUnit With JMeter article for more details on running JUnit tests via JMeter
Upvotes: 0