Internet
Fact-checked

At EasyTechJunkie, we're committed to delivering accurate, trustworthy information. Our expert-authored content is rigorously fact-checked and sourced from credible authorities. Discover how we uphold the highest standards in providing you with reliable knowledge.

Learn more...

What Is ATDD?

Kenneth W. Michael Wills
Kenneth W. Michael Wills

Acceptance Test Driven Development (ATDD) occurs in a software development environment. Working in collaboration, the programming and software development team determine acceptance criteria, provide examples of that criteria, and then create acceptance tests based on those criteria before beginning software development. Doing so helps the entire team better understand the goals of the finished product, what that finished product should look like, and how it should perform. Following a detailed workflow, ATDD is a structured process, affording the software development team a number of benefits before, during and after the development process. As well, to ensure success the process must include the right team and the right methods.

ATDD establishes a consistent workflow that follows a specified format to ensure all team members understand what is required to make the finished product work as intended. This workflow usually involves establishing the criteria first, most often from a user perspective, and creating concrete examples. Thereafter, acceptance tests are developed and run to see the results of failure with the right code based on these examples. Minimal code is then developed to run the program, more acceptance tests are run again, and the results are validated. Refactoring is then carried out based on the results of the acceptance tests before the final program is developed for use.

Working in collaboration, the programming and software development team determine acceptance criteria.
Working in collaboration, the programming and software development team determine acceptance criteria.

Benefits of the ATDD method for software development are often cited among software developers and programmers, both for expediting the development process and ensuring a solid end-product. In the planning stage, helping the development team focus on the right tasks is one major benefit. During creation of examples and testing focus is further refined, while clarity on the process and problems presented during testing is achieved. Throughout the entire process and with the final product, stability and robustness of the software program is the objective. These benefits are usually achieved with the final product if the ATDD workflow is followed and the team collaborates effectively.

Making ATDD work effectively as the method intends, requires the right ingredients from the beginning. Assembled teams need to have qualified contributors, they must collaborate willingly, and they must be well-trained and disciplined to see the process through to completion. Examples created must be automated, efficient, readable, maintainable, locatable and measurable. If the example created does not meet each of these criterion it bogs down the testing and collaboration process, which may result in production of software bugs. Additionally, all designs must be testable for the ATDD process to effectively produce a concise, robust and stable software program.

Discuss this Article

Post your comments
Login:
Forgot password?
Register:
    • Working in collaboration, the programming and software development team determine acceptance criteria.
      By: chagin
      Working in collaboration, the programming and software development team determine acceptance criteria.