Challenge – data-driven testing with multiple APIs
I don't have the space to work through another full example, but I would like you to practice this a little more. I'm going to give you a challenge that I think will be, well, challenging. In this section, I will get you started with the challenge and give you a few hints to help you successfully solve it. In order to solve this challenge, you will need to use everything you have learned in this chapter about data-driven testing, but you will also need to use some of the information covered in Chapter 6, Creating Test Validation Scripts. In that chapter, I explained how to create tests that use multiple requests, and you are going to need that information to solve this challenge.
Challenge setup
For this challenge, I want you to use the Postman Echo API. This sample API has a number of different endpoints that you can use. In this case, you will use the Time Addition (https://postman-echo.com/time/add) and...