📖 What is Static Testing?
Testing of a software work product without executing the code. This typically involves manual reviews or automated static analysis to find defects early in the software development lifecycle.
"Static testing is cost-effective because it finds defects before they are implemented in code. Remember that it evaluates the work product itself, not its execution."
📚 Certification: Certified Tester Foundation Level (CTFL-v4.0)
🔑 What are the Key Concepts of Static Testing?
- ▸ Early defect detection
- ▸ Manual reviews vs. Automated analysis
- ▸ Cost-effectiveness in software development
🎯 How does Static Testing appear on the CTFL-v4.0 Exam?
Identifying whether an activity like 'reviewing requirements' is static or dynamic testing.
Choosing the most cost-effective testing technique for early phases.
❓ Frequently Asked Questions
Does static testing involve running the application?
No, it involves examining work products without code execution.
What tools are used for static testing?
Static analysis tools, linters, and review management software.