Mark Winteringham
Tester, Toolsmith, Author and Instructor
Challenge Description
There are lots of tools out there that we can use to create or fake test data. That’s why in this challenge we want to see demonstrations of tools that allow us to set up test data for testing purposes. We’d like to see how far you got with solving the challenge, what you liked about the tooling you used, and what you disliked.
Instructions
Using a tool of your choice that you think the community would be interested in, show us how you would mitigate the following problem:
Creating test data manually is taking too long and slowing the team down
If you had to rapidly create test data in an environment, how would you do it? Would you use an existing tool or build your own?
Example:
One example of mitigating this risk might be to find:
- Find the seed.sql files in the github.com/mwinteringham/restful-booker-platform project
- Duplicate the INSERT SQL statement multiple times and then build the application to get it running with lots of new test data
Tip: You’ll find more opportunities to manage test data if you have restful-booker-platform running locally on your machine.
Also, check out the Postman collection for Restful-Booker-Platform to get started with its APIs Postman
What you’ll learn
- Demonstrate how to manage state in an application using automation
Resources
- The Power of Mocking APIs - Shivani Gaba - The Power of Mocking APIs - Shivani Gaba | MoT
- Techniques for Generating and Managing Test Data - Omose Ogala - Techniques for Generating and Managing Test Data - Omose Ogala | MoT
- How do you manage your test data? - How do you handle your test data? - #3 by kristof