Implementing the Test Interface
Some subset of the Test Interface needs to be implemented in order to finally test your booking system.
Which parts ot the Test Interface need to be implemented depends on your choice of Controlled mode or Random mode.
Controlled Mode
When using Controlled mode, the following parts of Test Interface need to be implemented in your booking system:
Datasets Endpoints (spec — see for more details):
These endpoints are called by Test Suite to create test opportunity data in your booking system, and – later – to clean up that test opportunity data.
See the
Actions Endpoints (spec):
This endpoint is called by Test Suite to simulate different kinds of booking actions, like an update to a booking's access pass.
Random Mode
When using Random mode, the following parts of Test Interface need to be implemented in your booking system:
Actions Endpoints (spec):
This endpoint is called by Test Suite to simulate different kinds of booking actions, like an update to a booking's access pass.
Last updated