Weekend Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

iSQI CTFL_Syll2018 - ISTQB Certified Tester Foundation Level (Syllabus 2018)

Page: 9 / 11
Total 365 questions

Which of the following BEST describes checklist-based testing?

A.

An approach to testing whereby the testers dynamically design and execute tests based on their knowledge, exploration of the test item and the results of previous tests.

B.

An experience-based test technique whereby the experienced tester uses a high-level list of items to be noted, checked or remembered, or a set of rules or criteria against which a product has to be verified.

C.

A procedure to derive and/or select test cases based on an analysis of the specification, either functional or non-functional, of a component or system without reference to its internal structure.

D.

A test design technique which ensures that test cases are checked for consistency and completeness against an organisation’s list of formatting rules and best practices.

You need to test a vending machine for light drinks The machine has a button for each of the drinks it contains

Pressing a button before inserting coins, will display the cost of the drink

Pressing the same button after inserting enough coins will dispense the drink and provide change if needed)

If the machine is out of the specific drink, and the button for this drink is pressed, the machine displays "Sold Out" (regardless if coins were inserted or not).

Which test technique is most suitable for this situation?

A.

State transition testing

B.

Equivalence class testing

C.

Boundary value testing

D.

Use-case testing

Which of the following provides the BEST description of statement coverage?

A.

A black-box test technique which uses a state table to derive test cases

B.

An experience-based lest technique in which test cases are based on the tester's knowledge of past failures

C.

A white-box test technique which focuses on the percentage of executable statements that has been executed by a test suite

D.

A white-box test technique which covers the decision results which determine the next statement to be executed

Which of the following lists represents the correct sequence of the main activities of the fundamental test process (leaving out the activity of control which should take place in parallel to all the other activities)?

A.

Planning, analysis and reporting, design and implementation, execution, test closure activities, evaluating exit criteria.

B.

Planning, analysis, design and implementation, execution, logging, test closure activities, evaluating exit criteria.

C.

Planning, analysis and design, execution, logging and reporting, regression testing

D.

Planning, analysis and design, implementation and execution, evaluation exit criteria and reporting, test closure activities

Which activity in the fundamental test process includes test script generation?

A.

Test closure activities

B.

Test analysis and design

C.

Test planning and control

D.

Test implementation and execution

Which one of the following statements about techniques for estimating test effort is correct?

A.

The metrics-based technique finds the most similar former project and uses its original estimate for the current project.

B.

The expert-based approach is based on the experience of the owners of the testing tasks or by subject matter experts.

C.

The metrics-based technique uses metrics supplied by the current test team based on their subjective feel for effort required.

D.

In an expert-based approach, the test lead with the most years in the role is chosen to produce the estimate.

What is the ideal number of regression test cycles?

A.

As many as time and budget allow

B.

2

C.

1

D.

Until the quality requirements are met

Which of the following BEST defines risk level?

A.

Risk level Is calculated by adding the probabilities of all planned risks to a project

B.

Risk level Is determined by the likelihood of an event happening and the impact or harm from that event

C.

Risk level Is calculated by dividing the sum of all known risks by the sum of all unknown risks

D.

Risk level is determined by calculating the absolute value of the sum of all potential issues that may occur on the project

Tests have been specified for the latest software release and users have prioritised these

However, there are some dependencies between tests as shown in the table below (e.g. Test ID. X cannot be run until Test ID. Y has been successfully completed).

Which test execution schedule best meets the prioritisation and dependency conditions?

A.

5,2,3,4 1

B.

1,5,3,1,2.

C.

1,2,3,4,5

D.

5,1,2,3,4

Which of the following is by definition a reactive test approach?

A.

Risk-based testing

B.

Automation of regression tests

C.

Exploratory testing

D.

Requirements-based testing