Big Halloween Sale 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sale65best

Free ISTQB ISTQB-CTFL Practice Exam with Questions & Answers | Set: 8

Questions 71

In the newest version of payroll system number of changes were made. As a tester you got a task to perform regression and confirmation tests. Which of the following project activities are related to confirmation testing?

Options:
A.

Testing due to the application of a new version of the interface

B.

Testing that fixes resolved the defects in the search function

C.

Testing if a system still works after update of an operating system

D.

Testing to ensure the adding of a new functionalities haven't broken existing functions

ISTQB ISTQB-CTFL Premium Access
Questions 72

Metrics can be collected during and at the end of testing activities to assess which of the following?

i. Progress against the planned schedule and budget.

II. Current quality of the test object.

Hi. Adequacy of the test approach.

iv. Effectiveness of the test activities with respect to the objectives.

v. All the above.

Select the correct answer:

Options:
A.

Only i and ii.

B.

Only i and iii.

C.

Only I, ii and iv.

D.

Only v.

Questions 73

Which ONE of the following options MOST ACCURATELY describes branch testing?

Options:
A.

In branch testing, the coverage items are executable statements. The aim is to design test cases that exercise statements in the code until an acceptable level of coverage is achieved, expressed as a percentage.

B.

In branch testing, the coverage items are control flow transfers between decisions, and the aim is to design test cases to exercise flow transfers in the code until an acceptable level of coverage is achieved. Coverage is measured as the number of branches exercised by the test cases divided by the total number of branches expressed as a percentage.

C.

In branch testing, the coverage items are branches, and the aim is to design test cases to exercise branches in the code until an acceptable level of coverage is achieved. Coverage is measured as the number of branches exercised by the test cases divided by the total number of branches expressed as a percentage.

D.

In branch testing, the coverage items are executable decisions. The aim is to design test cases that exercise statements in the code until an acceptable level of coverage is achieved. Coverage is expressed as a percentage.

Questions 74

The following requirement is given “Set X to be the sum of Y and Z”.

All the following four implementations have bugs.

Which one of the following bugs can be caught by Static Analysis?

Options:
A.

int x = 1.

int y = 2.

int y = 3.

X = y=z;

B.

int x = 1.

int y = 2.

int z = 3.

X = z-y

C.

int x = 1.

Int y = 2.

Int z = 3.

Z = x +y

D.

int y = 2

Int z = 3.

Y = z+y

Questions 75

In order to exercise the right to vote, a person must meet the following requirements:

    be able to prove citizenship of the country

    be a resident in the administrative unit concerned

    have a minimum age of 18 years

    no other reasons for exclusion exist

Create the associated decision table and minimize it so that all conditions are correctly covered.

Hint: remember to use the "no other reasons for exclusion exist" condition when creating the decision table.

How many test cases are at least required to achieve the coverage of all decision rules and what could be the concrete test cases?

Options:
A.

5 test cases. 1 test case where all 4 prerequisites are fulfilled and 4 test cases for exactly one unfulfilled prerequisite each.

B.

16 test cases. With 4 conditions, each of which can be true or false, there are 16 (2 to the power of 4) possible combinations to be tested.

C.

2 test cases. 1 test case where all 4 conditions are fulfilled and 1 test case where all 4 conditions are not fulfilled.

D.

8 test cases. With 4 conditions, each of which can be true or false, there are 8 (4*2) possible combinations to be tested.

Questions 76

You are testing the latest version of an air-traffic control system prior to production deployment using exploratory testing. After following an unusual sequence of input steps, the system crashes. After the crash, you document a defect report with the following information:

•Title: System crashes unexpectedly during input.

•Brief summary: System crashes when an unusual sequence of inputs is used.

•Version: V1.001

•Test: Exploratory testing prior to production deployment

•Priority: Urgent

•Risk: High

•References: Screenshot of crashed application

What critical Information Is missing from this report?

Options:
A.

Conclusions, recommendations, and approvals.

B.

Change history.

C.

Description of the defect to enable reproduction.

D.

Status of defect

Questions 77

Which of the following statements is an example of testing contributing to higher quality?

Options:
A.

A test leader writes a test summary report

B.

A project manager asks to a test leader to estimate the test effort

C.

A tester installs a test ten in the lest environment

D.

A tester finds a bug which is resolved prior to release

Questions 78

Which of the following statements is the BEST example of non-functional testing?

Options:
A.

Tests which capture the time it takes to save a file

B.

Tests which calculate overtime pay for those employees entitled to such

C.

Tests related to "what" the system should do

D.

Tests based on the internal structure of a component or system

Questions 79

How can testing contribute to higher quality?

Options:
A.

Testing help to measure the quality of software.

B.

Testing ensures that remaining defects are documented.

C.

Testing removes errors in the software.

D.

Testing eliminates the risk with software.

Questions 80

In maintenance testing, what is the relationship between impact analysis and regression testing?

Options:
A.

Impact analysis requires a regression testing for only the tests that have detected faults in previous SW release

B.

There is no relationship between impact analysis and regression testing.

C.

Impact analysis requires a regression testing for all program elements which were newly integrated (new functionalities).

D.

The impact analysis is used to evaluate the amount of regression testing to be performed.