Abstract
Test-Driven Development (TDD) is an evolutionary approach in which unit tests are incrementally written prior to code implementation. This paper will discuss about TDD and will compare its development procedure with that of traditional (i.e. test-last) methodology. The TDD approach is radically different from traditional approach; in traditional approach, tests are written once the production code has been completely written down, unlike TDD where tests are written prior to writing the code. Although Test driven development has attracted the attention of professionals, the empirical evidence of its superiority over traditional approach is very limited. In this report we will discuss both approaches and also try to put some light over how does TDD stand along with other SDLC models. In addition, we will look whether TDD has any influence on real world projects; if yes then how?
Original language | English |
---|---|
Title of host publication | Proceedings of the 6th International Conference and Workshop on Computing and Communication (IEMCON), 15-17 October 2015, University of British Columbia |
Publisher | IEEE |
Number of pages | 6 |
ISBN (Print) | 9781479969081 |
DOIs | |
Publication status | Published - 2015 |
Event | International Conference and Workshop on Computing and Communication - Duration: 15 Oct 2015 → … |
Conference
Conference | International Conference and Workshop on Computing and Communication |
---|---|
Period | 15/10/15 → … |
Keywords
- computer software
- development
- testing