4

How to test the SSIS Packages ?

what are the things should be taken care while testing the ssis packages?

what are the testcase steps should be written while testing ?

frictionlesspulley
  • 11,070
  • 14
  • 66
  • 115
kumar
  • 1,117
  • 13
  • 34
  • 58

1 Answers1

4

ssisUnit is a great tool for unit testing an SSIS package. The only caveat I have run into is that you need to run the unit tests on a machine with SSIS server components installed. I work in a shop where I have the SSIS client components installed, but the server is remote (I have Sql Server Express on my local box) so I am currently unable to use ssisUnit in my development. This means I have to write my scripts manually which is a much bigger pain.

William Salzman
  • 6,396
  • 2
  • 33
  • 49