What are Important Aspects of Test Data Management?

by Nataliia Vasylyna | December 22, 2014 10:00 am

Well-organized management of test data is essential for efficiency of software testing. If test data are poorly managed, the testing process may take too much time and resources or even produce useless results.

It is recommended thinking over in details how the test data will be maintained and processed.

Among Significant Aspects of Test Data Management Are:

One also should keep in mind that different types of testing require different amount and variations of test data. For example, unit testing and integration testing usually require relatively small amount of test data with little variation. System testing needs more data than unit and integration testing. Exploratory testing assumes utilization a lot of data of different types.

Amount and variation of test data depend on software complexity and functionality as well. The more different data are used, the more difficult to manage them manually. Experts in manual and automated testing advise utilizing special instruments for this purpose as the data quantity is often huge.

Learn more from QATestLab

Related Posts:

Endnotes:
  1. Mind Maps in Software Testing: https://blog.qatestlab.com/2019/06/06/mind-maps-testing/
  2. 5 Tips to Build Effective Test Data Strategy: https://blog.qatestlab.com/2016/04/12/test-data-strategy/
  3. GDPR in QA: influence on test data management: https://blog.qatestlab.com/2018/11/26/gdpr-software-testing/

Source URL: https://blog.qatestlab.com/2014/12/22/what-are-important-aspects-of-test-data-management/