Functional Testing 07: Using Response Data – Part 1

Seventh in a series focusing on using JMeter for functional testing of an API.

Quite often you will need to use data from one API response to make another subsequent API call. In this tutorial we we will see how to use the token returned by signing in to make an authorized API call to another API end point which requires you to be signed in (we will get a list of folders).

We are really going to start testing now!

Continue reading “Functional Testing 07: Using Response Data – Part 1”