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
Can you use flat files in Mapplets.
Explain about cumulative Sum or moving sum?
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance
Separate from an archive server and a powerhouse?
what is $$$$?
How to join three sources using joiner?
Define Pmrep command?
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
lookup transformation with screenshots
Informatica Server and Client are in different machines. You run a session from the server manager by specifying the source and target databases. It displays an error. You are confident that everything is correct. Then why it is displaying the error?
Why union transformation is an active transformation?
How does the aggregator transformation handle null values?
Please let me know how to make encryption and decryption with example?
Is stop and abort are same in informatica?