What is the methodology and process followed for ETL testing in Data warehouse environment?

Showing Answers 1 - 6 of 6 Answers

balaji.m

  • Nov 26th, 2007
 

Hi,

     Yes, We Can Test By Using Debugger before u run the session in Informatica

  Was this answer useful?  Yes

sri_test

  • Dec 16th, 2008
 

Like ETL SPEC,they create a document containing the source table (Schema name) and a target table (another schema name) with the logic used in transforming source to target. We have to write database query with the logic contained in the document using source schema and take its output. Now write a simple select statement in the target schema and take its output. Compare the two outputs if they are same well and fine else it's a bug.

Database knowledge is a must for ETL testing.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions