Overview:
Hi, Testers!!
In this tutorial, you will get to know how you can work with HTTP or HTTPS requests going to the server.
=> Click here for complete JMeter Tutorials: The Complete Free Training On JMeter (20+ Videos)
Below are the topics covered in this tutorial:
- HTTP Request Sampler
- Configuring Default values for HTTP Request with HTTP Request Default.
Watch The VIDEO Tutorial
The Server Name and Path are very important to ensure that your request is going to the right place. By default, the request goes with HTTP protocol which can be changed to HTTPS if desired. User parameters can be added to the request if any additional parameters are needed to land on the specific page. All methods such as GET, POST, etc. are supported.
In case your scenario demands multiple requests to be sent to the same server or maybe any parameter that is common in all requests, HTTP Request Default comes into the picture. Once the properties are set in this config element, all requests in the same thread group inherit that property.
For example, once the server name is set in HTTP Request Default, it need not be set in the HTTP Requests following it.
=> Click here for complete JMeter Tutorials: The Complete Free Training On JMeter (20+ Videos)