Introduction
The purpose of test data is load and function testing in an environment without polluting the actual data.
A user or a bot that is declared test data will have all properties, messages and processing statistics flagged test data as well.
A property that is declared test data will have all properties and messages that stem from for further processing through scripts, as well as all processing statistics through those scripts flagged test data.
To create a test bot add test_data
to the bot creation. To create a test user pass test_data
when creating a user, bot or call the special test user HTTP method which creates test users with random usernames.
All the data generated with the SAGA load testing tool is test data.The data remains for inspection until it's deleted via DELETE /test
.
DELETE /test
Removes all test data from the environment