Download List

專案描述

Python Browser Poseur (PBP) is a Web test tool based on John J. Lee's mechanize. It exposes the browser functionality at the level of a shell-like interpreter so that testers can quickly write tests in a simple language designed specifically for that purpose. Anyone familiar with a command line should be able to write test scripts for even the most complex Web applications.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-07-07 06:50
0.3.0

This release features a much-requested command to let
testers set the user-agent string and impersonate a different
browser, an 'echo' command for writing text into the output,
well-behaved shell exit status (>0 if there's a script error),
and some fixes for form bugs.
標籤: Major feature enhancements

2004-05-21 22:33
0.2.2

The major addition is Buildbot support. This allows PBP to be run as part of an automated test cycle. This release also fixes a bug with the [stopat] parameter of the submit command, and adds fv as a synonym for the formvalue command.
標籤: Minor feature enhancements

2004-05-17 22:48
0.2.1

When running in batch mode on Unix, scripts will exit cleanly instead of hanging.
標籤: Major bugfixes

2004-05-13 00:43
0.2.0

This release supports configurable timeouts, which allows it to recover from a hung browsing session, and Python plugins, which allows it to call Python code that does such tasks as interacting directly with the database when testing a database-backed Web application.
標籤: Major feature enhancements

2004-05-08 13:05
0.1.0

標籤: Initial freshmeat announcement

Project Resources