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 |
Define the following and explain their usefulness: Change Management, Configuration Management, Version Control, and Defect Tracking.
What r the document required for testing?
Give proper Seq. to following testing Types Regression, Retesting, Funtional, Sanity and Performance Testing.? and which phase of STLC comes?
What icon is used in WinRunner to get an explanation of the syntax of TSL?
what is the architecture for your project?
can any one explain the example of high servity and low priority, low servity and high priority, high servity and high priority, low servity and low priority
what is meant by adhoc testing?
What is the difference between the test case and a test script
HI frnds, can any one tel me..when a tester can starts test case writing? reply sooooon plss..
What is TestWare?
Who Prepare the Master Test Plan? Who Prepare the Test Plan?
what is the difference between test scenario n testcase.do we have separate template fr test scenario.what is the use of scenarios.pls explain with example.