StoryText 3.12 - GUI testing tool

2015-03-13 Thread Geoff Bache
description and NatTable support being more mature and complete Regards, Geoff Bache A bit more detail: StoryText is an unconventional GUI testing tool for PyGTK, Tkinter, wxPython, Swing and SWT along with a Python framework for testing GUIs in general. Instead of recording GUI mechanics

TextTest 3.28 - blackbox testing tool

2015-03-12 Thread Geoff Bache
o 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 p

TextTest 3.27 - blackbox testing tool

2014-09-26 Thread Geoff Bache
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

CaptureMock 1.1 - true record/replay mocking for Python

2014-08-26 Thread Geoff Bache
Hi all, Version 1.1 adds support for Python3.3, and also directly intercepting classes as well as modules or functions. Regards, Geoff Bache More detail: CaptureMock is a tool for creating mocks via a "true" capture-replay style approach. It records interactions to a separate file

StoryText 3.11 - GUI testing tool

2014-05-08 Thread Geoff Bache
rts NatTables - Swing part now works around Abbot bug with closing windows being very slow Regards, Geoff Bache A bit more detail: StoryText is an unconventional GUI testing tool for PyGTK, Tkinter, wxPython, Swing and SWT along with a Python framework for testing GUIs in general. Instead

CaptureMock 1.0 - true record/replay mocking for Python (and other things...)

2014-04-04 Thread Geoff Bache
appear - Client-server support now handles XMLRPC servers Regards, Geoff Bache More detail: CaptureMock is a tool for creating mocks via a "true" capture-replay style approach. It records interactions to a separate file which can then be used for replay in future runs. It is thus not

StoryText 3.10 - GUI testing tool

2013-11-04 Thread Geoff Bache
Hi all, The 3.10 release features the following: - Many enhancements for SWT/Eclipse and wxPython. - Some general new features also, mostly in the editor. Regards, Geoff Bache A bit more detail: StoryText is an unconventional GUI testing tool for PyGTK, Tkinter, wxPython, Swing and SWT along

TextTest 3.26 - blackbox testing tool

2013-11-04 Thread Geoff Bache
, 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

StoryText 3.9 - GUI testing tool

2013-01-24 Thread Geoff Bache
Hi all, The 3.9 release features the following: - Many improvements for SWT/Eclipse - A key bugfix for Swing and Java 7 - Improvements to the usecase editor GUI Regards, Geoff Bache A bit more detail: StoryText is an unconventional GUI testing tool for PyGTK, Tkinter, wxPython, Swing and SWT

TextTest 3.25 - blackbox testing tool

2013-01-24 Thread Geoff Bache
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

TextTest 3.24 - blackbox testing tool

2012-10-06 Thread Geoff Bache
Dear all, There are many enhancements and bug fixes, notably - Tests run in parallel if run locally on a multicore machine - Improved handling of knownbugs - New possibility to split up long result files with many different changes present. Regards, Geoff Bache TextTest is a tool for

StoryText 3.8 - GUI testing tool

2012-10-06 Thread Geoff Bache
anism added for synchronising on external events - Possibilities to filter out certain widget types from the description - Many improvements to SWT/Eclipse RCP/GEF support which continues to mature - Some improvements and fixes for Swing also - Support for PyGTK apps using gtk.Builder added Regards,

TextTest 3.23: blackbox testing tool

2012-06-21 Thread Geoff Bache
Dear all, There are many enhancements and bug fixes, notably - Tests run in parallel if run locally on a multicore machine - Improved handling of knownbugs - New possibility to split up long result files with many different changes present. Regards, Geoff Bache TextTest is a tool for

StoryText 3.7 - GUI testing tool

2012-05-23 Thread Geoff Bache
. Regards, Geoff Bache A bit more detail: StoryText is an unconventional GUI testing tool for PyGTK, Tkinter, wxPython, Swing and SWT along with a Python framework for testing GUIs in general. Instead of recording GUI mechanics directly, it asks the user for descriptive names and hence builds up

StoryText (ex PyUseCase) 3.6.1 - GUI test tool written in Python

2011-11-22 Thread Geoff Bache
rious enhancements and bugfixes been done on the SWT /Eclipse RCP side, and some minor enhancements and bugfixes for PyGTK. Regards, Geoff Bache A bit more detail: StoryText is an unconventional GUI testing tool for PyGTK, Tkinter, wxPython, Swing and SWT along with a Python framework for testing GUIs in ge

TextTest 3.22 -blackbox testing with a Python slant

2011-11-22 Thread Geoff Bache
e 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 Tex

CaptureMock 0.3 - true record/replay mocking for Python (and other things...)

2011-11-14 Thread Geoff Bache
Hi all, There's a new release of CaptureMock out. For Python users the main enhancement/fix is that you can now inherit from classes that are intercepted while not intercepting your derived class itself (if you follow that). Regards, Geoff Bache More detail: CaptureMock is a tool for cre

CaptureMock 0.2 - true record-playback mocking for Python (and other things)

2011-06-10 Thread Geoff Bache
Hi all, There's a new release of CaptureMock out. For Python users it's mostly a collection of bugfixes on the original release, but it also adds new functionality to allow it to be used from other languages also. Regards, Geoff Bache More detail: CaptureMock is a tool for creating m

Fwd: PyUseCase 3.5.1: GUI test tool written in Python

2011-05-05 Thread Geoff Bache
Hi all, There's a bugfix release of PyUseCase out. It fixes general issues as well as some specific to SWT/Eclipse RCP and some specific to PyGTK. There are also some minor enhancements added to the SWT/Eclipse RCP support. Regards, Geoff Bache A bit more detail: PyUseCase is an unconvent

PyUseCase 3.5: GUI test tool written in Python

2011-04-02 Thread Geoff Bache
e download. Regards, Geoff Bache A bit more detail: PyUseCase is an unconventional GUI testing tool for PyGTK, Tkinter, wxPython and SWT along with a framework for testing Python GUIs in general. Instead of recording GUI mechanics directly, it asks the user for descriptive names and hence builds up

CaptureMock 0.1 - honestly not just yet another mocking framework!

2011-03-27 Thread Geoff Bache
similar. Any feedback much appreciated. I've been using it for some time, it's been hardwired into my TextTest tool until now, but it should be regarded as Alpha outside that context for obvious reasons... Regards, Geoff Bache -- http://mail.python.org/mailman/listinfo/python-announ

TextTest 3.21 : blackbox testing with a Python slant

2011-03-27 Thread Geoff Bache
cross the board. 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

PyUseCase 3.4.1: Python GUI test tool

2010-11-26 Thread Geoff Bache
then regretted. Regards, Geoff Bache A bit more detail: PyUseCase is an unconventional GUI testing tool for PyGTK,Tkinter and wxPython, along with a framework for testing Python GUIs in general. Instead of recording GUI mechanics directly, it asks the user for descriptive names and hence builds

TextTest 3.20 : blackbox testing with a Python slant

2010-09-30 Thread Geoff Bache
a rerun of the test up to a certain number of times Note this release requires at least Python 2.6 and PyGTK 2.16 now. 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

PyUseCase 3.4: Python GUI test tool

2010-09-30 Thread Geoff Bache
. The legacy instrumentation-based interface has now been removed. Full details are in the ChangeLog in the download. Regards, Geoff Bache A bit more detail: PyUseCase is an unconventional GUI testing tool for PyGTK and Tkinter, along with a framework for testing Python GUIs in general. Instead of

PyUseCase 3.3 : GUI testing for PyGTK and Tkinter

2010-05-28 Thread Geoff Bache
download for full details. Regards, Geoff Bache A bit more detail: PyUseCase is an unconventional GUI testing tool for PyGTK and Tkinter, along with a framework for testing Python GUIs in general. Instead of recording GUI mechanics directly, it asks the user for descriptive names and hence builds up

ANN: PyUseCase 3.2.1 - GUI testing for PyGTK and Tkinter

2010-03-05 Thread Geoff Bache
Hi all, I've made a couple of bugfixes to the 3.2 release from last week. Regards, Geoff Bache A bit more detail: PyUseCase is an unconventional GUI testing tool for PyGTK and Tkinter, along with a framework for testing Python GUIs in general. Instead of recording GUI mechanics directl

ANN: TextTest 3.17

2010-02-26 Thread Geoff Bache
rs like Hudson. and many bugfixes and other improvements. See the mailing list for more details. 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

ANN: PyUseCase 3.2 - GUI testing for Python (PyGTK and now Tkinter)

2010-02-26 Thread Geoff Bache
his forward, I'd be interested to here from you - I'm very happy to help people get started. Regards, Geoff Bache A bit more detail: PyUseCase is an unconventional GUI testing tool for PyGTK and Tkinter, along with a framework for testing Python GUIs in general. Instead of recording

ANN: PyUseCase 3.0.1 - GUI testing for Python UIs

2009-12-09 Thread Geoff Bache
on or any logging on your part, it generates both for you. Regards, Geoff Bache Summary for those who haven't seen it before: PyUseCase is an unconventional GUI testing tool for PyGTK, along with a framework for testing Python GUIs in general. Instead of recording GUI mechanics directly, i

ANN: TextTest 3.16.1

2009-12-09 Thread Geoff Bache
n with the Jira bug tracker, and improvements to basic functionality like "run_dependent_text" and "collate_file". 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 t

TextTest 3.12.1 and PyUseCase 1.4.2 released!

2008-08-27 Thread Geoff Bache
Dear all, I combine these notices as both are bugfix releases, and they are released simultaneously because one depends on the other. See release notes in the downloads for details. Regards, Geoff Bache About (See http://www.texttest.org for more details): = TextTest is a tool for

PyUseCase 1.4.1 released!

2008-08-18 Thread Geoff Bache
time. Regards, Geoff Bache About PyUseCase (See also http://www.texttest.org/index.php?page=concepts&n=xusecase): = PyUseCase is a record/replay layer for Python GUIs. It consists of two modules: usecase.py, which is a generic framework for all Python GUIs (or even non-GUI prog

TextTest 3.12 released!

2008-08-18 Thread Geoff Bache
iew of exactly what has been run. There is also a new plugin for Bugzilla version 3. On Windows, you now need at least Python 2.5.1. The tests for itself will now run out of the box with no setup. There are many more minor enhancements and bug fixes. Regards, Geoff Bache About (See http://www.t