Test-Driven Development, known by its acronym TDD, is one of the many development approaches to have gained traction through the Agile software development movement. It is based on the idea of developing software using a test-first perspective: first, a failing executable test is written; then production software is written capable of passing the test. Accordingly, as its name suggests, the development of production software is being driven by the test. This chapter explores TDD.
© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
J. E. McDonoughAutomated Unit Testing with ABAPhttps://doi.org/10.1007/978-1-4842-6951-0_1111. Test-Driven Development
James E. McDonough1
(1)
Pennington, NJ, USA
Get Automated Unit Testing with ABAP: A Practical Approach now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.