October 2014
Intermediate to advanced
228 pages
5h 5m
English
In today's stack of web applications, it is almost unthinkable to build an application without some dynamic content being retrieved from a backend service. Most of the time, these applications tend to lean towards partial page fresh. That is, only the needed sections of a rendered page are refreshed as opposed to the whole page loading its entire content again. This leads to more responsive pages, which improves the overall experience of the user.
In this recipe, we will walk through how you can test such applications using JMeter. Perform the following steps:
Read now
Unlock full access