I'm working with Jmeter for load testing using selenium web driver Java code. I have written java code in Eclipse. According to my code I have added some selenium .jar files ,Jmeter .jar files to my java project & I have run the Java code in eclipse and generated .class file of my class. Now I want to add this .class file to jmeter in the form of .jar file
Now I want to put this code in Jmeter using Java Request Sampler for this I have done like this:
I have changed my Java code .class file to .jar and place in Jmeter installation directory at lib/ext folder.
Now problem is where I have to place selenium .jar files, in my jmeter
I have also tried placing all .jar files in Jmeter/lib/ext
or Jmeter/lib
if I have done like this jmeter is not working .