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

Phase 5: Generate and run the test scenarios

Phase 5: Generate and run the test scenarios

After you create and export a new connector, you can test the connector using the automation framework. The framework generates and runs the test cases.
After you export a connector, perform the following tests:
  • Code Acceptance Test (CAT) or Unit Test.
    Units tests are standalone tests. You can generate the test case after you upload data in the project explorer. After the test run, a status report is generated without any external dependency.
  • Product Acceptance Test (PAT) or Integration Test.
    Integration tests require the configuration details to generate and execute the test cases. It requires user intervention for manual upload of data to the pod.
When the automation framework runs, it performs the following tasks:
  1. Analyzes the connector package and generates the test suite. You can use the test suite to test the functionalities in a connector. For example, you can test the connection, verify the record and field details, search records, and test the read, write, filter operations.
  2. Runs the test cases to validate the unit and integration tests. You can run the test cases separately.
  3. Populates a single unified test report for both the unit and integration tests. You can see the PASS and FAIL status in the report.

0 COMMENTS

We’d like to hear from you!