I need a framework for my testing (my job is testing a new electronic interlocking system).
I’ve used the Perl Test Harness in the past. A new effort is underway with TAP.
I’ve started writing a TAP::Harness package in Python. It’s slow going because I’m trying to do many things at the same time:
– learn Python
– understand the existing Test harness
– structure my package, keeping view of what I’m trying to achieve
– define in-house coding rules for the test team
It’s fun and it beats writing test plans anytime!
