Engineering/Engineering Principles/5 Automated Testing/

We Automate Tests

We Automate Tests means that:

  • All engineers write automated tests.
  • Automated tests provide regular and frequent feedback.
  • Failing tests are addressed immediately.
  • Tests catch regression bugs.
  • Automated tests are of high quality.
  • Automated testing targets the appropriate functional areas and layers of the system.