October 2014
Intermediate to advanced
228 pages
5h 5m
English
In this chapter, we will cover the following recipes:
No matter how good a tool is, it normally won't provide all the user needs out of the box. As such, it is important to provide a means by which the tool can be extended to provide additional functionality. Such extensions can turn an already good tool into a great one.
JMeter is no different. It provides extension points in the form of plugins. Since JMeter is written in Java, plugins are nothing more than compiled byte code packaged as Java Archives (JARs).
In this ...
Read now
Unlock full access