Tips for budgeting QA hours - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T11:09:16Z http://stackoverflow.com/feeds/question/135580 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/135580/tips-for-budgeting-qa-hours 0 Tips for budgeting QA hours Chanakya 2008-09-25T19:50:51Z 2008-09-25T19:59:27Z <p>Sometimes for QA it gets difficult to budget and track the QA hours as a person can spend enormous amount of time retesting the defects and performing regression if any. We can take ,as an example, a web application with 50 use cases. </p> <p>What are some tips for budgeting QA hours?</p> http://stackoverflow.com/questions/135580/tips-for-budgeting-qa-hours/135608#135608 1 Answer by tloach for Tips for budgeting QA hours tloach 2008-09-25T19:55:10Z 2008-09-25T19:55:10Z <p>Past history is a good indication of future performance. How long did the last regression take?</p> http://stackoverflow.com/questions/135580/tips-for-budgeting-qa-hours/135626#135626 0 Answer by Dean for Tips for budgeting QA hours Dean 2008-09-25T19:57:43Z 2008-09-25T19:57:43Z <p>Ideally there would be some empirical data to use a estimate </p> <ul> <li>How are QA's recording an execution of a use case?</li> <li>If they are not logging test execution time then they probably should be. </li> <li>I always suggest that setup time/actual test execution time is recorded as this will then take in into account any interruptions a QA has during the test execution an provides a more realistic measure. (i.e. it may be a 5 minute use case to execute but if your QA is getting interrupted evry 5 minutes, using the estimated execution time is useless asa guide)</li> </ul> <p>Hope this helps</p> http://stackoverflow.com/questions/135580/tips-for-budgeting-qa-hours/135640#135640 1 Answer by Jason Z for Tips for budgeting QA hours Jason Z 2008-09-25T19:59:27Z 2008-09-25T19:59:27Z <p>Check out <a href="http://www.joelonsoftware.com/items/2007/10/26.html" rel="nofollow">Evidence Based Scheduling</a>. Admittedly it is geared towards developing the feature in the first place, but there is truth to knowing how much more you have to do and how reliable to code is to begin with. Some of the tasks in the schedule can be how long it took to perform the last regression test or how long it took to develop the unit tests.</p>