A test data producer is a Java class that produces test data for an attribute. Test data producers are used by database templates to create test records.
Test data producers can be configured in the attribute details panel.
It is possible to create new test data producers using the following Java interfaces:
![]() |
TestDataProducer - main interface that encapsulates what it means to be a TestDataProducer. |
![]() |
TestDataAttribute - representation of an attribute, used by the TestDataProducer interface. |
Creating a test data producer
Installing a test data producer