Unit Testing in Informatica

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

How do we do unit testing in informatica? How do we load data in informatica?

Unit testing in informatica are of two types


1. Quantitative testing
2. Qualitative testing
Steps:
1. First validate the mapping
2.Create session on the mapping and then run workflow.
Once the session is succeeded then right click on session and go for statistics
tab. There you can see how many numbers of source rows are applied and how many
number of rows loaded in to targets and how many number of rows rejected. This i
s called Quantitative testing.
If once rows are successfully loaded then we will go for qualitative testing.
Steps:
1.Take the DATM (DATM means where all business rules are mentioned to the corres
ponding source columns) and check whether the data is loaded according to the DA
TM in to target table. If any data is not loaded according to the DATM then go a
nd check in the code and rectify it.
This is called Qualitative testing. This is what a developer will do in Unit Tes
ting.

You might also like