1. 下面说法正确的是( )

  2. 答案:成功的测试是发现了迄今尚未发现的错误的测试
  3. 与设计测试用例无关的文档是( )。

  4. 答案:项目开发计划
  5. 以下几种白盒覆盖测试中,覆盖逻辑度最高的是( )。

  6. 答案:条件组合覆盖
  7. 以下属于动态测试方法的是( )。

  8. 答案:路径覆盖
  9. 以下不属于软件测试工具的是( )。

  10. 答案:JBuilder
  11. 对于业务流清晰的系统,可以利用( )贯穿整个测试用例设计过程。

  12. 答案:场景法
  13. 以下哪个是用户验收测试阶段的期待值的来源?( )

  14. 答案:用户需求
  15. 功能测试覆盖中最常见的是( )。

  16. 答案:需求覆盖
  17. 造成软件测试风险的主要原因不包括( )。

  18. 答案:软件设计方案有误
  19. Which of the following matches the activity (i to iv) to its most suitable type of tool (p to s)?(    )i) Analysis of code structure.ii)Generation of test cases.iii)Simulation of the environment in which a component is run.iv)Analysis of test metrics.p) Test management.q) Test design tool.r) Static analysis tool.s) Test harness.

  20. 答案:i-r, ii-q, iii-s, iv-p
  21. 对“功能测试的回归测试经常要多次重复”的正确理解是( )

  22. 答案:回归测试应该执行初测时所用的全部测试用例
  23. 通过遍历用例的路径上基本流和备选流的黑盒测试方法是:( )。
  24. 以下关于V模型的说法,不正确的是( )。
  25. 一个程序的控制流图中有8个节点、12条边,在测试用例数最少的情况下,确保程序中每个可执行语句至少执行一次所需的测试用例数的上限为( )。
  26. Place the stages of the Fundamental Test Process in the usual order (by time).(    )a)Test closure activities.b)Analysis and design.c)Planning and control.d)Implementation and execution.e)Evaluating exit criteria and reporting.
  27. 为检测系统所能承受的数据容量,应进行( )。
  28. 以下关于黑盒测试方法选择的叙述中,不正确的是( )。
  29. 下列方式可以提高和改善测试人员和开发人员关系的是:( )。
  30. Which of the following account for most of the failures in a system?( )
  31. 对于逻辑表达式((a||b)||(c&&d)),需要( )个测试用例才能完成条件组合覆盖。
  32. 确认测试以( )文档作为测试的基础。
  33. 测试应该在( )的时候终止:
  34. 以下不属于单元测试的测试内容的是( )。
  35. 用等价类划分法设计8位长数字类型用户名登录操作的测试用例,应该分为( )个等价区间。
  36. Which activity in the Fundamental Test Process creates test suites for efficient test execution?( )
  37. 典型的白盒测试方法包括静态测试和动态测试,其中,静态测试除了静态结构分析法、静态质量度量外,还有( )。
  38. 关于bug管理流程,( )是正确的做法。
  39. 逻辑覆盖不包括( )。
  40. 测试所报告的软件缺陷与错误中通常包含其严重性和优先级的说明,以下理解不正确的是( )。
  41. 以下哪个不属于系统测试( )
  42. 单元测试主要针对模块的几个基本特征进行测试,该阶段不能完成的测试是( )。
  43. A candidate sits an exam with 40 questions. To pass, the candidate must answer at least 25 questions correctly. To gain a distinction, a mark of 32 or above must be achieved.Which of these groups of exam scores would fall into three different equivalence classes?( )
  44. 根据黑盒测试方法可以设计变量0 <= X <= 100的测试用例:( )
  45. 以下关于软件测试原则的叙述中,不正确的是( )。
  46. 根据输入输出等价类边界上的取值来设计测试用例的黑盒测试方法是?( )
  47. 不属于测试人员编写的文档的是( )
  48. A system under development contains complex calculations and decision logic, and it is assessed as high risk because of the relative inexperience of the development team in the application domain. Which of the following would be the MOST appropriate choice of test design technique for component testing?( )
  49. 强调了测试计划等工作的先行和对系统需求和系统设计的测试。( )
  50. A test team consistently finds between 90% and 95% of the defects present in the system under test. While the test manager understands that this is a good defect-detection percentage for her test team and industry, senior management and executives remain disappointed in the test group, saying that the test team misses too many bugs. Given that the users are generally happy with the system and that the failures which have occurred have generally been low impact, which of the following testing principles is most likely to help the test manager explain to these managers and executives why some defects are likely to be missed?( )
  51. 为验证某订票系统是否能够承受大量用户同时访问,测试工程师一般采用( )测试工具
  52. 系统关键模块设计已经完成,为了降低关键模块设计的风险,设计人员组织了一次会议,并邀请了测试人员、其他开发人员、需求人员参加会议,在会上设计人员演示并详细讲解了该模块的设计,从中他也得到了与会人员广泛的意见和建议, 属于哪类评审?( )
  53. 下列关于alpha、beta 测试的描述中正确的是( )。
  54. 软件测试过程中的集成测试主要是为了发现( )阶段的错误。
  55. 数据驱动测试又称作( )
  56. Which statement is a valid explanation as to why black-box test design techniques can be useful?( )
  57. Which of the following statements describe why exploratory testing is a useful test design technique?(    )a) It can help derive test cases based on the internal structure of systems.b) It is useful when there are limited specification documents available.c) It is useful when there testing is constrained due to time pressures.d) It is a cheaper alternative to more formal test design techniques.
  58. 以下关于软件质量和软件测试的说法,不正确的是( )。
  59. 以下关于测试工作在软件开发各阶段作用的叙述中,不正确的是( )。
  60. 对于软件的β测试,下列描述正确的是( )。
  61. 下面的哪一项测试步骤中需要进行更多逻辑测试:( )。
  62. 请根据条件(x>3,y<5 x=6,y x=6,y x=2,y d). x=2,y>
  63. 软件测试的目的是:( )
  64. 按照测试组织划分,软件测试可分为:开发方测试,第三方测试和( )。
  65. 测试用例的主要要素不包括( )。
  66. Which of the following are structure-based techniques?(    )a) Decision table testingb) Boundary value analysisc) Multiple condition coveraged) Use case testinge) Decision testing
  67. 项目经理计划对软件质量进行审查,他在项目计划中该活动安排了相应的资源和时间,并指定了特定的人员负责此事。接下来,负责人根据事先制定的评审标准,核对了相关资料并通知了相应人员进行会前准备。属于哪类评审?( )
  68. 哪个是导致软件缺陷的最大原因。( )
  69. 以下关于集成测试的内容正确的有:(    )①集成测试包括组件集成和系统集成;②在把各个模块连接起来的时候,穿越模块接口的数据是否会丢失;③一个模块的功能是否会对另一个模块的功能产生不利的影响;④各个子功能组合起来,能否达到预期要求的父功能;⑤单个模块的误差累积起来,是否会放大,从而达到不能接受的程度;
  70. 客户端交易处理性能指标是一类重要的负载压力测试指标,以下不属于客户端交易处理性能指标的是( )。
  71. 系统功能测试过程中,验证需求可以正确实现的测试用例称为( )。
  72. 以下关于判定表法的叙述中,不正确的是( )。
  73. 自动化测试工具中,( )是最难自动化的。
  74. A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges.You have been asked to prepare test cases using various values for the number of printer cartridges ordered.Which of the following groups contain three test inputs that would be generated using Boundary Value Analysis?( )
  75. 以下关于web测试的叙述中,不正确的是( )。
  76. 关于静态分析的概念,下列的选项正确的是( )
  77. A failure has occurred during system testing and incident report must be raised. The following attributes are available for the report:a) Tester name.b) Date raised.c) Priority (to fix).d) Severity (impact on the system).e) Expected Results.f) Actual Results.g) Test case specification identifier.h) Failing software function.i) Tester recommendations.Which attributes would be the MOST effective to enable determination of WHEN the incident should be fixed and HOW MUCH effort might be required to apply the fix?( )
  78. Match the following formal review roles and responsibilities:(   )Roles1) Moderator.2) Recorder.3) Reviewer.4)Manager.Responsibilitiesp) The person chosen to represent a particular viewpoint and role.q) The person who decides on the execution of inspections and determines if the inspection objectives have been met.r)The person who leads the inspection of a document or set of documents.s) The person who documents all the issues, problems and open points.
  79. 根据输出对输入的依赖关系设计测试用例的黑盒测试方法是( )。
  80. Which of the following types of defect are typically found in reviews rather than in dynamic testing?(   )a) Deviations from standards.b) Defects in interface implementation.c) Poor maintainability of code.d) Poor performance of the system.e) Defects in requirements.
  81. 在软件测试阶段,测试级别按次序可以划分为以下几个: ( )
  82. 关于软件测试和软件开发的认识,不正确的是( )。
  83. 关于软件质量保证和软件测试的描述,不正确的是:( )。
  84. 在划分等价类后,首先需要设计一个测试用例覆盖( )有效等价类
  85. The digital ainbow Thermometer uses 7 colours to show the ambient temperature. Each colour spans a range of just 5, with an operating minimum and maximum of minus 5℃ and 30℃. Which of the following values is minimum and maximum of minus 5℃ and ℃. Which of the following values is LEAST likely to have been identified when applying the boundary value test design technique?( )
  86. 关于回归测试执行时机,以下说法正确的是(   )。a) 每周b) 在软件发生变化之后c) 尽可能频繁地做d) 当环境变化之后e) 当测试经理说要做的时候
  87. 以下哪一种选项不属于软件缺陷( )。
  88. Why should expected results be defined before execution?( )
  89. V模型描述了软件基本的开发过程和测试行为,描述了不同测试阶段与开发过程各阶段的对应关系,其中,集成测试阶段对应的开发阶段是:( )
  90. 缺陷报告中的“优先级”这一项主要是为了( )
  91. 基于经验和直觉推测程序中所有可能存在的各种错误,从而有针对性地设计测试用例的方法。是哪种方法?(   )
  92. 关于软件测试的说法,( )是不正确的。
  93. 服务端性能指标是一类重要的负载压力测试指标,以下不属于服务器端交易处理性能指标的是( )。
  94. 软件测试原则中指出“完全测试是不可能的”,主要原因是( )。
  95. 以下属于集成测试的是( )。
  96. 在用白盒测试中的逻辑覆盖法设计测试用例时,有语句覆盖、分支覆盖、条件覆盖、判定-条件覆盖、条件组合覆盖和路径覆盖等,在下列覆盖中,( )是最弱的覆盖准则。
  97. 下列关于工具使用风险的说法中,不恰当的是:( )
  98. 以下关于回归测试的叙述中,不正确的是( )。
  99. 修复一个缺陷的代价是( )
  100. 当对发现的缺陷进行修改之后,执行一系列基准测试,以确认程序的修改没有对程序的其他部分产生干扰,这种测试通常称为( )。
  101. 调试应该由( )完成。
  102. 瀑布模型表达了一种系统的、顺序的软件开发方法。以下关于瀑布模型的叙述中,正确的是( )。
  103. 以下关于性能测试的叙述中,不正确的是( )。
  104. 系统测试中最基本的测试策略是( )。
  105. Which of the following is a purpose of the review kick off activity? ( )
  106. 针对程序段:IF (X>10) AND (Y<20) THEN W=W/A,对于(X,Y)的取值,以下( )组测试用例能够满足判定覆盖的要求。
  107. 一条BUG记录应该包括(    )。a) 编号b) BUG描述c) BUG级别d) BUG所属模块e) 发现人
  108. Which of the following statements about functional testing is correct?( )
  109. 假定X为整数类型变量,X>=1并且X<=10,如果用边界值分析法,X在测试中应该取( )值。
  110. 以下关于集成测试的叙述中,不正确的是( )。
  111. 通过疲劳测试,最容易发现( )问题。
  112. 除了测试程序外,黑盒测试还适用于对( )阶段的软件文档进行测试。
  113. 为检测系统在长时间运行下是否存在性能瓶颈,应进行( )。
  114. 用来代替被测模块的子模块的是( )。
  115. Arrive-and-Go airline wants to clarify its baggage handling policy, whilst maximising revenues, and will introduce the following tariffs for all baggage per individual customer (weights are rounded up to the nearest 0.1Kg):The first 2Kg will be carried free of charge. The next 10 Kg will be carried for a flat charge of 0. An additional 15Kg will be charged a total charge of 7. Luggage over this amount will be charged at ? per Kg, up to a maximum of 150Kg per person. No passenger may take more that 150Kg with them. Which of the following would constitute boundary values for baggage weights in the price calculation?( )
  116. 下列不属于回归测试的目的的是( )。
  117. 哪个不是文档测试包含的内容( )
  118. Given the following sample of pseudo code:01 Input number of male rabbits02 Input number of female rabbits03 If male rabbits > 0 and female rabbits > 0 then04 Input Do you want to breed (Yes / No)05 If breed = No06 Print deep male and female rabbits apart07 End if08 End If.Which of the following test cases will ensure that statement 6 is executed?( )
  119. 以下不属于集成测试的是( )。
  120. 关于对第三方测试的描述,正确的观点是( )。
  121. 软件缺陷通常是指存在于软件之中的那些不希望或不可接受的偏差,以下关于软件缺陷的理解,不正确的是( )。
  122. 下列叙述中,( )是正确的。
  123. 软件测试员究竟做些什么( )
  124. 自顶向下的增量式集成策略的最大成本是( )。
  125. 以下关于白盒测试的叙述中,不正确的是( )。
  126. 验收测试的定义是( )。
  127. 针对用户手册的测试,( )描述不正确。
  128. 造成测试覆盖率不达标的原因可能是( )。
  129. 以下选项中不属于软件缺陷状态的是( )。
  130. 下列项目中不属于测试文档的是( )。
  131. 测试计划文档中不包含的是( )。
  132. 软件测试计划的内容应包括( )
  133. 关于测试用例的描述,下列哪个是错误的( )
  134. 性能测试的主要目标包括( )
  135. 以下哪一条描述不是自动化性能测试必要性的原因( )。
  136. 验收测试主要是由( )来完成的。
  137. 以下不属于常用性能测试方法的是( )。
  138. 通过让软件系统在一定访问量情况下长时间运行,以检验系统性能在多长时间后会出现明显的下降。主要目的是验证系统运行的可靠性。此种测试属于性能测试中的( )
  139. 关于白盒测试的概念,下列哪个选项是正确的( )
  140. 不属于白盒测试的技术是( )。
  141. 请根据条件(x>3,y<5 x=6,y x=6,y x=2,y x=2,y>
  142. 下面的哪一项测试阶段中需要进行更多白盒测试( )。
  143. 逻辑驱动测试也称作( )。
  144. 以下哪项不是黑盒测试方法的有( )
  145. ( )是分析和表达多逻辑条件下执行不同操作情况的工具.
  146. 如果程序的功能说明中含有输入条件的组合情况,则一开始就可以选用( )和判定表驱动法。
  147. ( )方法根据输出对输入的依赖关系设计测试用例。
  148. 关于采用探索性测试的原因,下面论述是最合适的:( )。
  149. 测试用例是为达到最佳的测试效果或高效的揭露隐藏的错误而精心设计的少量测试数据,至少应该包括( )
  150. 关于边界值的说法不正确的是: ( )
  151. 系统规格说明书中指出,该系统的输入框应该接收大写或小写字母,以下哪个测试用例是由无效等价类得出的?( )
  152. 黑盒法是通过分析程序的( )来设计测试用例的方法。
  153. 什么是等价类划分( ) a) 将测试对象的输入或输出域划分成若干部分b) 从每一个子集中选取少数具有代表性的数据c) 是一种白盒测试方法d) 有效值的等价类e) 无效值的等价类
  154. 程序员A请程序员B帮忙Review一下他写的代码,属于哪类评审?( )
  155. 下面哪个属于静态分析:( )a) 编码规则的检查b) 程序结构分析c) 程序复杂度分析d) 内存泄漏
  156. 下面对静态测试和动态测试的区别描述正确的是:( )
  157. 程序员A请项目经理与其一起评审自己的代码属于哪类评审?( )
  158. 关于评审说法正确的是( )
  159. 经过严密的软件测试后所提交给用户的软件产品中( )
  160. 下列( )不属于测试原则的内容
  161. 对程序的测试最好由()来做,对程序的调试最好由()来做。
  162. 软件测试的对象包括( )
温馨提示支付 ¥5.00 元后可查看付费内容,请先翻页预览!
点赞(7) dxwkbang
返回
顶部