Home Contact

Software Test, QA & Support in the 2.0 World: The Collage of Devankur Thakur

"It ain't braggin' if you can do it."-Dizzy Dean, 1930's baseball player

News

Article Categories

Archives

Post Categories

Image Galleries

Blogs to Read..!

My Other Blog..!

Software Testing Related Links

Syndication:

July 2004 Entries


Asking smart questions

This is a write up by Eric Steven Raymond and its really a good reading about how to ask smart questions:http://www.catb.o... Another write up about asking Yes/No questions:http://homepages.... -Devankur ...

Microsoft's 'Web Application Stress' (WAS) Tool

Here is a FREE web stress tool from Microsoft which is designed to simulate multiple browsers requesting pages from a web site. Yhis tool can be used to gather performance and stability information about the web application under test. This tool simulates a large number of requests with a relatively small number of client machines. The goal is to create an environment that is as close to production as possible so that you can find and eliminate problems in the web application prior to deployment....

Defect Removal Efficiency (DRE)

Defect Removal Efficiency (DRE) DRE is a measure to detect defects before delivery.It is calculated as a percentage of the defects identified and corrected internally with respect to the total defects in the complete project life cycle. Thus, DRE is the percentage of bugs elimiated by reviews, inspections, tests etc. Here is an interesting Defect Removal Efficiency calculator by Harvey Roy Divinagracia:http://www.eng... ...