Match the four paragraphs of the passage with their main ideas.
查看答案
Sometimes you have to give up something and might never do it again because______.
A. the situation might change
B. you might have no interest in it anymore
C. it might not be important anymore
D. you might not want to do it anymore
语句的覆盖率主要在下面哪个测试级别的测试设计中考虑:
A. 系统测试
B. 集成测试
C. 单元测试
D. 验收测试
在设计测试用例时,( )是用得最多的一种黑盒测试方法。
A. 等价类划分
B. 边界值分析
C. 因果图
D. 判定表
针对下面给出的程序,满足其语句覆盖的测试用例 (a, b) 的值为 ( )。If a>0 and b<5 Then c = a+bEnd IfIf a>5 or b>10 Then c = a-bEnd If
A. a=10,b=4
B. a=-1,b=11
C. a=6,b=6
D. a=5,b=3