About Tests: Difference between revisions

From My Limbic Wiki
(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... »)
 
Line 13: Line 13:
=ATDD - "Is the code doing what it is supposed to do?"=
=ATDD - "Is the code doing what it is supposed to do?"=
Acceptance Test–Driven Development
Acceptance Test–Driven Development
[[fichier:TDD-BDD-ATDD]]
“Is the code doing what it is intended to do?”


=Other Buzzwords=
=Other Buzzwords=

Revision as of 21:29, 24 September 2019

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 “Is the code doing what it is intended to do?”

Other Buzzwords

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