nerdexam
iSQI

CTAL-TA_SYLL2019 · Question #12

A PIN entry component of an ATM system has been developed using the following state table: Using the state transition test technique, how many 0-switch test cases are needed to achieve 100% 0-switch…

The correct answer is C. 8. A 0-switch test case is a test case that covers one transition from one state to another. To achieve 100% 0-switch coverage, all the transitions in the state table must be tested. There are eight transitions in the state table, as shown by the arrows. Therefore, eight 0-switch…

Specific Approaches to Testing AI-based Systems

Question

A PIN entry component of an ATM system has been developed using the following state table:

Using the state transition test technique, how many 0-switch test cases are needed to achieve 100% 0-switch coverage?

Exhibit

CTAL-TA_SYLL2019 question #12 exhibit

Options

  • A4
  • B7
  • C8
  • D28

How the community answered

(66 responses)
  • A
    5% (3)
  • B
    8% (5)
  • C
    74% (49)
  • D
    14% (9)

Explanation

A 0-switch test case is a test case that covers one transition from one state to another. To achieve 100% 0-switch coverage, all the transitions in the state table must be tested. There are eight transitions in the state table, as shown by the arrows. Therefore, eight 0-switch test cases are needed. Reference = ISTQB Certified Tester Advanced Level Syllabus Technical Test Analyst1, page 2 How to Design Test Cases Using State Transition Testing Technique?2, section "0-switch coverage" 0 and 1 - Switch Coverage in State Transition Testing?3, answer by Marco Filippone

Topics

#state transition testing#0-switch coverage#ATM system#test coverage

Community Discussion

No community discussion yet for this question.

Full CTAL-TA_SYLL2019 Practice