JMeter Load Testing with a JSON payload
Currently, the most popular approach for API testing is to send a JSON payload file instead of using data with parameters. This post will show how to do JMeter Load Testing with a JSON payload. To perform sending the JSON payload we need a different configuration. First, we need to add HTTP Header Manager into our HTTP Request in order to set Content-Type as application/json. We then put the JSON payload into the Body Data sectionRead More →