|
|
|
|
|
by marcosdumay
1942 days ago
|
|
Test data is not a mock. What matters here are the odds that the production system will behave the same way as your tests. For functional requirements (not performance), the normal situation is that if you replace your data, those odds do not decrease a lot. If you want to test performance, that changes, and you may need an environment as large as your production one. |
|
Yes, but isn't that exactly what the author suggests?