Posts Tagged ‘test data’

Scripting Your Test Data Rikard Edgren 3 Comments

Sometimes I wonder if testers know how easy it is to script your own variations of test data. I prefer Ruby, and you can download this example that I will tell you about. I was testing healthcare data and wanted to see what the performance was for larger quantities of data. We had a mock […]

Public test patterns and test data Martin Jansson 3 Comments

Test patterns, quality patterns, Q-patterns or whatever we wish to call it. I am referring to test ideas that can be reused in similar contexts. This could for instance be File Handling, Data Types, Installation, Upgrades etc. There is nearly an infinite list of areas that could test patterns could be available for. When you […]