Testing suggestions
Beyond testing basic use cases, there are several areas that are worthy of additional validation.
Data Integrity
- Consider cases where imported data may encounter a data type mismatch.
Performance/Scalability
- Consider importing large amounts of data.
Corner Cases
- Consider importing the same data into the same datasource at the same time by using the scheduler and the import tool.
Back to top