| PEAR Announce 2007-10-15, 7:03 pm |
| The new PEAR package Testing_Selenium-0.4.0 (beta) has been released at http://pear.php.net/.
Release notes
-------------
- Adjusted for compatibility with Selenium Remote Control 0.9.2
- See http://www.openqa.org/selenium-rc/release-notes.html
Package Info
------------
PHP Client for the Selenium Remote Control test tool
Selenium Remote Control (SRC) is a test tool that allows you to write
automated web application UI tests in any programming language against
any HTTP website using any mainstream JavaScript-enabled browser. SRC
provides a Selenium Server, which can automatically start/stop/control
any supported browser. It works by using Selenium Core, a pure-HTML+JS
library that performs automated tasks in JavaScript; the Selenium
Server communicates directly with the browser using AJAX
(XmlHttpRequest).
L<http://www.openqa.org/selenium-rc/>
This module sends commands directly to the Server using simple HTTP
GET/POST requests. Using this module together with the Selenium
Server, you can automatically control any supported browser.
To use this module, you need to have already downloaded and started
the Selenium RC Server. (The Selenium Server is a Java application.)
Related Links
-------------
Package home: http://pear.php.net/package/Testing_Selenium
Changelog: http://pear.php.net/package/Testing.../download/0.4.0
Download: http://download.pear.php.net/packag...enium-0.4.0.tgz
Authors
-------
Shin Ohno <shin@php.net> (lead)
Bjoern Schotte <bjoern@thinkphphq.de> (developer)
|