Unit Testing (Part - 1): Introduction


  • Generally, we all think that testing means it is part of testers or QA team, but it is wrong assumption.
  • Testing which is done at developer level is called Unit Testing.
  • Generally testing is divided into two type
    • Unit Testing
    • Integration Testing
  • Unit Testing: 
    • The process of testing, whether a  particular unit is working properly or not.
    • Developer level testing
    • white box testing
  • Integration Testing: 
    • The process of testing total application (ie., end to end testing) 
    • QA/testing Team level testing
    • Black Box testing


No comments:

Post a Comment