You can regenerate a test case when new features are introduced in the connector.
If there are new features, regenerate to include the related new test cases in the existing test suite. When you regenerate, the previous files in the test suite are backed up and new test cases are created within the test suite.
When you select Phase 5 again on the
Connector Progress
view, a new folder named
AdditionalTests
is created in the file
com.infa.adapter.<adapter_name>.unit.tests
of the project explorer.
For instance, if the connector does not support the filter property in the first version, the test suite will not have test cases related to the filter. However, if you add filter support in the next connector version, the filter test cases are generated in the
AdditionalTests
folder. You can review the test cases and add them to the existing suite.
Additionally, you will see a new testNG suite file, an attribute file, and an
input.properties
file with missing entries created under the
AdditionalTests
folder. Do not regenerate the test suite if there are no features added or supported by the connector.