Applications use sequences to generate unique, ordered numbers (or identifiers) automatically. They are widely used across organisations, but they can introduce challenges when generating test data. For example, simple synthetic data rules—such as creating a random integer—often break the expected sequence, making the test data invalid.
In some cases, sequences are managed externally, such as through a database identity column. The Curiosity Platform can integrate with these systems to ensure that sequences remain valid in the generated data. However, there are also scenarios where it is better to manage sequences directly within the Curiosity Platform. In these cases, users can create and maintain sequences inside the tool and reference them consistently wherever needed.
To create a sequence within the Curiosity Platform, first click on the Configuration tab (1) and then click on the Sequences section (2) and then click on the + New Sequence button (3)
This will open a screen where you can configure the sequence:
Name – Enter the name of the new sequence
Description – Enter the description of the sequence
Start – Enter the starting integer
Increment – The number that the sequence increases by
Application – The application the sequence sits under
Click ok and the sequence will now be available to use in the Curiosity Platform.