【发布时间】:2017-08-31 18:13:15
【问题描述】:
我不知道如何编写 ETL 测试用例。我做了以下 3 个场景。
1.source n target count should be same.
2.check duplicates in target
3.column mapping for source and target.
如何为映射编写测试用例。我真的很困惑。请帮助。请给我一个示例测试用例
【问题讨论】:
标签: etl informatica
我不知道如何编写 ETL 测试用例。我做了以下 3 个场景。
1.source n target count should be same.
2.check duplicates in target
3.column mapping for source and target.
如何为映射编写测试用例。我真的很困惑。请帮助。请给我一个示例测试用例
【问题讨论】:
标签: etl informatica
您的测试用例应包括:
检查映射中的所有转换,查看结果是否与源匹配。
【讨论】:
测试用例是根据以下测试场景编写的: 映射文档验证、结构验证、约束验证、数据一致性问题等。 部分测试用例示例如下:
【讨论】:
只是添加
【讨论】: