TextTest 3.22 -blackbox testing with a Python slant

Geoff Bache geoff.bache at gmail.com
Mon Nov 21 21:04:01 CET 2011


Dear all,

There are quite a few enhancements and fixes in the latest release of
TextTest, here's what
I picked out as the most notable:

1) It now has an all-in-one Windows installer

2) The HTML report is more sophisticated, it has gained facilities for
searching and filtering tests. See the example at
http://texttest.carmen.se/include/documentation/documentation_3_22/htmlreport_example/hello/test_normal.html
for what this looks like now.

3) There are new constructs to aid with complex run-dependent text and
also with copying test data into the sandbox.

Regards,
Geoff Bache
....
TextTest is a tool for automatic text-based functional testing. This
means running a batch-mode executable in lots of different ways from
the command line, and using the text output produced as a means of
controlling the behavior of that application. As well as being usable
"standalone", it is an extendable framework for black-box testing
written in Python. It's also useful as a test management tool wrapping
some other test tool as a test runner.

Homepage: http://www.texttest.org
Download: http://sourceforge.net/projects/texttest
Mailing list: https://lists.sourceforge.net/lists/listinfo/texttest-users
Bugs: https://bugs.launchpad.net/texttest
Source: https://code.launchpad.net/texttest


More information about the Python-announce-list mailing list