Slide 33
Slide 33 text
State Space
0
}
1
{A
B
In principle, your app, or your function, is a black box. Same input, same output. Easy to test, right?
This application should have only two possible states!
To be totally confident in your system you need to test, by some means, the entire state space (LoC discussion).