Difference Between The Database Testing and ETL Testing:-
Database Testing refers to any database keeping projects whereas ETL Testing refers to Data integration projects or Data Warehouses. There performed high ranking tests on every one.
Database Testing:-
Elementary objective is to verify if the data is pursuing the standards/rules determined in the data model.
In the database testing verified that primary key and foreign key relations are established and there are no eliminated records or data.
We check if any record is omitted in the columns where necessary.
We check that the records or data in the columns are exact.
We check that the data in the columns had correct or valid values.
ETL Testing:-
Elementary objective is to verify if the data shifted or moved correctly as expected or assumed.
In the ETL testing we verify that the records or countings in the origin or source and goal or target are matching.
We check if there are some replicates in the loaded records or data.
We check that the data is progressively updated.
Check that the converted or transformed data are as per expected.
0 Comment(s)