Q: When your test database is filled with realistic looking data, you'll be more engaged as a tester ?
A: It's hard to put together a meaningful UI prototype without making real requests to an API.
Q: If you're developing an application, you'll want to make sure you're testing it under conditions that closely simulate a production environment. In production, you'll have an army of users banging away at your app and filling your database with data, which puts stress on your code.
A: If you sign in using your Google account, you can download random data programmatically by saving your schemas and using curl to download data in a shell script via a RESTful url.If you sign in using your Google account, you can download random data programmatically by saving your schemas and using curl to download data in a shell script via a RESTful url.1