Unit testing - Testing of individual components by developers - Software Testing Strategies

Q.  Testing of individual components by the developers are comes under which type of testing?

- Published on 29 Jul 15

a. Integration testing
b. Validation testing
c. Unit testing
d. None of the above.

ANSWER: Unit testing
 

    Discussion

  • Prajakta Pandit   -Posted on 24 Nov 15
    - Testing of individual components by the developers comes under unit testing.

    - It verifies the software components that are functioning correctly and identifying the defects.

    - It is a level of the software testing process where individual units or components of a system are tested.

    - The purpose of unit testing is to validate each unit of the software that performs as designed.

    - Unit testing is done before integration testing.

    Advantages of Unit testing

    - Issues are found at early stage.

    - It helps in maintaining and changing the code.

    - It helps in reducing the cost of bug fixes.

    - It helps in simplifying the debugging process.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)