February 2019
Intermediate to advanced
256 pages
7h 34m
English
There are two ways to run the JMeter script. One involves using the menu, and the other involves using the command console. Once the information is properly defined, send the request by Run | Start or Ctrl + R. The HTTP POST request will be sent through the ZAP proxy and ZAP will intercept the request and response for security assessments. Once we have done the automation scripts with JMeter, it's suggested to execute the JMeter in non-GUI mode for further automation integration. In our case, the following command will apply to our JMeter script. Use JMeter –help to see further information of each command options:
Jmeter -n -t MyRequest.jmx -l testResult.jtl -H 127.0.0.1 -P 8090
Read now
Unlock full access