How to do Integration testing in Informatica?
Answers were Sorted based on User's Feedback
Answer / hari
After completion of the development each developer code put
in current project folder,test this new code with old
through the batch to check the new functionality and old
functionality based on the subjuct areas.
Entire process is called integration testing.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / vikas singh
imran and sateesh ,no need to post ur thank notes over here..so silly !!
| Is This Answer Correct ? | 0 Yes | 0 No |
If session fails after loading 10000 records in the target,how can we load 10001 th record when we run the session in the nexttime?
If one flat file contains n number of records., we have to load the records in target from 51 to 100.. how to use expressions in Informatica..?
What is the commit type if you have a transaction control transformation in the mapping?
what are the differences between powercenter 8.1 and powercenter 8.5?
i have f;latfile source. i have two targets t1,t2. i want to load the odd no.of records into t1 and even no.of recordds into t2.
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
how can u tune u r informatica mapppings
Can we use Union Transformation for Heterogeneous sources? i.e; 3 sources, 1 from Oracle, 2nd from Informix, 3rd from Sql Server with same metadata?
what is diff b/t sorter t/r and agg have the option sorter property...
What are reusable transformations in how many ways we can create them?
Hi Friends, How i could convert a cobol file (VSAM) into the flat file? How i could edit a cobol source file (VSAM)? I want to introduce few columns in the source file and finally the target should be in the Cobol itself. Kindly suggest me friends. Thanks in Advance, Innai
my source is like this id,name sal 10 abc 1000,10 pqr 2000, 10 xyz 3000 ,10 jkl 4000 and my requirement is like this 10 abc,pqr,xyz,jkl 2000 .... i have try for this by using expression transformatin its ok of the concatenation of second column but the thing is that on third column if u group by using agg t/r the last value will com i.e 4000 but i asked by a interviewer that i dont want the first or last column i want the middle column i.e 2000 .plz reply for the same