Open stevana opened 7 years ago
The Cleanroom people have some neat tools, e.g. JUMBL, for analysing Markov chains. For more information see:
Some important progress was made in the blog post "An in-depth look at quickcheck-state-machine", see especially the "Labelling" section.
Some of those ideas are now part of the Test.StateMachine.Labelling
module and used in the process registry example.
The two papers that seems to introduce the labelledExamples
combinator in QuickCheck:
Seem to somehow be able to produce the minimal labelled examples without the user having to tag everything manually though? So perhaps there's more work to be done on automatically tagging?
Ideas on how we can improve stats collecting: