Steps To Integrate Selenium Test Case With Apache JMeter

Integrating selenium test cases with JMeter can be done using the following concepts.

  1. Using JUnit Sampler
  2. Using WebDriver Sampler

Pre-Requisites:

  1. Required jars/plugins before we integrate selenium test scripts with Apache JMeter. 
  2. Download the Plugin Manager  Jar File from the website here.
  3. Put the File in the lib/ext directory in JMeter
  4. Then Restart JMeter

1. Using JUnit Sampler

Below are the steps along with a screenshot to perform pre-requisites for JUnit Sampler.