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
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 |
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 |
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 |
Router T/R is active but some people are saying it is also passive which is exactly right?
how can u approach u r client
what is filelist concept in informatica
Can we call a stored procedure from a unix script which is run using command task
how we can add header and footer to flat files?
2 Answers Tech Mahindra, Zensar,
What is sql query override? When did u use sql query override?
Which one is better performance wise connected/un-connected lkp?why?
Why do we use DSS database for OLAP tools?
write a query for how to eliminate the duplicate rows without using distinct?
How can you join 3 tables? Why cant you use a single Joiner to join 3 tables.
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
Draw a workflow diagram for this situation. If s3 is true session s4 and s5 should concurreently Run.if any one s4 or s5 true it should run s1.If s1 sucess it should execute s2 otherwise exit.can any one give me suggestion.Thanks in advance.