Effective Bug Reports

Tweet  I have been writing a series of articles on Bug life cycle and some thoughts are still pending. In this article, I will describe my views on effective bug reports and how the same might help to improve the productivity of software development teams. There are many stories around Continue reading

Sitemap

Tweet Blog Archive All the blog posts are listed here for your convenience. BLOG SITEMAP:Pages (4)     1.  About   2.  Code Quality Series   3.  Sitemap   4.  Advertise HerePosts (50)      1.  Software Testing Resources (3)   2.  Effective Bug Reports (8)   3.  Open Source Testing Tools for Java Applications (12)   4.  Exploring the craft of Software Testing (2)   5.  Testuff – The Test Management Tool for small and Continue reading

Testuff – The Test Management Tool for small and medium projects

Tweet Almost an year ago, I have evaluated some low cost and open source Test Management Tools. Managing the Test Efforts & Test documentation is always an issue for small and medium companies. The following were my requirements for Test Management Tool Capture the Requirements Design & Prepare Test Cases Continue reading

Software Quality and Testing Podcasts

Tweet Podcasts are useful resources for testing community. These are free mp3 files you can download and listen to at your convenience. It contains various topics on Software Testing, Quality, & Development. I would like to share some of the podcasts that i follow for my blog readers. Podcasts from Continue reading

Explore the Testability aspect for Java Code

Tweet 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 of test coverage, but of ease of testing. Presumably code that is easy to test will get Continue reading

Software Requirements are Required Reading by project teams.

Tweet I have always challenges with the Software Requirements for the products and would be the same for others too. Most of the time, the requirements talk about just the functional needs and ignore on the non functional aspects of the system. Once the requirements are freezed, we rarely go Continue reading

Trends in Static Analysis Tools and Code Quality Metrics

Tweet 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 see the pattern from Agitar by coming up with CRAP4J. Here is one more vendor coming up Continue reading

Trends in Static Analysis – ENERGY for better java code

Tweet 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 code. Energy comes with a code quality metric by combining the bug patterns on the source code Continue reading

Code Quality Series

Tweet The following articles are helpful to improve code quality in general & more specific to java applications. This is an attempt to list down all the articles in the blog which are around Code Quality. 09 My quest towards Code Quality The term quality might mean different things to Continue reading