This is the first and very useful post for all, after a month i have found solution for jmeter. how to use selenium scripts for jmeter for test the performance testing. so i have configured successfully and my selenium scripts are running successfully in jmeter. i have listed those steps below.
Steps:
Step1. Record and convert your script to selenium java-junit format
using selenium ide.
Step2. open the eclipse and save that file as a java file.
Step3. Using junit run that file but before that you need to add
selenium-server.jar file in eclipse.
Step4. After that test runs successfully you will get .class file
under bin folder.
Step5. Setup your Run configuration settings for converting java file
to jar.
Step6. Select .java file and .class together and convert to .jar file.
Step7. Paste that .jar file into lib/junit folder.
No comments:
Post a Comment