Archive for April, 2007

Lessons to be Learned from the Bugs

April 30, 2007

In this post, I will be looking at Bugs  with an insight that helps testers to learn some new lessons on why the same might have occured. It’s quite common that the testers are  blammed  for  all  the  missed out  bugs  in the system as if they are super natural powers to over see all the issues that are there in the system.

Bugs are there [...]

Open Source Test Management Tools

April 22, 2007

 
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 be tough to manage the activities associated there with out any support from the tools.
 
The commercial tools in this segment are costly and may [...]

Open Source Tools to test your Java Code

April 16, 2007

Open Source tools are being used aggressively and there are many tools that can help Java Applications to validate their code.
The following issues can be uncovered

Unhandled exceptions
Infinite Loops
Dead code
Validations against Java coding guidelines from Sun

The following Metrics can be captured

Source Code Metrics
Coverage Metrics
Dependencies with the Design

Couple of resources listed below helps in implementing the same.

Series [...]