strongwind 0.9-1 source package in Ubuntu

Changelog

strongwind (0.9-1) unstable; urgency=low

  * Initial Release. (Closes: #588883)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  02 Nov 2010 13:17:08 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Natty
Original maintainer:
Lei Wang
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Natty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
strongwind_0.9.orig.tar.gz 50.4 KiB 6a5b18a3b8674fc83c75e60e6e81482a5bbb4b8d658c801cd24c569bd1cee990
strongwind_0.9-1.debian.tar.gz 2.4 KiB 51a825253d8ad492a6a14a02da980c6e4c00d5d8da961d0607c7a0b145a561b6
strongwind_0.9-1.dsc 1.1 KiB 85a19240cbcad65b1985c67213469282f26d649748ec31cb8d2cfb5e8f609c55

View changes file

Binary packages built by this source

python-strongwind: dogtail inspired GUI test automation framework

 Strongwind is a GUI test automation framework inspired by dogtail. Strongwind
 is object-oriented and extensible. You can use Strongwind to build
 object-oriented representations of your applications ("application wrappers"),
 then reuse the application wrappers to quickly develop many test scripts.
 Strongwind scripts generate a human-readable log that contains the action,
 expected result and a screen shot of each step. Most simple actions are logged
 automatically.
 .
 Strongwind is written in Python and uses the pyatspi library to manipulate and
 query the state of applications. Strongwind automatically classifies widgets by
 their ATK role. By default, Strongwind provides implementations for common
 actions on regular widgets -- for example, selecting an item in a menu or
 asserting that a window has closed -- but you can extend Strongwind's
 implementations or add your own implementations for custom widgets to handle
 alternate behaviors or custom widgets in your applications.