The most Basic way to perform a SSIS Unit Testing is to create your own testing package.
(执行SSIS单元测试的最基本方法是创建自己的测试包。)
Example below: (下面的例子:)
The Most popular Tools to perform SSIS Unit Testing are the ones you listed:
(您列出的是执行SSIS单元测试的最受欢迎的工具:)
- SSISUnit
(SSIS单元)
- SSISTester
(SSISTester)
But after making a deep search i found a new way that is BizUnit .
(但是在进行深入搜索之后,我发现了一种新方法,即BizUnit 。)
BizUnit Framework
which is predominantly used for the Biz Unit testing can be customized to test SSIS Package as well. (可以定制主要用于Biz Unit测试的BizUnit Framework
,以测试SSIS包。)
More info in the link below (以下链接中的更多信息)
Also if you mean by testing Package Validation (metadata , connections , ...etc), you can follow my answer in this SO question
(另外,如果您是通过测试软件包验证(元数据,连接等)来表示,那么您可以按照我在这个问题中的回答)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…