How to write unit test cases for SSIS packages?

  • Hi folks,

    i have a LLD to develop the ssis package. i need to write test cases for the ssis packages what i am going to develop. can any one tell me how to write test cases for ssis package and kindly share the templates if you have anything...

    Thanks & Regards,
    Shriram.

  • You need to write test case for each task that is defined in the package.

    Based on the input, the expected result at each task should be validated as part of unit testing.

    Hope that helps !!

  • Hi,

    There's a community free project for that...http://ssisunit.codeplex.com/

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

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