Tagged articles
3 articles
Page 1 of 1
FunTester
FunTester
Apr 8, 2025 · Fundamentals

Why Static Testing Is the First Step to High‑Quality Code

Static testing, a proactive quality assurance method that examines code and documentation without execution, helps detect defects early, reduces repair costs, improves code readability, and complements dynamic testing, with techniques ranging from inspections and walkthroughs to automated tools like SonarQube, CheckStyle, and ESLint.

Code reviewSoftware qualitycontinuous integration
0 likes · 14 min read
Why Static Testing Is the First Step to High‑Quality Code
FunTester
FunTester
Jan 3, 2023 · Fundamentals

Static Testing, Code Review, and Using SonarQube for Software Quality Assurance

The article explains static testing concepts, the role of code inspection and reviews, the advantages and limitations of automated code scanning tools, and provides a practical guide for integrating SonarQube into a development workflow to improve code quality and enforce testing standards.

Code InspectionCode reviewSoftware quality
0 likes · 6 min read
Static Testing, Code Review, and Using SonarQube for Software Quality Assurance