Tag: Tdd

Test Driven Development in Android Apps – A Practical Guide to TDD

TDD, or Test-Driven Development, is a software development approach where tests are written before the actual code is implemented. It requires a clear understanding of “What” and “How” in the the requirements of the project/feature. TDD helps to write less, but enough code. It helps prevent common software ...
Continue Reading Test Driven Development in Android Apps – A Practical Guide to TDD