top of page
Search

SSIS - Manual Tests

Writer's picture: SQL SharkSQL Shark

Updated: Jan 14, 2020

SSIS Testing Plan:

1. Verify all tables have been imported.

2. Verify all rows in each table have been imported.

3. Verify all the columns specified in source query for each table have been imported.

4. Verify all the data has been received without any truncation for each column.

5. Verify the time taken /speed for transfer

6. Verify if Project Version is compatible with SQL Server Version on the server

7. Verify data types from source are consistent with destination (data type, data length, index/constraint)

8. Verify that all the expected data is loaded in target from the source, data completeness testing is done.

9. Some of the tests that can be run are compare and validate counts, aggregates and actual data between the source and target for columns with simple transformation or no transformation.

10. This testing is done to ensure that the data is accurately loaded and transformed as expected.

19 views1 comment

Recent Posts

See All

1 Comment

Rated 0 out of 5 stars.
No ratings yet

Add a rating
b222ster123
Aug 21, 2024
Rated 5 out of 5 stars.

Test comment

Like
Designer (10)_edited_edited.jpg

Fuel the SQL Shark! Buy me a coffee to keep the data waves rolling! 🦈☕

SQL Shark Technology Blog
London, United Kingdom

© 2024 by Yovcho Ivanov (About me)

  • GitHub
  • LinkedIn - Black Circle

Follow me on social networks

bottom of page