Will discuss:
1) How can we use test driven development to develop a piece of code
2) Focus will be on Unit testing
3) How it is going to be helpful for us
A brief about Test Driven Development (copied from wikipedia)
Test-driven development (TDD) is a software development process relying on software requirements being converted to test cases before software is fully developed, and tracking all software development by repeatedly testing the software against all test cases.
Will discuss: 1) How can we use test driven development to develop a piece of code 2) Focus will be on Unit testing 3) How it is going to be helpful for us
A brief about Test Driven Development (copied from wikipedia)
Test-driven development (TDD) is a software development process relying on software requirements being converted to test cases before software is fully developed, and tracking all software development by repeatedly testing the software against all test cases.