October 2014
Intermediate to advanced
228 pages
5h 5m
English
Another useful assertion component that comes bundled with JMeter is the Duration Assertion component. Like its name implies, this component is used to test that each response returns within a given time specified by the user. Any response that doesn't return within the specified time is marked as a failed response. For example, this can be particularly useful when testing API calls for application services, or ensuring the accumulative service calls to render a page are all performing efficiently.
In this recipe, we will cover how to use the Duration Assertion component. Perform the following steps:
Read now
Unlock full access