Skip to main content

All Questions

Tagged with
0 votes
2 answers
102 views

How to automatically test the result of an ETL tool?

If an ETL tool is being used to move data from an OLTP database into a "business intelligence reporting" database, is there any standard way of automatically testing that the data in the reporting ...
binarylegit's user avatar
2 votes
2 answers
405 views

Automating tests for ETL flow

I created am ETL that parse various files, transform file's data and then push the lines into a DB, until now I did a manual tests and check that all the values parsed correctly and all the lines (...
Michael's user avatar
  • 197
1 vote
1 answer
192 views

Production or Custom Test Data for Unit Testing?

I've recently had a little disagreement with fellow developers. We're transforming various ontologies from the original source format (Pica+, RDF, etc) into our data format and have several converters ...
IAE's user avatar
  • 1,460