1.

Mention few differences between ETL testing and database testing.

Answer»

Here is a LIST of differences between ETL and DATABASE testing.

  • ETL testing is focused on data extraction, TRANSFORM, and loading for BI reporting, whereas data validation and integration is the PRIMARY aim of database testing.
  • Database testing applies to TRANSACTIONAL systems where the business flow takes places. Compared to this, ETL testing takes place in an order where historical data is a store.
  • ETL testing includes multidimensional modeling, but database testing takes place in ER method modeling,


Discussion

No Comment Found