Installing a test data producer

To install a test data producer using this method you will need the test data producer in a jar file.

More information about creating a test data producer can be found here.

The following steps describe one way of installing a test data producer:

  1. Copy the test data producer jar file to the lib directory under the RapidJ installation directory.
  2. Add an entry to the test-data-producer.properties file that can be found in the config directory under the RapidJ installation directory. For example:
    testDataProducerClass.003=my.package.MyTestDataProducer
  3. Shutdown and restart RapidJ to install you test data producer.
  4. To verify that it was installed correctly, check to see that it is now an option in the Test Data Producer Type combo in the Generate Database attribute details panel.

Related concepts

Test data producer

Related tasks

Creating a test data producer

Related reference

Generate Database attribute details panel