软件测试笔试十三个英文题

1、what is the MAIN benefit of designing tests early in the life cycle?

2、What is risk-based testing?

3、What is the KEY difference between preventative and reactive approaches to testing?

4、What determines the level of risk?

5、When is used decision table testing?

6、What is the benefit of test independence?

7、What is functional system testing?

8、In a REACTIVE approach to testing when would you expect the bulk of the test design work to be begun?

9、What is typically the MOST important reason to use risk to drive testing efforts?

10、What is the difference between re-testing and regression testing?

11、What are the structure-based(white-box) testing techniques?

12、When should testing be stopped?

13、Why does the boundary value analysis provide good test cases?

1、在软件生命周期的早期就进行测试的设计,有什么好处?

2、基于风险测试的概念是什么?

3、敏捷测试和原先的瀑布、双v等测试方法的主要区别是什么?

4、对于不同的风险级别,怎么处理?

5、什么时候使用决策表进行测试?

6、独立测试的好处是什么?

7、系统功能测试是什么?

8、敏捷测试中你期望测试设计工作什么时候开始?

9、使用风险驱动测试工作进行的最重要原因是什么?

10、重测盒回归测试的区别?

11、白盒测试有什么技术(或者说策略)?

12、什么情况下测试会被停止?

13、为什么说边界值分析法可以提供一个良好的测试用例

笔者英文水平有限,翻译的仅供参考。若存在翻译的问题还请留言指正

原文地址:https://www.cnblogs.com/tynam/p/9060126.html