# Question
In which document described in IEEE 829 would you find instructions for the steps to be taken for a test including set-up, logging, environment and measurement?
在 IEEE 829 中描述的哪个文档中能找到有关测试要采取的步骤的说明,包括设置、日志记录、环境和测量?With a highly experienced tester with a good business background, which approach to defining test procedures would be effective and most efficient for a project under severe time pressure?
拥有经验丰富且具有良好业务背景的测试人员,对于时间紧迫的项目,哪种定义测试程序的方法最有效和最高效?Put the test cases that implement the following test conditions into the best order for the test execution schedule, for a test that is checking modifications of customers on a database.
将实现以下用于检查客户对数据库的修改的测试的测试条件的测试用例放入测试执行计划的最佳顺序。- Print modified customer record. 打印修改后的客户记录。
- Change customer address: house number and street name. 更改客户地址:门牌号和街道名称。
- Capture and print the on-screen error message. 捕获并打印屏幕上的错误消息。
- Change customer address: postal code. 更改客户地址:邮政编码。
- Confirm existing customer is on the database by opening that record. 通过打开该记录确认现有客户在数据库中。
- Close the customer record and close the database. 关闭客户记录并关闭数据库。
- Try to add a new customer with no details at all. 尝试添加一个没有任何详细信息的新客户。
Why are both specification-based and structure-based testing techniques useful?
为什么基于规范和基于结构的测试技术都有用?What is a key characteristic of structurebased testing techniques?
基于结构的测试技术的关键特征是什么?Which of the following would be an example of decision-table testing for a financial application applied at the system-test level?
以下哪项是应用于系统测试级别的金融应用程序的决策表测试示例Which of the following could be a coverage measure for state transition testing?
以下哪项可以作为状态转换测试的覆盖度量?V - All states have been reached. 已达到所有状态。
W - The response time for each transaction is adequate. 每个事务的响应时间是足够的。
X - Every transition has been exercised. 每个过渡都已执行。
Y - All boundaries have been exercised. 所有边界都已被行使。
Z - Specific sequences of transitions have been exercised. 已经使用了特定的转换序列。Postal rates for 'light letters' are 25p up to 10g, 35p up to 50g plus an extra 10p for each additional 25g up to 100g. Which test inputs (in grams) would be selected using equivalence partitioning?
“light letters” 的邮费 10g 是 25 便士,50g 以内 35 便士,另外每增加 25g 最多 100 g 需额外支付 10 便士。 使用等价划分将选择哪些测试输入(以克为单位)?Which of the following could be used to assess the coverage achieved for specification-based (black-box) test techniques?
以下哪项可用于评估基于规范(黑盒)测试技术实现的覆盖率?V - Decision outcomes exercised 执行的决策结果
W - Partitions exercised 分区已执行
X - Boundaries exercised 边界行使
Y - State transitions exercised 状态转换已执行
Z - Statements exercised 语句已执行Which of the following would structure-based test design techniques be most likely to be applied to?
基于结构的测试设计技术最有可能应用于以下哪种?- Boundaries between mortgage interest rate bands. 抵押贷款利率区间的界限。
- An invalid transition between two different arrears statuses. 两种不同欠款状态之间的无效转换。
- The business process flow for mortgage approval. 抵押审批业务流程。
- Control flow of the program to calculate repayments. 控制程序的流程以计算还款。
Use case testing is useful for which of the following?
用例测试对以下哪项有用?P - Designing acceptance tests with users or customers. 与用户或客户一起设计验收测试。
Q - Making sure that the mainstream business processes are tested. 确保主流业务流程经过测试。
R - Finding defects in the interaction between components. 在组件之间的交互中发现缺陷。
S - Identifying the maximum and minimum values for every input field. 确定每个输入字段的最大值和最小值。
T - Identifying the percentage of statements exercised by a sets of tests. 确定一组测试执行的语句的百分比。Which of the following statements about the relationship between statement coverage and decision coverage is correct?
下列关于语句覆盖率和决策覆盖率之间关系的说法,哪一个是正确的?If you are flying with an economy ticket, there is a possibility that you may get upgraded to business class, especially if you hold a gold card in the airline’s frequent flier program. If you don’t hold a gold card, there is a possibility that you will get ‘bumped’ off the flight if it is full and you check in late. This is shown in Figure 4.5. Note that each box (i.e. statement) has been numbered.
如果您使用经济舱机票,您可能会升级到商务舱,特别是如果您持有航空公司飞行常客计划的金卡。 如果您没有持有金卡,那么如果航班已满并且您迟到,您可能会被要求让出机位。 如图 4.5 所示。 请注意,每个方框(即声明)都已编号。Three tests have been run: 已经运行了三个测试:
Test 1: Gold card holder who gets upgraded to business class.
测试 1:金卡持有人升级到商务舱。
Test 2: Non-gold card holder who stays in economy.
测试 2:非金卡持有人留在经济舱。
Test 3: A person who is bumped from the flight.
测试 3:从飞机上被要求让出机位的人。What is the statement coverage of these three tests?
这三个测试的语句覆盖率是多少?Why are error guessing and exploratory testing good to do?
为什么错误猜测技术和探测测试是好的?How do experience-based techniques differ from specification-based techniques?
基于经验的技术与基于规范的技术有何不同?When choosing which technique to use in a given situation, which factors should be taken into account?
在给定情况下选择使用哪种技术时,应考虑哪些因素?U - Previous experience of types of defects found in this or similar systems. 在此系统或类似系统中发现的缺陷类型的先前经验。
V - The existing knowledge of the testers. 测试人员的现有知识。
W - Regulatory standards that apply. 适用的监管标准。
X - The type of test execution tool that will be used. 将使用的测试执行工具的类型。
Y - The documentation available. 可用的文档。
Z - Previous experience in the development language. 以前的开发语言经验。Given the state diagram in Figure 4.6, which test case is the minimum series of valid transitions to cover every state?
给出图 4.6 中的状态图,哪个测试用例是覆盖每个状态的最小有效转换系列?