Hacker News new | ask | show | jobs
by ulrikrasmussen 4735 days ago
Regarding testing, aren't there any possibilities of testing just parts of the software, possibly via simulation, or is everything so inter-dependent that a live physical test is the only way to go? It's pretty impressive to get something so complex right in the first try! Props!
1 comments

You can of course test subsystems, how they play with each other, I/O, etc. But the main job of actually sending the rocket straight up is not testable. You could build simulations, but they wouldn't help much since there are so many parameters, unknowns, etc. that building an accurate simulation would probably be as expensive as a test.

Besides, tests are much more fun!

Just build it in Kerbal Space Program!