TEST DATA LOSS

From Test Automation Patterns
Revision as of 09:36, 30 April 2018 by Seretta (talk | contribs) (Topic titles in capital letters)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.................................................................................................................Main Page / Back to Process Issues / Back to Test Automation Issues

Issue Summary

Test data isn’t secured so that it has to be generated again and again.

Category

Process

Examples

  1. Testers create new data every time because it's too difficult to check if test data is already available.
  2. Every tester has his own data portfolio and doesn't share it with test automation.
  3. Anonimized production data is used and it has to be generated anew every time.

Questions

How is test data structured? Text files? Databases? Other?
Are there naming and documentation standards?
Who creates the data? Who uses it?

Resolving Patterns

Most recommended:

  • LAZY AUTOMATOR: Apply this pattern if you want to resolve the issue once and for all. It contains all the other resolving patterns!


Other useful patterns:


.................................................................................................................Main Page / Back to Process Issues / Back to Test Automation Issues