About Tests

From My Limbic Wiki
Revision as of 21:28, 24 September 2019 by Fukakai (talk | contribs) (Page créée avec « =TDD - "Is the code correct?"= Test-Driven Development # Add a test # Run all tests and see if the new test fail # Write the code # Run tests # Refator code =BDD - "Is th... »)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TDD - "Is the code correct?"

Test-Driven Development

  1. Add a test
  2. Run all tests and see if the new test fail
  3. Write the code
  4. Run tests
  5. Refator code

BDD - "Is this what we should be testing?"

Behavior Driven Development we test behaviors which are related to business outcomes

ATDD - "Is the code doing what it is supposed to do?"

Acceptance Test–Driven Development fichier:TDD-BDD-ATDD

Other Buzzwords

  • DevOps
  • DevSecOps
  • Continuous Testing
  • Model-Based Testing (MBT)