Testing with Selenium remote control (short: SeleniumRC)

Homepage: [http://www.openqa.org/selenium-rc/ http://www.openqa.org/selenium-rc/]

"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)." [from: http://pear.php.net/package/Testing_Selenium]

There are two ways to use SeleniumRC:

We use a mixture of both ways: writing new tests and debugging is easy with the Selenium IDE. Then we export the test as PHP and integrate the generated code in our test classes.

CompleteSearch: completesearch/Markus/TestingWithSeleniumRemoteControl (last edited 2007-09-28 12:45:20 by dslb-084-058-232-124)