You are on page 1of 2

Data Flows

MPMS to DataStage
1

Datastage to HDFS
2

HDFS to Hive
3
Test Cases

Validate the source and target table structure,


datatypes, datatype length, column names etc

Compare records counts between source and target.


Check for any rejected records.

Verify record counts for a specific duration (e.g. total


customers registered in 2017)

Verify latest date and oldest date in the table.

Verify sum, max and min of an integer column

Verify the number of customers who are using Gmail

Precision value should display as expected in the


target table.

Check Data should not be truncated in the column of


target table.

Check boundary value analysis

Comparing unique values of key fields between


source data and target data

Check if any duplicate values exist in unique column

You might also like