Test Data can refer to the inputs for a program, which might also include any configuration/setup data, but also the data outputs which might require further analysis to detect issues.

learn more… | top users | synonyms

8
votes
5answers
306 views

Copying Production Data to a QA Environment

Many companies have a match of their production platform available in a QA environment, with the only difference being that the QA environment connects to QA datasources (which generally contain fake ...
5
votes
4answers
150 views

Test Data Bank creation: approach, important points, useful links, data generators, file storages?

Being Senior QA, I often face one and the same problem: for every project I'm involved in I need to prepare / collect / generate various sort of testing data. It might be VERY different - below are ...