A checking sequence is defined as follows: "Given a specification finite state machine, for which we have its transition diagram, and an implementation, which is a ‘‘black box’’ for which we can only observe its I/O behavior, we want to test whether the implementation conforms to the specification. This is called the conformance testing or fault detection problem and a test sequence that solves this problem is called a checking sequence."

What is the current state-of-the-art algorithm to find the shortest checking sequence, given a specification finite state machine? Are there some open-source implementations?

More Alberto Paolo Tonda's questions See All
Similar questions and discussions