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…
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
Options
- A4
- B7
- C8
- D28
How the community answered
(66 responses)- A5% (3)
- B8% (5)
- C74% (49)
- D14% (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
Community Discussion
No community discussion yet for this question.
