|
|
|
|
|
by ChrisMarshallNY
351 days ago
|
|
This is the case. I did a lot of work on hardware drivers and control software, and true testing would often require designing a mock that could cost a million, easy. I've had issues, with "easy mocks"[0]. A good testing mock needs to be of at least the same Quality level as a shipping device. [0] https://littlegreenviper.com/concrete-galoshes/#story_time |
|
And if you want to spend the time to write a faster "expensive mock" in software, you can run your tests in a "side-by-side" environment to fix any differences (including timing) between the implementations.