Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1612 > unrolled thread

TextTest 3.28 - blackbox testing tool

Started byGeoff Bache <geoff.bache@gmail.com>
First post2015-03-12 11:46 +0100
Last post2015-03-12 11:46 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  TextTest 3.28 - blackbox testing tool Geoff Bache <geoff.bache@gmail.com> - 2015-03-12 11:46 +0100

#1612 — TextTest 3.28 - blackbox testing tool

FromGeoff Bache <geoff.bache@gmail.com>
Date2015-03-12 11:46 +0100
SubjectTextTest 3.28 - blackbox testing tool
Message-ID<mailman.292.1426161626.21433.python-announce-list@python.org>
Dear all,

The latest release of TextTest includes
- New commenting feature added to the HTML report.
- HTML report now automatically cleans old runs.
- New feature in static GUI for experimenting with run dependent text.
- "Rerun" functionality overhauled, can now load rerun results into
original run.
- Bug fixes. Cloud support more reliable.
and many other things besides.

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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web