diff --git a/content/roadmaps/113-qa/content/102-qa-manual-testing/100-tdd.md b/content/roadmaps/113-qa/content/102-qa-manual-testing/100-tdd.md index 713a67dfd..4c589b3ed 100644 --- a/content/roadmaps/113-qa/content/102-qa-manual-testing/100-tdd.md +++ b/content/roadmaps/113-qa/content/102-qa-manual-testing/100-tdd.md @@ -1 +1,3 @@ -# Tdd \ No newline at end of file +# TDD - Test Driven Development + +The team needs to adopt TDD; developing against tests and use-cases. With this approach, you can assure the minimum amount of time and effort being consumed during regression rounds. Having a clear set of acceptance criteria can make the team more productive in a shorter time.