Tag Archives: Programming

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

CRAP4J for Java Code Quality

I have been talking about Code Quality through Static Analysis for a while here, here & here. The quality for any application development must begin from it’s gross roots and the Application

What Jar – Solution to NoClassDefFoundError

As a Tester & Developer, it’s pretty common to see NoClassDefFoundError. It’s not that easy always to figureout the required jars for the application. Whatjar comes with a lot of search capabilities

Use Cyclomatic Complexity to determine the Risk and Test Scenarios

Cyclomatic Complexity (CC) is a software metric (mostly code based metric) used to the number of independent path executions in the application. Introduced by Thomas McCabe in 1976, it measures the number

Seven Habits of Effective programmers

Software Projects need effective & skilled programmers to deliver on time without compromising on the assured quality. We often need generic skills apart from the technology to deliver effective solutions on time. 

Taking on “Testing Triangles – A classic excercise”

Solving puzzles, sudokus & the analytical problems is one of my hobby. This set of puzzles always helps me with some brain food which mandatory to stay tuned in the current trends.

KLOC – What does it mean to Software Testing

Introduction to KLOC Lines of Code (LOC) is one of the software metric that is used by most of the people for Software Measurement. Thousand lines of code is treated as KLOC.

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.