Data transformed successfully from Source table to target table. Now how you will ensure that the data in Target table is proper. I answered will verify one or two records and check Then question was that the Development is doing (1-2 record verification)but as a tester you have to verify the complete data, how you will do?? Please answer

Answer Posted / snjsngh15

Select count(*) from tableA A
Where not exist( select 1 from tableA D
Where B.id=D.id)
Minus
Select * from tablesB B
Where not exist( select 1 from tableB c
Where B.id=C.id)
Or
Select * from Table A
Minus
Select * from Table B

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How might you approve all mappings in the archive all the while?

602


what is SDLC way of code development?

1559


What do you mean by DTM and Load manager and what is difference between load manager and load balancer?

638


How can you define user defied event?

618


difference between informatica 8.1.1 and 8.6

3241






Explain pushdown optimization $pushdownconfig parameter - informatica

700


Write the different tools in the workflow manager?

575


What are active and passive transformations?

651


How to do unit testing in informatica? How to load data in informatica ?

648


What is different between the data warehouse and data mart?

630


Write the advantages of partitioning a session?

744


What is substr in informatica?

661


Explain the shared cache and re-cache?

610


What is a router transformation?

628


Explain direct and indirect flat file loading (source file type) - informatica

828