|
|
|
|
|
by paulie_a
2742 days ago
|
|
Sorry, I strongly disagree. Random data with a few static arguments is an incredibly great way to test. Adding in some chaos finds bugs. "why did that test fail after 100 times...ohhhh" I try to only use random data when possible, less and smaller tests to write with a proper setup. End result: more bugs found. Random data is a great method of testing. |
|