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

How can you join two tables without any common column present in them?

1 Answers   TCS,


Hi, What is exactly node ? what is exactly domain ? How loadbalancer will work ? what is Integration service (IS) ? Can anyone give me exact scenario when I click on start workflow in the workflow manager ? (Note : I am not expecting answer like, node means logical representation of a machine and domain will contain multiple nodes .I gone through Informatica help but I couldn’t understand. I am expecting exactly what is happening in background detailed explanation or Pictorial representation will be highly appreciation ) Advance thanks

3 Answers   IBM,


Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.

0 Answers   Informatica,


What is complex mapping?

0 Answers  


What is the difference between a repository server and a powerhouse?

0 Answers  






what is incremental loading ?

12 Answers   CTS, IBM, Oracle, TCS,


Write the prerequisite tasks to achieve the session partition?

0 Answers  


.prm wirh repalce .txt is possible?

2 Answers  


Hi, Can anyone just give me the list of all versions of Informatica ? Advance Thanks

2 Answers   IBM,


there is a comma separated flat file as source and there is a column in that one field is having space like "rama krishna" like that what happens when this is used as source

2 Answers   TCS,


Useful UNIX commands regular/frequently used

1 Answers   Deloitte,


If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b,the target shd be loaded as 1 a+b+c or 1 a||b||c, what transformations shd be used for this?

3 Answers   CTS, Wipro,


Categories