Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'url:sourceforge': 0.03; 'static': 0.04; 'output': 0.05; 'url:launchpad': 0.05; 'report.': 0.07; 'executable': 0.09; 'bug': 0.12; 'gui': 0.12; 'cleans': 0.16; 'fixes.': 0.16; 'homepage:': 0.16; 'to:addr:python-announce-list': 0.16; 'usable': 0.16; 'all,': 0.19; 'dependent': 0.19; 'written': 0.21; 'command': 0.22; 'cloud': 0.22; 'load': 0.23; 'controlling': 0.24; 'text.': 0.24; 'testing': 0.29; 'feature': 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; 'run': 0.32; 'text': 0.33; 'running': 0.33; 'framework': 0.33; 'tool': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'useful': 0.36; 'url:org': 0.36; 'being': 0.38; 'skip:& 10': 0.38; 'skip:& 20': 0.39; 'functional': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'release': 0.40; 'new': 0.61; 'more': 0.64; 'different': 0.65; 'dear': 0.65; 'management': 0.65; 'latest': 0.67; 'header :Reply-To:1': 0.67; 'line,': 0.68; 'results': 0.69; 'reply-to:no real name:2**0': 0.71; 'behavior': 0.77; '.....': 0.78; 'commenting': 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=7cxffYJVLZdseNdMB+qcTXKG5k766lX2q1pEieBQ9X0=; b=SmbwkmKtnw8XXKnv6hhsohC/aBNgKqwRSgdLb29qljDzKFewjMmJz6k0Wm+jZr+j24 FXJXu4AyZxhPCEw1542HmA0fxbCrv74veYyEigCw8fsMoNquV5OOiNCoa7lY8h8MjJf+ akpv3lKCjmh/Bv2w1mRCtbYzCWnKkTdWZckFw4nWEvZ+4BhqUyraPAuCZyYFLZ2CHzjz iVlafFuH5bN3nnGVkeo0J2ePMArJyQQhGnRzbRZL3sjSX5Djga69EN00L5jbR8YWwbE6 2E8oAz755SY1OfO+NqkEX6V+cLvOjZMN2BwDdoFRenLn+njRkMrm2LlSW+QEVCjKMuaG EDwA== MIME-Version: 1.0 X-Received: by 10.182.22.137 with SMTP id d9mr33658423obf.67.1426157190048; Thu, 12 Mar 2015 03:46:30 -0700 (PDT) Reply-To: geoff.bache@pobox.com Date: Thu, 12 Mar 2015 11:46:30 +0100 Subject: TextTest 3.28 - blackbox testing tool From: Geoff Bache To: python-announce-list@python.org X-Mailman-Approved-At: Thu, 12 Mar 2015 13:00:25 +0100 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.19 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.19 Precedence: list List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1426161626 news.xs4all.nl 2903 [2001:888:2000:d::a6]:52520 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1612 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