Differences between revisions 1 and 2
Revision 1 as of 2007-09-28 13:01:59
Size: 1215
Editor: dslb-084-058-232-124
Comment:
Revision 2 as of 2009-01-07 21:08:42
Size: 1311
Editor: dslb-084-059-008-219
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:

** NEW ** Now using [http://bromine.seleniumhq.org/ Bromine] for running the Selenium tests.

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.

** NEW ** Now using [http://bromine.seleniumhq.org/ Bromine] for running the Selenium tests.

CompleteSearch: completesearch/SeleniumRC (last edited 2009-01-15 23:17:20 by dslb-084-058-230-209)