Table of Contents
    Home / Definitions / Static Testing
    IT Management 1 min read

    In software development, static testing, also called dry run testing, is a form of software testing where the actual program or application is not used. Instead this testing method requires programmers to manually read their own code to find any errors. Static testing is a stage of White Box Testing.

    See also White Box Testing.
    Contrast with Black Box Testing.

    Was this Article helpful? Yes No