CSE 270: Software Testing

W05 Activity: Conducting a Load Test

Overview

Stress testing is an important part of determining if a system is ready to handle the load that is expected to be placed on it. Testers can use special applications to simulate multiple users hitting the system at the same time. If we put more than the usual load on the system, this is a stress test. If we put only the normal amount of load on the system and observe the behavior this is a load test. If we elevate the load on the system and run the test for an extended period of time this is called a soak test or a longevity test.

Today, we are going to use the Postman tool to conduct a load test and a stress test on our system in our local testing environment. Why not in production?

Doing load tests and stress tests against production environment can be very problematic. In the first place, it wastes resources and can be costly in cloud environments where you pay per compute. Also, it can have an unintended side-effect of slowing down your production site which impacts customers and may lose the company money. For this reason, it is best to conduct these tests against a dedicated production-similar environment.

In this module we well test the two non-functional requirements below:

Instructions

Setup the Local Test Environment

Configure your test environment as follows (If you need a refresher view W04 Activity: Setup a Local Test Environment):

Postman Setup

Running Tests

Ensure your test site is running and conduct the test.

Submission

Return to Canvas and upload the following files

Useful Links: