|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/bh0-010-bcs-certified-tester-foundation-2011-syllabus-exam/
课程评论:没有评论
Coursera 课程 BH0-010 BCS Certified Tester Foundation 2011 syllabus Exam 课程总结 本课程旨在帮助学员为BH0-010 BCS Certified Tester Foundation 2011考纲认证考试做准备。课程内容通过一系列模拟试题,涵盖了软件测试的基础知识和实践。 **核心知识点和模拟题示例分析:** * **测试过程活动:** 模拟题考察了测试环境搭建属于哪个测试过程活动。理解软件测试的基本流程(测试计划与控制、测试分析与设计、测试实施与执行、退出标准评估与报告)是关键。 * **测试用例有效性:** 课程通过具体的例子(年龄、保险等级、保费、免赔额)来展示如何构建有效的测试用例,确保其内容和预期的结果是合理且可验证的。 * **测试管理工具的特性:** 模拟题强调了对测试管理工具的理解,包括它们如何支持测试的可追溯性、与执行工具的集成,以及在测试数据管理方面的作用。需要注意区分哪些是测试管理工具的特性(e.g., 支持可追溯性,提供接口)和非特性(e.g., 强制编码标准,这通常是开发工具的功能)。 * **状态转换测试:** 课程通过涉及设备状态(如“Off”、“St by”、“Live”)和操作(如“from is play Channel 1”)的例子,展示如何识别无效的状态转换。这对于理解状态转换测试的原理至关重要。 * **良好的测试实践:** 模拟题强调了在软件生命周期模型中,尽早审查文档(如需求、设计)是良好测试实践的关键特征。测试活动应贯穿整个开发过程。 * **测试覆盖率:** 课程考察了语句覆盖(Statement Coverage)和判定覆盖(Decision Coverage)的概念,以及达到100%覆盖所需的最小测试用例数量。理解这两者的定义和关系(判定覆盖比语句覆盖更严格)是解题的关键。 总体而言,本课程通过大量模拟题,强化了学员对软件测试基础概念、测试过程、测试用例设计、测试管理工具应用以及测试覆盖率等核心知识点的掌握,为通过BCS Certified Tester Foundation 2011考试奠定了坚实的基础。
Sample Questions:Q) In which activity of the Fundamental Test Process is the test environment set up?A. Test implementation and execution.B. Test planning and controlC. Test analysis and designD. Evaluating exit criteria and reportingQ) Which of the following test cases and expected results is VALID?A. 23 year old in insurance class A Premium is 90 and excess is 2,500.B. 51 year old in insurance class C Premium is 70 and excess is 500.C. 31 year old in insurance class B Premium is 90 and excess is 2,500.D. 43 year old in insurance class C Premium is 70 and excess is 1,000Q) Which of the following are characteristic of test management tools?a) They support traceability of tests to source documents.b) They provide an interface to test execution tools.c) They help to enforce coding standards.d) They manipulate databases and files to set up test data.A. a and cB. b and cC. a and bD. b and dQ) Which of the following represents an INVALID transition (N)?A. Off from is play Channel 1?B. Channel 2 from Display Channel 1?C. St by from Live?D. Channel 2 from Live?Q) Which one of the following is a characteristic of good testing in any lifecycle model?A. Each test level has the same test objective.B. There should be more testing activities than development activities.C. Test design can only begin when development is complete.D. Testers should begin to review documents as soon as drafts are available.Q) What is the minimum number of test cases required for 100% statement coverage and 100% decision coverage, respectively?A. Statement Coverage = 1, Decision Coverage = 3.B. Statement Coverage = 2, Decision Coverage = 3.C. Statement Coverage = 2, Decision Coverage = 2.D. Statement Coverage = 3, Decision Coverage = 3