Hi all, iam new to informatica, can anyone tell me
what is unit testing & how it is done?
thank u

Answers were Sorted based on User's Feedback



Hi all, iam new to informatica, can anyone tell me what is unit testing & how it is done? tha..

Answer / gaurav

Unit testing is a process where u would be testing ur
application or mapping by taking sample data to check if it
satisfies the business rules.

Is This Answer Correct ?    3 Yes 1 No

Hi all, iam new to informatica, can anyone tell me what is unit testing & how it is done? tha..

Answer / sri ram

You can do unit testing by testing your mapping
1.develop the mapping,take target as a .csv file(if the
target db location is remote)
2.give some input satisfying business rules
3. check whether the output is generated appropriately

Is This Answer Correct ?    2 Yes 0 No

Hi all, iam new to informatica, can anyone tell me what is unit testing & how it is done? tha..

Answer / shaik

Unit Testing is one of the testing process to provide some
sample data (hard coded data some times) to ensure your
logic is working as expected.
Talking Unit Testing specific to Informatica this is how I
did :
1. Generate a reference table from a .csv file on
Informatica Analyst.
2. Generate a profile using this Reference table( when ever
a reference table is creared a corresponding sql table is
created in the provided db during configuration)
3. Apply your rule (mapplet) on your profile and check if
you get the expected results.
4.You can add /remove data in the reference table to check
various scenarios.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Informatica Interview Questions

which T/r we can use it mapping parmeter and mapping variable? and which one is reusable for any mapping mapping parmeter or mapping varibale?

3 Answers   Wipro,


What is rank transformation?

0 Answers  


How to join three sources using joiner? Explain though mapping flow.

0 Answers  


how to move the mappings from your local machine to claint place?

2 Answers  


What does command task mean?

0 Answers  






What are data-driven sessions?

0 Answers  


How will you update the first four rows and insert next four rows in a mapping?

5 Answers   CTS,


How to use procedural logic inside infromatica?

0 Answers  


What is operational data source (ODS)?

7 Answers  


In a scenario I want to change the dimensions of a table and normalize the denomralized table which transformation can I use?

4 Answers  


ONE FLAT FILE IS THERE WHICH IS COMMA DALAMETED . HOW TO CHANGE THAT COMMA DELEMITER TO ANY OTHER AT THE TIME OF RUNNING ?

3 Answers   HP,


Is it any possible to using more than one port in Unconnected Lookup Transformation( :LKP.LKP_Prod(Prod_GRP ,Prod_DT,Prod_TM) ) Like this? Pls explain...

3 Answers  


Categories