Hi,
I am looking for a testing framework.
We currently have a home Perl script that goes through the input files, invoking an AWK script, which in turn connects to the server, then collects the result and compares it with the saved output file. This is done on Linux. More than 100 tests are currently underway. We are planning a major refactoring, and I want to update the test system and tests first.
Regarding infrastructure requirements, I want a system that can logically collect tests into test packages, automatically detect test files, and create test prerequisites / dependencies. I watched QMTest and the Google Robot Framework. I would rather expand the existing system than do the heavy lifting of a very small Perl script, which now passes the tests. Perl is not a requirement. Actually, I would prefer to use Python rather than Perl, but this is a personal opinion.
I am browsing http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks for possible frameworks.
thanks
Gerry source share