Integration tests vs Unit tests

There are various types of testing which happens in the software development process. Unit testing, Integration testing, System testing etc. Some use TDD, write the test cases first and then code and some write the test cases after code is done. Both the approaches have their advantage, though I am more favoured towards TDD as it ensures that you are […]