回歸測試的作法
The Minefield Myth (Part 2) – The value of regression testing
http://blogs.msdn.com/imtesty/archive/2009/01/30/the-minefield-myth-part-2-the-value-of-regression-testing.aspx
January 30, 2009
Posted by Bj Rollison
回歸測試的作法
The Minefield Myth (Part 2) – The value of regression testing
http://blogs.msdn.com/imtesty/archive/2009/01/30/the-minefield-myth-part-2-the-value-of-regression-testing.aspx
January 30, 2009
Posted by Bj Rollison
How to conduct regression tests
- by Mike Kelly
http://www.michaeldkelly.com/blog/archives/201
當你要做regression testing時, 你需要考慮以下事情
1. 這個測試的目的是什麼?
這可以幫助你了解你需要解決risk的種類有什麼? 以及你需要coverage多少?
Regression testing strategy - test suite maintenance
I also found some articles that they suggests we can review our test cases frequently. Then the number or correctness of test cases can controlled. It's also useful for regression test because about 30% useless test cases can be removed.
Test Suite Maintenance
(1) After several release cycles, a regression test suite can become quite large.
(2) Some test cases can be discarded
Regression Testing Strategy (1)
Regression Testing是測試人員心中最大的痛, 因為這時間通常要花很多(因為test case實在太多了), 而且次數也不會只有一次. 因此好的regression testing strategy是非常重要的
我從"Testing Object-Oriented System" 中survey一些方法, 希望能對大家有幫助