1. Testing why? - lilbond/testable-code GitHub Wiki

  • Why do we test our software? (can be open ended question to the audience)

  • Possible answers:

    • meets the requirements that guided its design and development,
    • responds correctly to all kinds of inputs,
    • performs its functions within an acceptable time,
    • is sufficiently usable,
    • can be installed and run in its intended environments, and
    • achieves the general result its stakeholders desire.