Static Testing benefits - Static testing techniques

Q.  Which are the benefits of Static Testing?
- Published on 30 Jul 15

a. Early feedback of a quality.
b. Less rework cost.
c. Increased developmental productivity.
d. All of the above

ANSWER: All of the above
 

    Discussion

  • Prajakta Pandit   -Posted on 17 Nov 15

    - Static testing is a software testing technique in which the software is tested without executing the code.

    - Static testing starts early in the life cycle and it is done during the verification process.

    - This testing is beneficial for checking whether coding standards are followed.

    - It is done without executing the program, for example: reviewing, walkthrough, inspection etc.

    Advantages of Static testing

    - Prevention of defects.
    - Early feedback of a quality.
    - Less rework cost.
    - Increased developmental productivity.
    - Improved maintainability of code and design.

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.)