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 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

这个版本的特点是多请求的命令,以使测试设置用户代理字符串,并编写成模拟输出文本的浏览器,一个'回声'命令,乖巧的外壳退出状态(“0如果有一个脚本错误) ,并形成一些漏洞修复。
标签: Major feature enhancements
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.

2004-05-21 22:33
0.2.2

此外主要是Buildbot支持。这使得青霉素是一种运行自动化测试周期的一部分。此版本还修复了与[stopat错误]的提交命令参数,并增加抗体作为formvalue命令的代名词。
标签: Minor feature enhancements
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.

2004-05-17 22:48
0.2.1

当在Unix批处理模式下运行,脚本将退出干净,而不是挂。
标签: Major bugfixes
When running in batch mode on Unix, scripts will exit cleanly instead of hanging.

2004-05-13 00:43
0.2.0

此版本支持可配置的超时,这使得它能够恢复挂起浏览会话,和Python插件,这使得它调用的Python代码,不作为时与交互测试数据库的数据库支持的Web应用程序直接等任务。
标签: Major feature enhancements
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.

2004-05-08 13:05
0.1.0

标签: Initial freshmeat announcement

Project Resources