微軟的 Test Case management: Maddog
看一下微軟怎麼管理 test case:
- Part1
- Part2
- Testing ASP.NET 2.0 and Visual Web Developer
- 開發人員與測試人員的比例是 1:1.4
- 相同的測試需要在三款CPU架構(x86, IA-64, x64)、四款OS(Win 2k, Win XP, Win 2k3, Longhorn)、七款 VS SKUs、34種不同的語言版本上執行。
- 有 ~105,000 test cases and ~505,000 functional test scenarios
- 並且希望在 Whidbey 出貨前達到 ~80-90% managed code block coverage
- 測試指標為 code “block” coverage、”arc” coverage( code block 內的每一個 code path)
- 使用 Maddog 作為測試管理與執行的平台(managing test plans, managing test cases, providing a build system to build and deploy all test suites we want to execute during a given test run, providing infrastructure to image servers to run and execute our tests, and ultimately providing a reporting system so that we can analyze failures and track the results.),文章中有詳細的畫面與說明
- 4 間 labs,1,200台機器
2005 年 十一月 30日 於 10:38 am
Dear friend,
Could you please explain for me that what is SKUs means for??
It’s a kind of software or unit or what else??
if available, pls translate into Chinese that will be nice for it.
Tks very much for your help.
B.Rgds
Helen Lee
2005 年 十一月 30日 於 11:17 am
SKU = stock-keeping unit, 「存貨保持單元」,Microsoft 的用法是指產品零件編號。
可參考 http://www.lonchun.com.tw/microsoft/%E8%B3%BC%E8%B2%B7%E5%BE%AE%E8%BB%9F%E8%BB%9F%E9%AB%94%E9%A0%88%E4%BA%86%E8%A7%A3%E4%B9%8B%E5%AD%97%E5%BD%99.htm
所以七款 VS SKUs 指的就是七種不同版本的 Visual Studio,如 Professional、Enterprise Developer 和 Enterprise Architect,至於到底是哪七種我就不清楚了。
也許有其他人可以幫忙解釋一下!!