- 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.
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
Jessy says
Yes. It’s same. And also called non execution testing
Lalit Kumar Sharma says
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.
abhishek says
yes both are same
nagendra says
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 kaur says
static testing done in verfication of project
Gourav says
Static testing and verification are same or different. IF yes, are these two terms used alternatively.
hina mehra says
yes
Rohit says
Yes, Static testing and validation testing are different. Static testing is done without any code execution and Validation testing is the process of checking that a software system meets customer requirement.
Eva says
Hi Rohit
I think Gourav was asking about ‘VERIFICATION’ and not ‘VALIDATION’
I still have the same question,.. are Verification and Static testing the same?