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 many numbers of sessions can one group in batches?

697


In warehouses how many schemas are there?

676


3.how will u get information about bugs how will u rectify the bugs in realtime whch tool we are using to rectify the bugs

1845


What are the popular informatica products?

720


How can you generate reports in informatica?

668






Why do we need informatica?

643


Explian the Process of deployment groups in informatica

730


Where can we find the throughput option in informatica?

700


What are the validations that you can perform in oracle and in informatica ? Advance Thanks

1737


lookup transformation with screenshots

3643


What is the format of informatica objects in a repository?

692


 Informatica Checkpoints

2944


What is a rank transform?

759


What is Cognos script editor?

3867


Can we change Dynamic to Static or Persistent cache? If so what happens?

1811