October 2014
Intermediate to advanced
228 pages
5h 5m
English
When testing most of today's modern web applications, an often-encountered response from the server is a JSON payload. JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read/write, and also easy for machines to generate and parse. Due to this ease and its language neutrality, a lot of interchange with servers and services is carried out in this format.
In this recipe, we will cover how to use JMeter to extract information from JSON responses while consuming a freely available weather service. Perform the following steps:
Read now
Unlock full access