what are the differences between a Unit testing and Integration testing?
        Posted  
        
            by coder
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by coder
        
        
        
        Published on 2010-05-10T09:34:20Z
        Indexed on 
            2010/05/10
            9:44 UTC
        
        
        Read the original article
        Hit count: 456
        
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?
© Stack Overflow or respective owner