TDD development technique
The software development technique TDD (Test-driven development) is based on repeating the cycles of product development and testing.
The essence of the TDD technique is described by the following stages:
- Developers come up with a complex test for the product that cannot be passed.
- Then they create code to pass a complex test.
- They test the written code and make changes to it until the test passes perfectly.
See also
-
methodology
RUP,
which is a knowledge base with a search engine -
methodology
PMBOK,
which is used for a structured approach to project management -
methodology
Cobit,
which is used to develop standards in the field of IT auditing and management -
recommendations
ITIL,
which define standards for combining IT with business strategy