From the course: Advanced JMeter

Unlock the full course today

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

Replaying the test script

Replaying the test script - Apache JMeter Tutorial

From the course: Advanced JMeter

Start my 1-month free trial

Replaying the test script

- [Instructor] Now that I have a recorded test case, I'm going to play it back and see what happens. In order to do this, I'm going to need to edit the test case a little bit first. Firstly, I'm going to right click on the test plan and create a thread group like I would with any normal test case I would create. And because I know I'm dealing with an HTTP request, I'm going to add some config elements to this thread group. I'm going to go over to add. I'm going to go over to config element, and then I'm going to add the header manager. And I'm also going to add the cookie manager and I'm going to add the HTTP cache manager. These elements all manage some of the items within an HTTP request. So it's sometimes really useful to have them in a thread group. Now I'm going to go up to my test script recorder and select the steps that I want to rerun. I'm going to go ahead and select all of them because why not. Then I'm…

Contents