Check out this write up by 'Leslie Segal', President, Testware Associates, Inc.,on 'Key Considerations in Performance Testing': http://www.testwareinc.com/resources/articles/ Key_Considerations_in_Performance_Testing.pdf
• Determine the performance testing objectives • Set pass/fail...
PLEASE STOP CALLING TECHNOLOGY PROFESSIONALS "GURUS" You Don't Know How Long I've Been Wanting to Tell People This This is a Guru: This will not make you a Guru, by any stretch: Thanks!
Himanshu
1. Is this mistake somewhere else also? 2. What next bug is hidden behind this one? 3. What should I do to prevent bugs like this?
Check out this great writeup from Tom Van Vleck: http://www.multicians.org/thvv/threeq.html
Here are the mistakes one can make while deciding about a suitable career.
1. Going by scores
This is the most common and biggest mistake one can make. "Many factors determine one's choice of career -- aptitude, personality, interests and skills -- apart from scoring high marks...
Ten rules of 'Zero-Defect Software Development' by Steve Pavlina, CEO, Dexterity Software: http://www.dexterity.com/articles/zero-defect-software-development.htm 1. Test your product every day as you develop it, and fix defects as soon as you find them. 2. Review your code regularly. 3. Rewrite poor-quality...
Check out this Six Rules of Unit Testing by Charles :
Write the test first
Never write a test that succeeds the first time
Start with the null case, or something that doesn't work
Don't be afraid of doing something trivial to make the test work
Loose...