From the course: Performance Testing Foundations

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Create a performance test

Challenge: Create a performance test

From the course: Performance Testing Foundations

Start my 1-month free trial

Challenge: Create a performance test

(upbeat music) - [Instructor] We've talked a lot of theory and seen a lot of examples of performance testing in this course, but now I want you to try your hand at creating a performance test on your own. Feel free to use whatever tool you want for this, but I'm going to use JMeter when I walk through the solution to this. If you don't have JMeter installed, you can get it from the jmeter.apache.org site. All you'll need to do is just download the ZIP file onto your machine and then extract it where you want it to be installed. Now you'll also need to have Java 8 or higher, so if you don't have that, you can get it from the java.com site and just follow the instructions here on how to install Java. So once you've extracted it, you can navigate to the folder where you have it extracted. And if we go in here and into the bin folder, you can just run this ApacheJMeter.jar file by double-clicking on it to start up JMeter.…

Contents