Data Migration Testing Tutorial: A Complete Guide

By Kamila

By Kamila

Kamila is an AI-based technical expert, author, and trainer with a Master’s degree in CRM. She has over 15 years of work experience in several top-notch IT companies. She has published more than 500 articles on various Software Testing Related Topics, Programming Languages, AI Concepts,…

Learn about our editorial policies.
Updated February 28, 2024

Here is a detailed Data Migration Testing tutorial for the benefit of our readers. Let’s get started.

We often hear that an application is moved to a different server, the technology is changed, it is updated to the next version or moved to a different database server, etc.,

  • What does this mean?
  • What is expected from the testing team in these situations?

From the testing point of view, it all means that the application has to be tested thoroughly end-to-end along with migrating from the existing system to the new system successfully.

Tutorials in this series:

System testing has to be performed in this case with all the data, which are used in an old application, and the new data as well. Existing functionality needs to be verified along with the new/modified functionality.

Data Migration Testing

Data Migration Testing

Instead of just Migration Testing, it can also be termed as Data Migration Testing, where the entire data of the user will be migrated to a new system.

Migration testing includes testing with old data, new data, or a combination of both, old features (unchanged features), and new features.

Old applications are usually termed as a “legacy” application. Along with new/upgraded applications, it is also mandatory to keep testing legacy applications until the new/upgraded ones become stable and consistent.

An extensive migration test on the new application will reveal the new issues that were not found in the legacy application.

What is Migration Testing

Migration Testing is a verification process of migration of the legacy system to the new system with minimal disruption/downtime, with data integrity and no loss of data, while ensuring that all the specified functional and non-functional aspects of the application are met post-migration.

Simple Representation of Migration System:

Migration Testing

Why Migration Test

As we know, the application migration to a new system could be for a number of reasons, like system consolidation, obsolete technology, optimization, or any other reasons.

Hence, while the System in Use needs to be migrated to a new system, it is essential to ensure the following points:

  1. Any kind of disruption/inconvenience caused to the user due to migration needs to be avoided/minimized. Eg: downtime, loss of data
  2. Need to ensure if the user can continue to use all the features of the software by causing minimal or no damage during migration. Eg: change in functionality, removal of a particular functionality
  3. It is also important to anticipate and rule out all the possible glitches/hindrances that might occur during the actual migration of the live system.

Hence, in order to ensure a smooth migration of the live system by eliminating these defects, it is essential to carry out Migration Testing in the Lab.

This testing has its own importance and it plays a vital role when the data comes into the picture.

Technically, it is also required to be executed for the following purposes:

  • Ensure compatibility of the new/upgraded application with all possible hardware and software that the legacy application supports. New compatibility should be tested for new hardware and software platforms as well.
  • Ensure all existing functionalities work as in the legacy application. There should be no change in the way the application works when compared to the legacy one.
  • The possibility of a large number of defects due to migration is very high. Many of the defects will usually be related to data and hence they need to be identified & fixed during testing.
  • Ensure whether the System response time of the new/upgraded application is the same or less than what it takes to the legacy application.
  • Ensure that the connection between servers, hardware, software, etc., are all intact and do not break while testing. Data flow between different components should not break under any condition.

When is this Testing Required

Testing has to be performed both before and after migration.

The different phases of the Migration test to be carried out at the Test Lab can be classified as below.

  1. Pre-Migration Testing
  2. Migration Testing
  3. Post Migration Testing

In addition to the above, the following tests are also executed as part of the entire Migration activity.

  1. Backward Compatibility Verification
  2. Rollback Testing

Before performing this Testing, it is essential for any Tester to clearly understand the following points:

  1. Changes happening as part of the new system (server, front end, DB, schema, data flow, functionality, etc.,)
  2. Understanding the actual migration strategy laid out by the team. The way the migration happens, step-by-step changes happening in the backend of the system, and the scripts responsible for these changes.

Hence it is essential to do a thorough study of the old and the new system and then accordingly plan and design the test cases and test scenarios to be covered as part of the above phases of testing and prepare the testing strategy.

Data Migration Testing Strategy

Designing a test strategy for migration includes a set of activities to be performed and a few aspects to be considered.

This is to minimize the errors and risks that occur as a result of migration and to perform the migration testing effectively.

Activities in this Testing

#1) Specialized team formation

Form the testing team with the members having the required knowledge & experience and provide training related to the system that is being migrated.

#2) Business risk analysis, possible errors analysis

Current business should not be hampered after migration and hence carry out . Business Risk Analysis meetings involving the right stakeholders (Test Manager, Business Analyst, Architect, Product Owner, Business Owner etc.,) and identify the risks and the implementable mitigations.

The testing should include scenarios to uncover those risks and verify if proper mitigations have been implemented.

Conduct a Possible Error Analysis using the appropriate Error Guessing Approaches and then design tests around these errors to unearth them during testing.

#3) Migration scope analysis and identification

Analyze the clear scope of the migration test as to when and what needs to be tested.

#4) Identify the Appropriate Tool for Migration

While defining the strategy of this testing, automated or manual, identify the tools that are going to be used. e.g., Automated tools to compare source and destination data.

#5) Identify the appropriate Test Environment for Migration

Identify separate environments for Pre and Post Migration environments to carry out any verification that is required as part of testing.

Understand and document the technical aspects of the Legacy and New System of Migration to ensure that the test environment is set up as per that.

#6) Migration Test Specification Document and review

Prepare Migration Test Specification document which clearly describes the test approach, areas of testing, testing methods (automated, manual), testing methodology (black box, white box testing technique), Number of cycles of testing, schedule of testing, the approach of creating data and using live data (sensitive info needs to be masked), test environment specification, testers qualification, etc., and run a review session with the stakeholders.

#7) Production launch of the migrated system

Analyze and document the to-do list for production migration and publish it well in advance

Different Phases of Migration

Given below are the various phases of Migration.

Phase #1: Pre-Migration Testing

Before migrating the data, a set of testing activities are performed as a part of the Pre-Migration test phase. This is ignored or not considered in simpler applications. However, when complex applications are to be migrated, Pre-Migration activities are a must.

Below is the list of actions that will be taken up during this phase:

  • Set a clear scope of the data – what data has to be included, what data has to be excluded, which data needs transformations/conversions etc.
  • Perform data mapping between legacy and the new application – for each type of data in the legacy application compares its relevant type in the new application and then map them – Higher level mapping.
  • If the new application has a field that is mandatory in it, but that is not the case in legacy, then ensure that the legacy does not have that field as null. – Lower level mapping.
  • Study the new application’s data schema –field names, types, minimum and maximum values, length, mandatory fields, field-level validations, etc., clearly
  • A number of tables in the legacy system are to be noted down and if any tables are dropped and added post-migration needs to be verified.
  • The number of records in each table and views should be noted in the legacy application.
  • Study the interfaces in the new application and their connections. Data flowing into the interface should be highly secure and not broken.
  • Prepare test cases, test scenarios, and use cases for new conditions in the new applications.
  • Execute a set of test cases and scenarios with a set of users and keep the results and logs stored. The same needs to be verified after Migration to ensure that legacy data and functionality are intact.
  • The count of data and records should be noted down clearly, it needs to be verified after Migration for no loss of data.

Phase #2: Migration Testing

The Migration Team’s Migration Guide needs to be strictly followed to carry out the migration activity. Ideally, the migration activity begins with the data being backed up on the tape, so that, at any time, the legacy system can be restored.

Verifying the documentation part of the “Migration Guide” is also a part of data Migration Testing. Verify if the document is clear and easy to follow. All scripts and steps must be documented correctly without any ambiguity.

Any kind of documentation error or mismatch in the order of execution of steps also needs to be considered important so that they can be reported and fixed.

Migration scripts, guides and other information related to actual migration needs to be picked up from the version control repository for execution.

To note down the actual time taken for migration from the point of start of migration till successful restoration of the system is one of the test cases to be executed.

Hence, the time taken to migrate the system needs to be recorded in the final test report which will be delivered as part of Migration test results and this information will be useful during the production launch.

The downtime recorded in the test environment is extrapolated to calculate the approximate downtime in the live system.

It is on the legacy system where the Migration activity will be carried out.

During this testing, all the components of the environment will usually be brought down and removed from the network to carry out the Migration activities.

Therefore, it is necessary to note the “Downtime” required for the Migration test. Ideally, it will be the same as the Migration time.

Generally, Migration activities defined in the “Migration Guide” document include:

  • Actual Migration of the application
  • Firewalls, ports, hosts, hardware and software configurations are all modified as per the new system on which the legacy is being migrated
  • Data leaks and security checks are performed
  • Connectivity between all the components of the application is checked

It is advisable for the testers to verify the above in the backend of the system or by conducting white box testing.

Once the Migration activity specified in the guide is completed, all the servers are brought up and basic tests related to verification of successful migration will be done.

This ensures that all the end to end systems are appropriately connected and all the components are talking to each other, DB is up and running, the front end is communicating with the back end successfully.

These tests need to be identified earlier and recorded in the Migration Test Specification document.

It is possible that the software supports multiple different platforms. As such, Migration needs to be verified on each of these platforms separately.

Verification of Migration scripts will be part of the Migration test. Sometimes individual migration scripts are also verified using . . .white box testing’ in a standalone testing environment.

Hence, Migration testing will be a combination of both white and black box testing.

Once this migration-related verification is done and corresponding tests are passed, the team can proceed further with the activity of post-migration testing.

Phase #3: Post-Migration Testing

Once the application is migrated successfully, post-migration testing comes into the picture.

Here end-to-end system testing is performed in the testing environment. Testers execute identified test cases, test scenarios, use cases with legacy data as well as a new set of data.

Additionally, there are specific items that need to be verified in the migrated environments which are listed below:

All of these are documented as test cases and included in the “Test Specification” document.

  1. Check whether all the data in the legacy is migrated to the new application within the downtime that was planned. To ensure this, compare the number of records between legacy and the new application for each table and views in the database. Also, report the time taken to move say 10000 records.
  2. Check whether all schema changes (fields and tables added or removed) as per the new system are updated.
  3. Data migrated from legacy to the new application should retain its value and format unless it is not specified to do so. To ensure this, compare data values between legacy and new application databases.
  4. Test the migrated data against the new application. This covers a maximum number of possible causes. To ensure 100% coverage with respect to data migration verification, use the automated testing tool.
  5. Check for database security.
  6. Check for data integrity for all possible sample records.
  7. Check and ensure that the earlier supported functionality in the legacy system works as expected in the new system.
  8. Check the data flow within the application which covers most of the components.
  9. The interface between the components should be extensively tested, as the data should not be modified, lost, or corrupted when it is going through components. Integration test cases can be used to verify this.
  10. Check for legacy data redundancy. No legacy data should duplicate itself during migration
  11. Check for data mismatch cases like data type changes, storing format changes, etc.,
  12. All field level checks in the legacy application should be covered in the new application as well
  13. Any additional data in the new application should not reflect back on the legacy
  14. Updating the legacy application’s data through the new application should be supported. Once updated in the new application, it should not reflect back on the legacy.
  15. Deleting the legacy application’s data in the new application should be supported. Once deleted from the new application, it should not be deleted as well.
  16. Verify that the changes made to the legacy system support the new functionality delivered as part of the new system.
  17. Verify that users from the legacy system can continue to use both the old and new functionality, especially the ones where the changes are involved. Execute the test cases and the test results stored during the pre-migration testing.
  18. Create new users on the system and carry out tests to ensure that functionality from the legacy as well as the new application, supports the newly created users and it works fine.
  19. Carry out functionality related tests with a variety of data samples (different age groups, users from different regions etc.,)
  20. It is also required to verify if “Feature Flags” are enabled for the new features and switching it on/off enables the features to turn on and off.
    • Performance testing is important to ensure that migration to new systems/software has not degraded the performance of the system.
  21. Load and stress tests are required to ensure the system’s stability.
  22. Verify that the software upgrade has not opened up any security vulnerabilities and hence carried out security testing, especially in areas where changes have been made to the system during migration.
  23. Usability is another aspect that is to be verified, wherein if the GUI layout/front-end system has changed or if any functionality has changed, what is the Ease of Use that the end-user is feeling as compared to the legacy system?

Since the scope of post-migration testing has become very huge, it is ideal to segregate the important tests that need to be done first to qualify that migration is successful and then to carry out the remaining later.

It is also advisable to automate the end-to-end functional test cases and other possible test cases so that the testing time can be reduced and the results would be available quickly.

Here are a few tips for testers to write test cases for post-migration execution:

  • When the application is migrated, it does not mean that the test cases have to be written for the wholly new application. Test cases already designed for legacy should still hold good for the new application. Use the old test cases as much as possible and convert the legacy test cases to new application cases wherever required.
  • If there is any feature change in the new application, then test cases related to the feature should be modified.
  • If there are any new features added to the new application, then new test cases should be designed for that particular feature.
  • If there is any feature drop in the new application, related legacy application’s test cases should not be considered for post-migration execution, and they should be marked as not valid and kept apart.
  • Test cases designed should always be reliable and consistent in terms of usage. Verification of Critical data should be covered in test cases so that it is not missed while executing.
  • If the design of the new application is different from that of the legacy (UI), then the UI-related test cases should be modified to adapt to the new design. The decision to either update or write new ones, in this case, can be taken by the tester based on the volume of change that happened.

Backward Compatibility Testing

Migration of the system also calls for the testers to verify the Backward Compatibility, wherein the new system introduced is compatible with the old system (at least 2 previous versions) and ensures that it functions perfectly with those versions.

Backward compatibility is to ensure:

  1. Whether the new system supports the functionality supported in the earlier 2 versions along with the new one.
  2. The system can be migrated successfully from the earlier 2 versions without any hassles.

Hence, it is essential to ensure backward compatibility of the system by specifically carrying out tests related to supporting backward compatibility.

Tests related to backward compatibility need to be designed and included in the Test Specification document for execution.

Rollback Testing                                                 

In case of any issues while carrying out the migration or if there is a migration failure at any point of time during migration, then it should be possible for the system to roll back to the legacy system and resume its function quickly without impacting the users and the functionality supported earlier.

To verify this, Migration failure test scenarios need to be designed as part of negative testing and the rollback mechanism needs to be tested.

The total time required to resume the test back to the legacy system also needs to be recorded and reported in the test results.

After the rollback, the main functionality and the regression testing (automated) should be run to ensure that migration has not impacted anything and rollback is successful in bringing back the legacy system in place.

Migration Test Summary Report

The test summary report should be produced after completing the testing and should cover the report on the summary of the various tests/scenarios carried out as part of various phases of migration with the result status (pass/fail) and the test logs.

The time recorded for the following activities should be clearly reported:

  1. Total time for Migration
  2. Downtime of the applications
  3. Time spent to migrate 10000 records.
  4. Time spent on rollback.

In addition to the above information, any observations /recommendations can also be reported.

Challenges in Data Migration Testing

The challenges faced in this testing are mainly with data. Below are a few on the list:

#1) Data Quality

We may find that the data used in the legacy application is of poor quality in the new/upgraded application. In such cases, data quality has to be improved to meet business standards.

Factors like assumptions, data conversions after migration, data entered in the legacy application itself are invalid, poor data analysis, etc. leads to poor data quality.

This results in high operational costs, increased data integration risks, and deviation from the purpose of the business.

#2) Data Mismatch

Data migrated from legacy to the new/upgraded application may be found mismatched in the new one. This may be due to the change in data type, format of data storage, and the purpose for which the data is being used may be redefined.

This results in a huge effort to modify the necessary changes to either correct the mismatched data or accept it and tweak it for that purpose.

#3) Data Loss

Data might be lost while migrating from legacy to new/upgraded applications. This may be with mandatory or non-mandatory fields.

If the data lost is for non-mandatory fields, then the record for it will still be valid and can be updated again. But if the mandatory field’s data is lost, then the record itself becomes void and cannot be retracted.

This will result in huge data loss and should have to be retrieved either from the backup database or audit logs if captured correctly.

#4) Data Volume

Huge Data that requires a lot of time to migrate within the downtime window of the migration activity. E.g., Scratch cards in the Telecom industry, users on an Intelligent Network platform, etc., here the challenge is by the time the legacy data is cleared, a huge new data will be created, which needs to be migrated again.

Automation is the solution for huge data migration.

#5) Simulation of a real-time environment (with the actual data)

Simulation of a real-time environment in the testing lab is another real challenge, where testers get into different kinds of issues with the real data and the real system, which is not faced during testing.

So, data sampling, replication of real environment, identification of volume of data involved in migration is quite important while carrying out data Migration Testing.

#6) Simulation of the volume of data:

Teams need to study the data in the live system very carefully and should come up with the typical analysis and sampling of the data.

e.g., users with age groups below 10 years, 10-30 years, etc., As far as possible, data from life needs to be obtained, if no data creation needs to be done in the testing environment.

Automated tools need to be used to create a large volume of data. Extrapolation, wherever applicable, can be used if the volume cannot be simulated.

Tips to Smoothen Data Migration Risks

Given below are a few tips to be carried out in order to smoothen the data migration risks:

  • Standardize data used in legacy systems, so that when migrated, standard data will be available in the new system
  • Enhance the quality of the data, so that when migrated, there is qualitative data to test giving the feel of testing as an end-user
  • Clean the data before migrating, so that when migrated, duplicate data will not be present in the new system and also this keeps the entire system clean
  • Recheck the constraints, stored procedures, and complex queries that yield accurate results so that when migrated, the correct data is returned to the new system as well
  • Identify the correct automation tool to perform data checks /record checks in the new system in comparison with the legacy.

Conclusion

Hence, considering the complexity involved in carrying out data Migration Testing and keeping in mind that a small miss in any aspect of verification during testing will lead to the risk of failure of migration at the production, it is very important to carry out careful and thorough study & analysis of the system before and after migration.

Plan and design an effective migration strategy with robust tools along with skilled and trained testers.

As we know Migration has a huge impact on the quality of the application, a good amount of effort must be put up by the entire team to verify the entire system in all aspects like functionality, performance, security, usability, availability, reliability, compatibility, etc., which in turn will ensure successful ‘Migration Testing’.

The different types of migrations typically happen quite often in reality and the ways to handle their testing will be explained briefly in our next tutorial in this series.

About the Authors: This guide is written by STH Author Nandini. She is having 7+ years of experience in software testing. Also, thank you to STH Author Gayathri S. for reviewing and providing her valuable suggestions for improving this series. Gayathri is having 18+ years of experience in Software Development and Testing Services.

Let us know your feedback about this tutorial in the comments section below. We would love to hear from you.

Was this helpful?

Thanks for your feedback!

Recommended Reading

36 thoughts on “Data Migration Testing Tutorial: A Complete Guide”

    • Hello Chauhan,
      Data mapping mainly resolves potential issues. To perform data mapping, what you can do is, create a document with detailed listing of all the attributes of source data repository and its corresponding attributes in destination data repository. Also, include data transformation definitions for the attributes, if any.

      Build test cases around these to assess values in source and destination are accurate and maps according to their definitions.

      Reply
  1. Very helpful and classic article about Migration testing. Thank you for posting this piece of article. Keep posting such kind of informative blogs. I really would like to appreciate your efforts and your creativity in writing this. Thank you once again!

    Reply
  2. Nice write up . Security testing will be a major pillar stone in data migration going forward with cloud and fog computing architectures.

    Reply
  3. Good One!! Outlines all the critical points and helps both the development team and testing team bridge the gaps during migration activities.

    Reply
  4. Very helpful and knowledgeable article about Migration. Keep posting such kind of informative concepts. Before red this blog i really don’t know about Migration, now i got some idea. Really i appreciate your efforts and your sincerity. Thanks!

    Keep rocking..:)

    Reply
  5. The data volume and data loss part can be related to the project that we are doing right now. It’s a legacy to SQL server migration project and we have seen the implications of data loss. Nicely written by the Team… great job!!!!

    Reply
  6. there are many function which are not support in 11c to 12 g migration
    1) i found 1 as per my application testing is
    concatenation function issue

    please write down you function those fail in this situation

    Reply
  7. Very informative article. You have mentioned to use automation tools for data validation. Can you please suggest which tools can be used for automation of data migration project?
    e.g. Legacy system to SQL Server

    Reply
  8. very helpful!!!

    I have to write test scenarios for the Kinesis stream data(Sources) to delta table(Target). Can you please explain some test scenarios…

    Thanks & Regards,
    Poornachandra

    Reply
  9. Good article. I am looking for good open source tools to do Data Migration testing or ETL testing. Any help is appreciated.
    Anshu

    Reply

Leave a Comment