5

so we just had the software engineering exam and my teacher is posting the "best answers" he got...this is one of them

Comments
  • 3
    A graceful fail scenario allows for the program to fail without alerting the user of the failure scenario.

    In other words, the tens of thousands of error reports you would find in the error reporting of Windows.
  • 1
    When I read the last sentence, I immediately imagined a wooden table.

    With one leg only... and a single rusty screw. Definitely have seen that kind of software.
  • 0
    @Pythoneer for example anything ported to a specific platform for which the modules weren't made, but the application that joins them patches them too.
  • 1
    Integration test doesn't mean testing the WHOLE system. You test a unit of the system if it is integrating with the rest of the system. The test you are talking about are System tests or can be UATs depending on the scenario.
Add Comment