i have soure and target having 1 laks records same structure
and same data. no primary key. how to do data validation in.
how to identify each and every record same r not. i want check
every record. wat is process.
Answer / suresh
By Using Minus query :
select * from Source
minus
select * from Target;
if it shows no rows found then their is no mismatch between
source and target.
| Is This Answer Correct ? | 1 Yes | 1 No |
what is difference between regression and retesting? urgent
What are the limitations for testing?
4 Answers Thatavarti Technologies,
How Requirement is linked with traceability matrix. Give proper example
What is the difference between alpha and beta testing
What is testing process
How you will test pen
6 Answers Accenture, Digital Mesh,
If you stuck somewhere while reproducing defect then what will you do?
Diffrence b/w functional testing,functionality testing,system testing?
Hi ALl, Can you please list out Q & A for Test Lead,which Interviewer may ask in interview for Test Lead position
How does one do Ad-hoc Testing?
Identify correct statement
how do u develop test harness?