Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Connector Toolkit
  3. Before you begin
  4. Develop a connector for Cloud Data Integration
  5. Develop a connector for Data Loader
  6. Import a connector
  7. Connection attributes
  8. Type system
  9. Connector metadata
  10. Partitioning capability
  11. Pushdown capability
  12. Mappings in advanced mode
  13. Manual changes to Informatica Connector Toolkit source code
  14. Runtime behavior
  15. Connector example: MySQL_Cloud
  16. Version control integration
  17. Appendix A: Metadata models
  18. Appendix B: ASO model
  19. Appendix C: Connector project migration
  20. Appendix D: Frequently used generic APIs in Informatica Connector Toolkit
  21. Appendix E: Frequently asked questions

Cloud Data Integration Connector Toolkit Developer Guide

Cloud Data Integration Connector Toolkit Developer Guide

Regenerate a test case

Regenerate a test case

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.

0 COMMENTS

We’d like to hear from you!