Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2009-01-07 21:08:42
Size: 1311
Editor: dslb-084-059-008-219
Comment:
Revision 4 as of 2009-01-07 21:35:50
Size: 1342
Editor: dslb-084-059-008-219
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
 * with test cases written by you in languages like PHP and using the Selenium (proxy) server (written in Java) [wiki:Self:completesearch/SeleniumRC/SeleniumServer [read more]].  * with test cases written by you in languages like PHP and using the Selenium (proxy) server (written in Java) [wiki:Self:completesearch/SeleniumRC/SeleniumServer [read more]]
 * with [wiki:Self:completesearch/SeleniumRC/Bromine Bromine], a browser based QA tool for organizing Selenium tests ** NEW **
Line 18: Line 19:

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

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