I need some suggestions of how you handle your test data in manual UI tests. Our application needs data from a database to work and to being tested manually. Since we are dealing with sensitive data we are not allowed to make a dump of productive data for using it on our test system (or development machines).
How do you deal with this problem? I am thinking about the possibility of masking productive data for using it in the tests, are there any free or open source tools for this? I would prefer this solution because of the possibility to produce mass data. I hope you have an idea, creating test data manually would be really time intensive.