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 |
HOE DO U IMPLIMENT SCHEDULING IN INFORMATICA?
I am having two tables,say table1 having cols Empid,firstname,lastname,middlename and table2 having Empid,firstname,lastname can i union them using Union t/f?
What are the performance considerations when working with aggregator transformation?
What is a parameter When and where do you them when does the value will be created
If we have 1000 rows were loaded in to datawarehouse and next day the source have 1010 rows so, how can we loaded only updated rows into target.
Define error Threshold?
What is tracing level and what are the types of tracing level?
Can you access a repository created in previous version of Informatica?
Name at least 5 different types of transformations used in mapping design and state the use of each.?
whats the logic to load the lower level of granularity of data to fact table.
wf dont have integration severances how you can run?
How to extract the informatica rejected data?