Tag Archives: Code Quality

Explore the Testability aspect for Java Code

The Testability Explorer is an open source project that lets you measure the testability of Java code. This is an interesting idea: a metric not of direct quality, or of testing, or

Trends in Static Analysis Tools and Code Quality Metrics

Interesting trends are happening around Static Analysis and Code Quality. The tools vendors closely looking at each of the code quality metrics and merging them to have a better metric. We can

Trends in Static Analysis – ENERGY for better java code

I have come across yet another static analysis tool for Java programs. ENERGY is a free static analysis tool to measure code quality & presents overall status on the health of source

My quest towards Code Quality Metrics

  The term quality might mean different things to different people based on their context of operation and it’s tough to have universal definition for the same.My experiments with software development started

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.