Complete test suites uncover conformance violations of an Implementation Under Test (IUT). Since the W-Method has been introduced many algorithms have been developed, which still generate m-complete test suites, but with less test cases, like the Wp-Method, HSI-Method or H-Method.

To get even smaller test suites (less test cases) I'm looking for ways that focus on certain critical properties for the domain of finite state machines. Maybe based on the methods mentioned above. 

What are the best algorithms to derive a test suite which guarantees complete fault coverage for errors representing violations of certain properties and accepts faults if not related to these properties?

More Sadik Özoguz's questions See All
Similar questions and discussions