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.

Web Service Testing Using Neoload

In this tutorial, we will understand how to design SOAP and REST services using Neoload to validate the performance of web services.

Designing SOAP request in Neoload

Step 1: Create New Project (Go to File -> Click on New -> Enter Project Name -> Click Finish)

Continuous Integration and Testing Using Postman With Jenkins

Continuous integration and testing are the key terms to integrate all the phases of the development lifecycle and deliver working product/software to a client at the earliest possible time using tools like Jenkins. Here, you will get to know about performing continuous REST API testing using Postman with Jenkins tools.

Postman is a tool used to develop, test, share, monitor the performance of an automated test and document API’s. Follow the below steps to integrate Postman with Jenkins for continuous integration and testing.