|
Answer» You have to do the following things while you are involving in Data Load testing.
- You have know about source data (table(s), columns, datatypes and CONSTRAINTS)
- You have to know about Target data (table(s), columns, datatypes and Constraints)
- You have to check the compatibility of Source and Target.
- You have to Open corresponding DTS package in SQL ENTERPRISE Manager and run the DTS package (If you are USING SQL Server).
- Then you should compare the column’s data of Source and Target.
- You have to check the number to rows of Source and Target.
- Then you have to update the data in Source and see the change is REFLECTING in Target or not.
- You have to check about junk character and NULLs.
You have to do the following things while you are involving in Data Load testing.
|