Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

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. Import a connector
  6. Connection attributes
  7. Type system
  8. Connector metadata
  9. Partitioning capability
  10. Manual changes to Informatica Connector Toolkit source code
  11. Runtime behavior
  12. Connector example: MySQL_Cloud
  13. Version control integration
  14. Appendix A: Metadata models
  15. Appendix B: ASO model
  16. Appendix C: Connector project migration
  17. Appendix D: Frequently used generic APIs in Informatica Connector Toolkit
  18. 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!