Skip to main content

Creating a Test - Summary

Here is a summary of the basic steps for creating a test:

  1. Create a test class. The class must extend %UnitTest.TestProductionOpens in a new tab.

  2. Set the value of the test class's PRODUCTION parameter to the name of your production.

  3. Override callback methods in the test class. Use these methods to prepare the production and its environment, send messages to components, and examine the results of running the production. Use the auxiliary methods, parameters, and properties provided by TestControl as needed.

FeedbackOpens in a new tab