测试管理过程:
1manage the test process 过程管理
2write test document to record this process 文档编写
测试文档的作用:
1 Documentation supports process visibility
2Document can be inspected to improve the process
3 Increase reusability of artifacts within and across projects
写出优秀文档的方法:
•1 Know your target
• 2Keep it short
• Developers and test engineers like bullet list and check list.
• Customers like readable stories.
• Managers like statistics.
• 3Mind your own business
• 4Use clear terminology
• 5Kill redundancy
• 6Use precise language
• 7Explain your reasoning
软件测试的管理标准: IEEE 829-1998
测试管理思考的内容:
Test Process(测试过程)
Test Design (如何做测试设计)
Test Plan(如何做测试计划)
Test Report(如何编写测试报告)
软件开发与软件测试的结合:
1Code-and-Fix Model
2Waterfall Model
3Spiral Model
4Agile Model
5Extreme Programming
6Test Driven Development (TDD)
软件测试-测试过程中应该思考的问题:
They highlights several important decisions that shall be made during test planning.
1. What will be tested and what will not be tested, and why?
2. What process and method will be used?
3. What are the deliverables generated in this project?
4. What resources are needed?
5. What are the responsibilities of each participants?
6. What is the schedule?
7. What are the risks and contingencies?