Test data producer

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.

Java interfaces

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.

Related concepts

Attribute
Test records

Related tasks

Creating a test data producer
Installing a test data producer

Related reference

Generate Database attribute details panel