ETL Testing: What Is It and How To Do It Right

Timothy Joseph
Timothy Joseph | September 15, 2021

ETL Testing: What Is It and How To Do It Right

This is the third blog in the four part series dealing with Business Intelligence Testing.

Before we begin talking about what ETL testing is, let’s recap the concepts of business intelligence and data warehouse testing (DW test).

Business intelligence is a process wherein business data is collected and turned into useful information for an organization. This data consists of records of a company’s daily transactions, such as its customer interactions, employee management, and finance administration.

Meanwhile, data warehouse testing is the process of developing and carrying out specific test cases that ensures all data in a warehouse is in line with that of the organization’s framework.

As for ETL testing, this approach is a sub-component of data warehouse testing. It is used to process extracted data, which is transformed according to business intelligence requirements, and then loaded into a designated data warehouse.

   2021-2022 Software Development and QA Testing Report

 

Steps in the ETL Process

These are the steps testers take when using the ETL testing process:

  1. Extract: The first step in the ETL performance testing approach is to extract the information from various data sources. The data sources that can be used are often third-party databases like MS SQL and Oracle DB. A CSV file can also be used to extract data.
  2. Transform: Once the data has been extracted, the next step is to transform it into usable schematic data by way of a cleansing operation. This is the part where any incomplete or inaccurate records are removed from the database.
  3. Load: The schematic data obtained from the previous step is then uploaded into an Online Analytical Processing (OLAP) data warehouse. The data will be stored in this warehouse and can be used later on for business intelligence purposes or for further analysis.
 

What To Test in ETL

Before collated data can be used for business intelligence, it must first be validated to ensure that no defects are present. Identifying data issues is the primary goal in ETL testing.

These are some of the common cases that are being tested in ETL:

  • Data mapping: The most vital test case in ETL testing is data mapping since it is done to ensure that the data obtained from the sources are relevant to the target database. If there is any mismatch, the system fails.
  • Data schema validation: This test case ensures that the data schema acquired from the source needs to match that from the database.
  • Searching for inaccurate or duplicate data: The target database should not have duplicate or incomplete data, which is why it is important to test data accuracy as well.
  • Verifying business rules: The data uploaded in the target database should comply with the applied business rules.
  • Testing performance: This type of test case is also crucial as some forms of data can negatively affect the performance of the system.
  • Testing rows and table counts: Data from all rows and tables should match that of the target database. Any mismatches could lead to potential bugs in the system.
 

How To Write ETL Test Cases

The concept of ETL testing applies to different databases and tools within the information management sector. Since the objective of ETL testing is to ensure that the data from a source is accurate, it is only normal for information to be verified at various stages.

As users perform ETL testing, these two documents always come in handy:

  1. ETL mapping sheets: This contains all the data regarding destination and source tables, including the necessary columns and the reference tables.
  2. DB schema of source, target: This document is always kept ready as it is used for verifying any information within the mapping sheets.

With that said, these are the most prevalent ETL test scenarios and test cases used today:

  • Mapping doc validation: The mapping doc is validated whether the respective ETL details are provided or not.
  • Validation: The source and target table structure are verified against the mapping doc while the target data type and source data type should be similar.
  • Constraint validation: This is to make sure that the constraints are defined for a specific table.
  • Data quality: Number, date, precision, data, and null checks are made.
  • Date validation: This is done to identify active records according to the ETL development perspective.
  • Data cleanliness: All unnecessary columns have to be removed before being loaded into the staging area.
  • Duplicate check: The unique key, primary key, and columns should be unique based on the business requirements.
 

8 Stages of the ETL Testing Process

Good ETL testing is capable of identifying issues, inconsistencies, and ambiguities with the data source as early as possible. The whole process can be broken down into the following stages:

  1. Identify business requirements: This is where the design, business flow, and reporting needs are assessed according to client expectations. Identifying business requirements is important because it helps define a clear scope of the project.
  2. Validate data sources: A data count check is done and the table and column data is verified to see if they meet the data model’s specifications. This is also to ensure that check keys are all in place while any duplicate data is removed.
  3. Design test cases: This is the stage where ETL mapping scenarios are designed. SQL scripts are also created here and transformational rules are defined.
  4. Extract data from source systems: The ETL tests are done according to business requirements. Bugs or defects are identified during testing and testers generate a report afterward.
  5. Apply transformation logic: This is to ensure that the data is transformed to fit the schema of the target data warehouse.
  6. Load data into target warehouse: A record count check is done before and after the data has been moved from the staging area to the data warehouse.
  7. Summary report: This is the stage where the layout, options, and filters are verified, as well as export functionality of the summary report.
  8. Test closure: Once all stages have been completed, testers then file a test closure to end testing.
 

Types of ETL Tests

There are nine types of ETL tests that testers can perform. These are:

  1. Production validation: Also known as production reconciliation, this type of ETL performance testing approach verifies data in production systems and then compares them against the data source.
  2. Source to target testing: This type of test validates the number of records that have been loaded within the target database to match the record count.
  3. Source to target data testing: This is performed to ensure the projected data is included within the target system without truncation or loss. It also ensures that the data values meet all expectations after transformation.
  4. Metadata testing: Carries out data type, index, length, and constraint checks of the ETL application metadata. Data like reconciliation totals and load statistics are assessed here.
  5. Performance testing: Ensures that the data is being loaded within the data warehouse according to expected time frames. The response of the test server to multiple transactions and users is also tested to make sure they are adequate and scalable.
  6. Data transformation testing: SQL queries are carried out for this test to validate that the data is transformed correctly.
  7. Data quality testing: Syntax tests are performed to ensure that the ETL application rejects and reports on invalid data.
  8. Data integration testing: Verifies that the data from all sources have been correctly loaded to the data warehouse.
  9. Report testing: This type of testing reviews the data in the summary report and verifies layout and functionality as expected.
 

Performance Testing in ETL

This is a testing method that is performed to ensure that the ETL system is capable of handling the load from multiple users and transactions. Its primary goal is to improve and optimize session performance by identifying and eliminating any performance bottlenecks.

Informatica is one of the most prevalent tools used in performance testing and tuning.

 

ETL Testing Tools

With all those considered, here are a few ETL testing tools that are being used today:

  • QuerySurge: QuerySurge is a popular ETL testing tool that allows users to perform the test process automatically. It can support various CI/CD processes and cloud databases.
  • Informatica Data Validation: Informatica is an excellent tool for ETL testing as it makes the process easier for people with limited coding skills. The tool offers an intuitive and user-friendly interface, which is why it is one of the most popular ETL testing systems today.
  • Datagaps: Another great ETL testing tool is Datagaps as it is capable of performing data extractions and test case executions at the same time.
 

Conclusion

As you can see, ETL testing is performed to compare how the data in a target database performs and functions against that of the source database. That is why understanding how the source data works is vital when performing the ETL data testing process.

Failing to understand the source data along with its business purpose can result in an unsuccessful ETL testing process. For engineers, their SQL skills are going to be put to the test throughout the ETL testing.

Although it can be quite challenging, ETL testing is a significantly important process that is necessary for any major enterprise application.

At QASource, our testing experts can help you with strategizing and running an effective ETL test run. To learn more, get in touch.

Download your free checklist below and discover the steps that need to be completed when preparing for performance testing.

Frequently Asked Questions (FAQs)

What is ETL testing?

ETL testing is a sub-component of data warehouse testing. It is used to process extracted data, which is transformed according to business intelligence requirements, and then loaded into a designated data warehouse.

What are the different stages of ETL testing?

Good ETL testing is capable of identifying issues, inconsistencies, and ambiguities with the data source as early as possible. The whole process can be broken down into the following stages:

  • Identify business requirements
  • Validate data sources
  • Design test cases
  • Extract data from source systems
  • Apply transformation logic
  • Load data into the target warehouse
  • Summary report
  • Test closure
Which tool is used for ETL testing?

Here are a few ETL testing tools that are being used today:

  • QuerySurge
  • Informatica Data Validation
  • Data gaps
What are the steps of the ETL process?

Good ETL testing is capable of identifying issues, inconsistencies, and ambiguities with the data source as early as possible. The whole process can be broken down into the following stages:

  • Extract
  • Transform
  • Load

Disclaimer

This publication is for informational purposes only and nothing contained in it should be considered legal advice. We expressly disclaim any warranty or responsibility for damages arising out of this information and encourage you to consult with legal counsel regarding your specific needs. We do not undertake any duty to update previously posted materials.