1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: funkload
Section: web
Priority: extra
Maintainer: Toni Mueller <toni@debian.org>
Build-Depends: python, cdbs, debhelper (>= 5), docbook-to-man, python-docutils, python-central (>= 0.5), python-setuptools
XS-Python-Version: 2.4, 2.5
Standards-Version: 3.8.0
Package: funkload
Architecture: all
Depends: python (>= 2.4), python-central (>= 0.5), python-pkg-resources, python-webunit (>= 1:1.3.8)
Conflicts: python-webunit (>= 1:1.3.9)
Recommends: tcpwatch-httpproxy, python-gdchart2, python-docutils
XB-Python-Version: ${python:Versions}
Description: web testing tool
This web testing tool is designed to allow testing the functionality
and performance of web applications in the same spirit as Perl's
WWW::Mechanize. The tool supports recording clicks through a website,
saving them into a Python class which you can later modify, and
playing them back later. This allows you to script your web
applications. 'funkload' also supports performance and load testing
your applications. The package was specifically created with testing
Zope applications in mind.
.
|