Challenge 02 - Create a Load Testing Script

< Previous Challenge - Home - Next Challenge >

Pre-requisites

Introduction

In this challenge, you will create your load testing script. Your load testing script should target the 3 application endpoints and implement the load testing strategy you created in the previous challenge. Your scripts should help you get a baseline for how the application can handle typical user loads.

Azure Load Testing is based on Apache JMeter - a popular open source load testing tool. This means you can reuse existing JMeter scripts or create new scripts by using the JMeter GUI.

Description

Success Criteria

Learning Resources

Advanced Challenges (Optional)