Book Image

Mastering JMeter 5.0 [Video]

By : Afsana Atar
Book Image

Mastering JMeter 5.0 [Video]

By: Afsana Atar

Overview of this book

JMeter has become an industry-standard tool for conducting functional, load, performance, and regression tests on web applications. It scales web development by helping you measure and analyze application performance. In this course, you’ll learn to invoke key features of the latest version of this testing tool to achieve peak performance for your web applications, all the while improving the testing team’s productivity by developing realistic and scalable test plans and automation. You'll start by mastering assertion types and scripts. Then you'll immerse yourself in the world of logic controllers and apply them to scripting. You'll get to grips with samplers, which help you send a request to the web server. You'll learn advanced scripting, work with test controllers, design test plans, and much more. By the end of this course, you will be able to use JMeter 5.0 for performance and load testing. All the code files and related files are placed on GitHub at https://github.com/PacktPublishing/Mastering-JMeter-5.0
Table of Contents (9 chapters)
6
Overview of Test Controller
Chapter 5
Advanced Scripting
Content Locked
Section 3
BeanShell PostProcessor
Explore how to set up a test to execute a sample script after the sampler has been executed and its response has been generated. We will be using that response data to in the BeanShell PostProcessor and learn to validate and capture the test execution results in the file format using BeanShell PostProcessor.