Load testing - A step by step guide using "Bearer Token" Authorization
Step 1 : Recording the script via Blazemeter™ Blazemeter will be used as the recording tool to record the user navigation across the pages of the web application which is subject to be load tested. Install the Blazemeter extention to google chrome browser. Record the scenario which needs to be load tested using Blazemeter (Recording widget) Note : Make sure you are logged in to blazemeter in order to enable the save options. Select the option "JMeter only" as the script type to be saved. Select all the available domains to be included in the recorded JMeter script and click save to export as .jmx After downloading the .jmx file move it inside the intended load test project folder. Step 2 : Optimizing the recorded script via Apache JMeter™ Go to path where Jmeter is installed : cd /Users/nipun/tools/apache-jmeter-5.0/bin Open Apache Jmeter by running the command : sh jmeter Open the recorded .jmx file in jmeter. Select the thre...