Automate Testing of SSIS Packages

  • Can anyone recommend any tools which will help automate the testing of SSIS packages?


  • There is one for unit testing of SSIS packages - SSISUnit (like nUnit or MBUnit). You can set up a test server and configure the environment and run the tests using a CI server (like Hudson\Cruise control) with Nant\MSBuild to run your packages.

  • That's pretty cool, thank you.


Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply