0% found this document useful (0 votes)
203 views1 page

Static Testing Techniques

Static test techniques involve manually reviewing software work products like source code, designs, and requirements without executing the program to identify defects early. This includes reviews, inspections, and testing documentation and code without running the program. Dynamic testing techniques require executing the software on a computer during validation to test it, such as unit, integration, and system testing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
203 views1 page

Static Testing Techniques

Static test techniques involve manually reviewing software work products like source code, designs, and requirements without executing the program to identify defects early. This includes reviews, inspections, and testing documentation and code without running the program. Dynamic testing techniques require executing the software on a computer during validation to test it, such as unit, integration, and system testing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

What is a static test technique?

Static test techniques provide a great way to improve the quality and productivity of software
development. It includes the reviews and provides the overview of how they are conducted. The
primary objective of static testing is to improve the quality of software products by assisting
engineers to recognize and fix their own defects early in the software development process.

Static testing is the testing of the software work products manually, or with a set of tools,
but they are not executed.

It starts early in the Life cycle and so it is done during the verification process.

It does not need computer as the testing of program is done without executing the
program. For example: reviewing, walk through, inspection, etc.

Most static testing techniques can be used to test any form of document including
source code, design documents and models, functional specifications and requirement
specifications.

What is Dynamic testing technique?

This testing technique needs computer for testing.

It is done during Validation process.

The software is tested by executing it on computer. Ex: Unit testing, integration testing
and system testing.

You might also like