Category Archives: Software Metrics

Is Counting a Bad Idea for Test Effort?

I was going through the post Why counting is a bad idea on Shrini’s Blog on Software Testing. Shirni has listed a classic example on why counting is a bad idea for

Applying Static Analysis for Software Testing

sing Static Analysis in Testing will also be called or simulated as Static Testing. Static analysis / testing a method to validate the software without executing the same.

Static Analysis for Code Quality

Static Analysis is the technique used to analyze the software without executing the same. It helps to look at issues that are there with in the Source Code even before it gets