
- Forum
- Testing
- Software Testing
- ETL Testing
ETL Testing
This is a discussion on ETL Testing within the Software Testing forums, part of the Testing category; Can anyone tell me What is ETL testing? What is the procedure for conducting ETL Test...
-
11-15-2011, 05:05 AM #1
- Join Date
- Jan 2006
- Answers
- 5
ETL Testing
Can anyone tell me What is ETL testing? What is the procedure for conducting ETL Test
-
12-12-2011, 10:32 PM #2
- Join Date
- Oct 2011
- Answers
- 24
ETL(Extraction, Transforming & Loading)
Its more of a like playing data of the database.
In Extraction, the data is being extracted from the database.
In Transformation, the data is transformed by following certain rules.
In loading, the data is being loaded back to the database.
In short here we test - can we properly extract data, then manipulate/change/transform the data following certain rules & lastly load the data back to the data base or not.
-
12-23-2011, 09:26 AM #3
- Join Date
- Oct 2011
- Answers
- 32
ETL stands for Extract Transform Load--means extract the data from source tables and feed those data to the target table in the desired format maintaining all the rules.Informatica, Control-M are most known ETL tools.
ETL Testing implies - Testing this entire process using a tool or at table level with the help of test cases and Rules Mapping document.
-
12-29-2011, 04:35 AM #4
- Join Date
- Oct 2011
- Answers
- 30
Hi All,
ETL stands Extract, Transform and Load. It is an ETL process to extract data, mostly from different types of systems, transform it into a structure that's more appropriate for reporting and analysis and finally load it into the database
In this step we extract data from different internal and external sources, structured and/or unstructured. ETL - Transform the data
Once the data is available , it is all on one platform and one database. So we can easily join and union tables, filter and sort the data using specific attributes, pivot to another structure and make business calculations. In this step of the ETL process, we can check on data quality and cleans the data if necessary.
Finally, data is loaded into a data warehouse or data base.
Thanks
Sudhansu
-
Sponsored Ads

Reply With Quote





