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 ......
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) 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... ......