|
|
|
|
|
by devnonymous
2609 days ago
|
|
You're applying software testing logic to aircrafts! Think about it a bit. Why does hiding implementation details work with software testing? How is software tested? By trying things and catching/looking for breakage. Breaking things is cheap with software.... And when it is expensive (in terms of time/effort/resources /...) the normal approach is to mock out stuff. Would that also be acceptable for aircraft tests? Should test pilots only test simulations of the cockpit? There's a whole world out there beyond software engineering and what works well for software does not work well elsewhere. |
|