SDLC
TechJedi > SDLC
TDD with Django
29
Apr
What TDD (test-driven development)? Test Driven Development (TDD) is software development process, where requirements are converted to test cases first and implemented later. In simple terms, automated test cases for each functionality are created and tested first. The added test cases obviously fails, then we implement the functionality to pass the test case. Why TDD? Developer […]