Below, we will discuss two types of TDD.
- Acceptance TDD: ATDD allows you to create a behavioral specification, or a single test of acceptance based on the terminology that you choose. You only need to have the product functionality required for that test.
- Developer TDD: You can write a single developer test with the aid of developer TDD. You simply need to be familiar with the product’s capabilities to do the test. TDD is a JIT-based approach that aims to create a complete, executable product design.





