Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

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

Questions 91

The following part of a business process flow is specified; REPEAT (book a bill) UNTIL (User presses Cancel). How many test cases are necessary in order to achieve 100% branch coverage of the process flow?

Options:
A.

4

B.

1

C.

2

D.

Infinite

ISTQB ISTQB-CTFL Premium Access
Questions 92

The following 4 equivalence classes are given:

Which of the following alternatives includes correct test values for x. based on equivalence partitioning?

Options:
A.

-100; 100:1000; 1001

B.

-500; 0; 100; 1000

C.

-99; 99:101; 1001

D.

-1000; -100; 100; 1000

Questions 93

For each of the test cases to be executed, the following table specifies the priority order and dependencies on other test cases

ISTQB-CTFL Question 93

Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?

Options:
A.

TC4, TC3, TC2, TC6, TC5. TC1

B.

TC4, TC6, TC3, TC2, TC5, TC1

C.

TC3, TC5, TC6, TC1, TC4, TC3

D.

TC4, TC3, TC2, TC6, TC1, TC5

Questions 94

A software system checks age in order to determine which welcome screen to display. Age groups are:

Group I: 0-12

Group II; 13-18

Group III: over 18

Which of the below represent boundary values?

Options:
A.

(-1.0.12.13.18,19)

B.

(-1.0,11.12.13,14,18.19)

C.

(0.12.13.18.19)

D.

(4.5.15.20)

Questions 95

Which of the following can be considered a VALID exit criterion?

I Estimates of defect density or reliability measures.

II. The completion and publication of an exhaustive Test Report.

III. Accuracy measures, such as code, functionality or risk coverage.

IV Residual risks such as lack of code coverage in certain areas.

Options:
A.

I, III, IV

B.

I, II, III

C.

III, IV

D.

II, III, IV

Questions 96

Which ONE of the following options BEST describes the purpose of confirmation testing versus regression testing?

Options:
A.

The purpose of confirmation testing is to confirm that the defect giving rise to a failure has been successfully fixed. The regression test aims to ensure that no defects have been introduced or discovered in unmodified areas of the software as a result of the changes made.

B.

Confirmation testing ensures the entire system functions as expected, whereas regression testing focuses only on modified components.

C.

Confirmation testing verifies all system requirements, while regression testing ensures that no additional test cases are needed.

D.

Regression testing and confirmation testing are interchangeable and serve the same purpose.

Questions 97

Which of the following is not an example of a typical generic skill required for testing?

Options:
A.

Be able to apply test-driven development

B.

Be able to use test management tools and defect tracking tools

C.

Be able to communicate defects and failures to developers as objectively as possible

D.

Possess the necessary social skills that support effective teamwork

Questions 98

Which review type, also known as a “buddy check”, is commonly used in Agile development?

Options:
A.

Inspection.

B.

Walkthrough.

C.

Technical review.

D.

Informal review.