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: 3

Questions 21

A test engineer finds a defect while testing. After the developer has fixed the defect, the test engineer decides to re-run a complete section of the tests. Which of the following is correct?

Options:
A.

The lest engineer should not re-run the tests, as they have already been run, and results recorded.

B.

The test engineer should not re-run the tests, they should be part of the developer tests.

C.

The test engineer should re-run the tests, in order to ensure that new defects have not been introduced by the fix.

D.

The test engineer should re-run the tests, because the defect shows that the test cases need to be updated.

ISTQB ISTQB-CTFL Premium Access
Questions 22

Consider the following user story and its acceptance criteria:

User Story:

As a member of the "Agnotoly" association, I want to be able to pay the association’s dues through an automatic payment method so that I can forget about payment deadlines.

Acceptance Criteria:

    The member can only pay with ‘Agnesis Master’ credit card.

    The member must register their cell phone number.

    The member must register the credit card in the payment system.

    The member must select a payment method (monthly or annual).

    The member must accept the terms and conditions for the selected method.

    If terms and conditions are accepted, the system sends an OTP (one-time password) to the member’s phone for verification.

    The payment method is registered only after OTP verification.

    Once the payment method is registered, the system will charge on the first business day of the following month.

Test Cycle Results:

    Members successfully paid dues using the credit card.

    Payments were processed monthly and for over a year.

Which ONE of the following options identifies the acceptance criteria that has NOT been fully covered?

Options:
A.

Acceptance criteria 8 has not been fully covered during the above test cycle.

B.

Acceptance criteria 4 has not been fully covered during the above test cycle.

C.

All acceptance criteria have been fully covered during the above test cycle.

D.

Acceptance criteria 6 has not been fully covered during the above test cycle.

Questions 23

Which sequence of stated in the answer choices is correct in accordance with the following figure depicting the life-cycle of a defect?

ISTQB-CTFL Question 23

Options:
A.

S0->S1->S2->S3->S5->S1

B.

S0->S1->S2->S3->S5->S1->S2->S3

C.

S0->S1->S2~>S3->S4

D.

S0->S1 ->S2->S3->S5->S3->S4

Questions 24

The following state diagram is given as basis for state transition testing and contains only valid transitions:

ISTQB-CTFL Question 24

Explanation of the state diagram: States are depicted as nodes. The initial state is I, the final state is F. A state transition is depicted as a directed arrow with the initiating event as a label, e. g. from I to S1 with event a, and is also written as a triple (I,a,S1). Note: A test case is a sequence of events that initiates the corresponding sequence of state transitions.

The state diagram contains the following 7 state transitions:

(I, a, S1)

(S1, a, S2), (S1, b, S3), (S1, c, F)

(S2, a, S3)

(S3, a, S2), (S3, b, F)

What is the minimum number of test cases to achieve 100% coverage of all valid state transitions in the diagram?

Options:
A.

2

B.

3

C.

4

D.

8

Questions 25

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.

Questions 26

Given the following state model of sales order software:

    PLACED -> IN PRODUCTION

    IN PRODUCTION -> CANCELLED

    IN PRODUCTION -> SHIPPED

    SHIPPED -> INVOICED

    INVOICED -> CANCELLED

    CANCELLED -> PLACED

Which of the following sequences of tran-sitions provides the highest level of tran-sition coverage for the model (assuming you can start in any state)?

Options:
A.

IN PRODUCTION -> CANCELLED -> PLACED -> IN PRODUCTION -> CANCELLED -> PLACED

B.

IN PRODUCTION -> SHIPPED -> INVOICED -> CANCELLED -> PLACED -> IN PRODUCTION

C.

PLACED -> IN PRODUCTION -> SHIPPED -> CANCELLED -> PLACED

D.

PLACED -> CANCELLED -> PLACED -> CANCELLED -> PLACED -> IN PRODUCTION -> CANCELLED

Questions 27

In which of the following test documents would you expect to find test exit criteria described9

Options:
A.

Test design specification

B.

Project plan

C.

Requirements specification

D.

Test plan

Questions 28

A company runs a pilot project for evaluation of a test automation tool. Which of the following is NOT a valid object of this pilot project?

Options:
A.

Get familiar with the functionality and options of the tool

B.

Check haw the tool fits to the existing test processes

C.

Train all testers on using the tool

D.

Decide upon standards for tool implementation

Questions 29

Which one of the following statements relating to the benefits of static testing is NOT correct?

Options:
A.

Static testing enables early detection of defects before dynamic testing is performed.

B.

Static testing reduces testing costs and time.

C.

Static testing increases development costs and time.

D.

Static testing identifies defects which are not easily found by dynamic testing.

Questions 30

Which of the following statements is true?

Options:
A.

Experience-based test techniques rely on the experience of testers to identify the root causes of defects found by black-box test techniques

B.

Some of the most common test basis used by white-box test techniques include user stories, use cases and business processes

C.

Experience-based test techniques are often useful to detect hidden defects that have not been targeted by black-box test techniques

D.

The primary goal of experience-based test techniques is to design test cases that can be easily automated using a GUI-based test automation tool