Hi,tell me the system testing and Integration Testing in
the Informatica ? Thank You
Answers were Sorted based on User's Feedback
Answer / purva
System Testing : This is the iterative process. The focus
is to to get the correct answer or effective answer.This is
done after the Unit test is carried out.
Some cross module errors could also be resolved at this
stage. Post analysis the necessary corrections to the
components are made and finaaly the modules are successfull
system tested when the errors are non-existent or
negligible.
Integration Testing : This is the final stage as all the
errors are removed almost and is at the final stage, so
here we concentrate on integrateing the results across
modules. performance of the etl is tested.
Any new answers are pls provide
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / gagan
We can use expression transformation and in expression
transformation we can compare previous records and current
records and if previous record matches the current record
then we can keep a value as 'Reject' for a variable port
and otherwise null.
After that by applying filter tansformation we can remove
all records which have column value as 'Reject'
This will remove duplicate values.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between Informatica 6.2 Workflow and Informatica Workflow 7.1
What are the conditions needed to improve the performance of informatica aggregator transformation?
How do you remove duplicate records in informatica? And how many ways are there to do it?
what is scd?
What is surrogate key?
In Lookup transformation a sql override should be done and disable the cache how do you do this procedure?
How to generate sequence numbers without using the sequence generator transformation?
What is the default source option for update stratgey transformation?
what is the -ve test case in your project.
Write a query to display Which deptno is containing highest Sal > avg (sum (Sal)) of all deptno; Avg (sum (Sal)) o f all deptno= 9675 Deptno, sum (Sal) 10 8750 20 10875 30 9400
what is the diff b/w union and joiner and lookup?
suppose my source is 101 a 1o1 b 101 c 101 d i want target like that 101 abcd how will u achive this please give me the answer