Hi all, iam new to informatica, can anyone tell me
what is unit testing & how it is done?
thank u
Answer Posted / 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 View All Answers
What is InformaticaPowerCenter?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
what is informatica metadata?
What could be the possible resons of locks by user?
Enlist the various types of transformations.
What are the differences between oltp and olap?
What is powercenter on grid?
Partition, what happens if the specified key range is shorter and longer
What are roles and groups and benefits of using them?
What are the new features of Power Center 5.0?
Explain joiner transformation in informatica
Explain pushdown optimization and types in informatica
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
waht type of interface is used for testing the data in informatica
What is aggregator transformation in informatica?