Skip to content

TC012-FEA515 Automated tests actually find bugs

Test Case ID TC012
Test case designer Minna Tapojärvi
Creation date 08.03.2024
Classification Functional
Origin Feature

Test description / objective

Commit something that breaks the system to see if tests catch that.

Pre-state

Access to Tukko repository.

Test Steps

Step Verify Some notes
1. Commit something that breaks the system
2. Check if tests catch that Do they stop the commit?
3. Close page ..

End-State

Tests should catch the bug.

Determination of test result (Pass / Fail Criteria)

  • PASS condition: Tests fail and alert about the bug
  • FAIL CONDITION: Tests pass without noticing the bug.