“微信扫一扫”进入"可可试卷"微信小程序刷题
某公司一直在对其当前的业务模式,实施变革。该变革需要借助多个敏捷团队实施一个复杂的项目,项目经理应让测试团队将以下哪三个方案作为测试机制?(选择三项)。A company is changing their current business model.The change requires implementing a complex project using multiple agile teams. What three options should the project manager have the testing team adopt as testing mechanisms?(Choose three)
A.涵盖所有可能选择项的实验性方法。An experimental approach to cover all possible choices.
B.基于行为和测试驱动开发的测试。Tests based on behavior and test-driven development.
C.独立的个人测试。Independent personal testing.
D.故事测试。Story testing.
E.安全性和性能测试。Security and performance testing.
参考答案:BCD
解析:基于行为和测试驱动开发的测试,及行为驱动开发BDD和测试驱动开发TDD;故事测试;及Independent personal testing 独立测试对应于一个独立的团队,他们参与开发人员以外的测试活动以避免作者偏见,并且通常更有效地发现缺陷和故障,都是测试机制。 testing mechanism测试机制,而不是测试类型,所以A、E不对。