Ruby Test Generator released
Yesterday I released Ruby Test Generator, a model-based testing (MBT) tool written in Ruby, to open source. It is available here: https://github.com/testdruid/ruby-test-generator This is the tool I mentioned in the paper I presented at the Pacific Northwest Software Quality Conference last October. I am grateful my employer, Meteorcomm LLC, for giving me permission to release this tool to open source. I created this tool last year when I could not find another MBT tool for Ruby. So I wrote my own. It uses an open source MBT tool called GraphWalker to generate tests, and can execute code in a Ruby class to drive test inputs to software.