Book Image

JMeter Cookbook

By : Bayo Erinle
Book Image

JMeter Cookbook

By: Bayo Erinle

Overview of this book

Table of Contents (16 chapters)
JMeter Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Testing external facing applications using BlazeMeter


Another Cloud service we could use for distributed testing is BlazeMeter, located at http://blazemeter.com/. In their words, BlazeMeter offers you your own elastic performance testing Cloud. By not having to set up and configure machines for testing, one huge task is taken off from our plates and we are able to focus on what we are really after, testing our application.

At the time of this writing, BlazeMeter offers both free and paid services. The free service however is limited, as you might expect, and only allows you to run a maximum of 50 concurrent users on shared servers with reports retained for only 24 hours. This is enough to illustrate the concept in this recipe, so that is what we will be using.

How to do it…

In this recipe, we will show you how to use BlazeMeter to run a distributed test plan in the Cloud. Since we will be using the free plan, we are limited to a maximum of 50 concurrent users on a shared machine.

Note

This recipe...