what is data migration testing?

Answers were Sorted based on User's Feedback



what is data migration testing?..

Answer / sudheendra patil

DataMigration testing are of two types
--Migration of data Previous Version of the software To New
Version of the software
--From a legacy software to new Application

Basically the testing is done to confirm that the
application works properly with new format of data.

Is This Answer Correct ?    32 Yes 3 No

what is data migration testing?..

Answer / ni

Also the real time clients in "ABC3tables" having 3 tables
should be having 7 tables once migration script is run.This
should not imapct the existing tables as well.

Is This Answer Correct ?    18 Yes 1 No

what is data migration testing?..

Answer / ni

Assume a banking project named "ABC3tables" is with only 3
tables in data base and the application is in
production.Assume that new requirement is to add 7 more new
tables for the same application.

Once the new release "ABC7tables" is made(not in
production),the project "ABC3tables" should also be in a
state of having 7 more new tables once the migration script
is run.

Is This Answer Correct ?    24 Yes 8 No

what is data migration testing?..

Answer / rohan

Data migration involves two things
Structure migration
- Structure in the target database should match. This
includes the tables, fields, data type and data precission

Data Migration (Actual data)tabase- this would involve
checking the number of rows )in the target database) for
all the table are exactly the same as that in the source
database. Also needs to be checked is that the primary keys
in the tables are not affected as this would affect the
master child tables e.g. Order/ Items.

Is This Answer Correct ?    11 Yes 1 No

what is data migration testing?..

Answer / ravi

Data Migration testing is nothing but migration of two or
many data base in to one intermediate data base such type
of testing is called data migration testing.

Is This Answer Correct ?    7 Yes 9 No

Post New Answer

More Manual Testing Interview Questions

how far unix is useful in testing,what the interviewers going to ask in UNIX,how much we have to learn i.e what are the concepts that we have to learn for interview purpose? plz send me the answer

0 Answers  


differentiate defect age build interval? what style of testing we can follow with lack of documentation?

3 Answers  


Suggest some book to learn more test case???

0 Answers  


How will u test a stored procedure,which accepts 2 int values and sums them? Test cases?

1 Answers   AVS,


what is the template u used for informing clients regarding known issues when u near to release

3 Answers   Satyam,






can anybody send the project you have tested with the clear descriptions,and recent bugs u found in that

0 Answers  


what is the difference bug,defect,error

3 Answers  


What is quality center?

0 Answers  


Diffrence b/w functional testing,functionality testing,system testing?

0 Answers   CIL,


Explain about PET Model?

0 Answers   AppLabs,


what is mutation testing? when it is use in the phase?

4 Answers   FSS, Synergy,


what is test case? what it consists? what are the types of test cases?

17 Answers   TCS,


Categories