Eighth in a series focusing on using JMeter for functional testing of an API.
In the last tutorial we used the response from Signin in to make another call to the API. Now we’ll take it one step further. We’ll introduce a little bit of validation to our Folders Sampler Library module in order to be able to make one more call to get the list of files within a folder. We’ll also introduce a little bit of randomness to our test, in a way that we will improve on in the next tutorial when things really start to get fun.
Continue reading “Functional Testing 08: Using Response Data – Part 2”