What is static Testing?
- Static testing is the testing of the software work products manually, or with a set of tools, but they arenot 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.
Other popular articles:
- What is Static testing technique?
- What are the uses of Static Testing?
- What is Verification in software testing? or What is software verification?
- What is a static test technique?
- What is Software Testing? Basics, Tutorial, Importance, Interview Questions
Reader Interactions
Comments
Jessysays
Yes. It’s same. And also called non execution testing
Lalit Kumar Sharmasays
Static testing and verification can be used simultaneously as both involves only verifying the code via informal process like code review or inspection. These can be placed as like document or code verification to find the mistakes early.
abhisheksays
yes both are same
nagendrasays
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.
sarabjeet kaursays
static testing done in verfication of project
Gouravsays
Static testing and verification are same or different. IF yes, are these two terms used alternatively.