Login to a Web Application With JMeter

If you are developer then it is your sole responsibility to analyze the behaviour of your web application under load testing. So we are going to create a test plan for most important step of web application “LOGIN”. Let’s start. Create a new Test Plan and name it “Login”. Now we will create a User Defined Variable. Click on “Add” name: site value: example.com // your web application name We will use this variable in our HTTP request sampler. Now we …