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


Groups > comp.lang.python.announce > #1418

TextTest 3.27 - blackbox testing tool

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <geoff.bache@gmail.com>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.012
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'python.': 0.02; 'url:sourceforge': 0.03; 'ec2': 0.05; 'output': 0.05; 'url:launchpad': 0.05; 'bzr': 0.09; 'executable': 0.09; 'git': 0.09; 'homepage:': 0.16; 'to:addr:python-announce-list': 0.16; 'usable': 0.16; 'all,': 0.19; 'written': 0.21; 'command': 0.22; 'cloud': 0.22; 'controlling': 0.24; 'testing': 0.29; 'url:bugs': 0.29; 'url:code': 0.29; 'list:': 0.30; 'message- id:@mail.gmail.com': 0.30; 'download:': 0.31; 'testing.': 0.31; 'text': 0.33; 'running': 0.33; 'framework': 0.33; 'packaging': 0.33; 'tool': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'useful': 0.36; 'url:org': 0.36; 'should': 0.36; 'reports': 0.37; 'performance': 0.37; 'being': 0.38; 'skip:& 20': 0.39; 'functional': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'release': 0.40; 'different': 0.65; 'dear': 0.65; 'management': 0.65; 'latest': 0.67; 'header:Reply-To:1': 0.67; 'line,': 0.68; 'reply-to:no real name:2**0': 0.71; 'behavior': 0.77; '.....': 0.78; 'received:mail-ob0-x22f.google.com': 0.84; 'subject:tool': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:date:message-id:subject:from:to:content-type; bh=oMwYzFLZt1aqz1Mx64pa7yC/D4JREjCX9T8YGQDJ/Dw=; b=aLmOJOYbjxVPYUTT5EVu7lPjCW7/MeqMcxAl4sc/jLU4Kplfip2pm6vh6RXz4dHaoL F531P6Aq2Y9Z8s74iJ/DOdnBq0eWnCpqpo+JKrszwYSGKEpRUoCQIKnlWYYxwsxWArcb 0+NCedqc3PnzsfpgQsq6DeQl3Yrquz5C1XmV5if47eG4fNFRIdKmxZq85dwbLGvBOqD8 lt8SOogn9KU3RbCm+tjGXmNNLGScznwumx/Ws8JQX0goslVYNffBsc2WyCyQTAHZb5YT K1LVVWl3UD74QgjjUsq2yCN2oyWasWEQGlyi4aU7ZdS9R/UFQZq+Ix+6bAxzws5nud16 SFJw==
MIME-Version 1.0
X-Received by 10.60.142.202 with SMTP id ry10mr10906890oeb.79.1411742006454; Fri, 26 Sep 2014 07:33:26 -0700 (PDT)
Date Fri, 26 Sep 2014 16:33:26 +0200
Subject TextTest 3.27 - blackbox testing tool
From Geoff Bache <geoff.bache@gmail.com>
To python-announce-list@python.org
X-Mailman-Approved-At Sat, 27 Sep 2014 07:49:50 +0200
Content-Type text/plain; charset=UTF-8
X-Content-Filtered-By Mailman/MimeDel 2.1.15
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To python-list@python.org, geoff.bache@pobox.com
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.14412.1411796990.18130.python-announce-list@python.org> (permalink)
Lines 25
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1411796990 news.xs4all.nl 2916 [2001:888:2000:d::a6]:46751
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:1418

Show key headers only | View raw


Dear all,

The latest release of TextTest includes
- Support for parallel testing using EC2 cloud
- Packaging and release process should now be smoother
- Now integrates with Git as well and bzr and hg.
- Performance data in HTML reports overhauled
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

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

TextTest 3.27 - blackbox testing tool Geoff Bache <geoff.bache@gmail.com> - 2014-09-26 16:33 +0200

csiph-web