Tag Archives: Testing Tools

Effective Bug Reports

 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

Sitemap

Blog Archive All the blog posts are listed here for your convenience. BLOG SITEMAP:Pages (3)     1.  About   2.  Code Quality Series   3.  SitemapPosts (51)      1.  Software Testing Resources (1)   2.  Twtter new revolution (0)   3.  Effective Bug Reports (5)   4.  Open Source Testing

Testuff – The Test Management Tool for small and medium projects

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.

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

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

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

The Life Cycle of a Bug – Different Stages in it.

In this post, i will explore different stages of the Bug from it’s inception to closer. The Bug has been found and logged into the Bug Tracking System. It’s my fourth post

Open Source Test Management Tools

  In this post, i will share my views & findings with Open Source Test Management Tools. Usage of tools in the Test Management is becoming the basic need & It will

JavaNCSS – A source code metrics suite for Java

I have been working on Java Projects for quite some time and interested in exploring the source code metrics like size and complexity across project not specific to perticular package or class