what are the differences between a Unit testing and Integration testing?
- by coder
I would like to get to know what other developers think related to unit/integration testing. As far as i know, unit testing is your test code that tests your original code. integration testing are those that tests the overall system.
whats your opinion this?