7 State Transition Table
7 State Transition Table
2, 2021
State Transition
Table
1
2 September 2, 2021
Disadvantages of State
Transition Testing:
State transition testing can not be
performed everywhere.
State transition testing is not always
reliable.
8 September 2, 2021
9 September 2, 2021
Example 1:
Let’s consider an ATM system function where
if the user enters the invalid password three
times the account will be locked.
In this system, if the user enters a valid
password in any of the first three attempts the
user will be logged in successfully. If the user
enters the invalid password in the first or
second try, the user will be asked to re-enter
the password. And finally, if the user enters
incorrect password 3rd time, the account will
be blocked.
10 September 2, 2021
11 September 2, 2021
Correct PIN
Incorrect PIN
S1) Start S5 S2