Straightway ODO

home repo issues API

Testing

In ODO, the following testing strategy applies:

  1. Automatic tests
    1. Automatic test on unit level shall strive to cover 100%.
    2. Automatic test on different levels of integration shall cover all relevant use cases.
    3. Bug shall be reproduced with automatic tests (either on unit or integration level) before fixing them, if possible.
  2. Manual tests: All manual tests are free tests, that explore the corner cases of the system, that are not (yet) tested automatically. Important new test cases shall be implemented as automatic tests.

All bugs shall be described in dedicated issues.