CTAL-TA_SYLL2019 · Question #13
Based on the system state transition diagram of an ATM system shown below, using the state transition test technique which of the following is an example of a test case required to achieve 1- switch…
The correct answer is C. 1st try -> 2nd try -> eat card. 1-switch coverage means that every possible transition from one state to another is tested at least once. Option C is the only test case that covers the transition from 2nd try to eat card, which is not covered by any other option. Reference = ISTQB Certified Tester Advanced…
Question
Based on the system state transition diagram of an ATM system shown below, using the state transition test technique which of the following is an example of a test case required to achieve 1- switch coverage?
Exhibit
Options
- A1 st try-> 2nd try
- B1 st try -> 2nd try -> 3rd try
- C1st try -> 2nd try -> eat card
- D1 st try -> 2nd try -> 3rd try -> access to act
How the community answered
(24 responses)- A8% (2)
- B4% (1)
- C83% (20)
- D4% (1)
Explanation
1-switch coverage means that every possible transition from one state to another is tested at least once. Option C is the only test case that covers the transition from 2nd try to eat card, which is not covered by any other option. Reference = ISTQB Certified Tester Advanced Level Syllabus Technical Test Analyst, page 58, section 4.3.2.2.
Topics
Community Discussion
No community discussion yet for this question.
