Introduction to Selenium Remote Control
Selenium Remote Control I think of as a more robust, ‘best-practice’ solution to functional automation of a website.
You basically install the “Remote Control” then you can you can write your tests in most languages including Java, Perl, Python, Ruby, PSP. And then you can run your tests from the command line.
- Install and configure Selenium RC.
- Make sure your Selenium RC server is running.
- RC will act as a proxy for your browser
Works with multiple platforms including Windows, Mac OSX and Linux. And browsers including Internet Explorer, Firefox, Opera, Safari. More details is at Selenium Remote Control Docs.
Technorati Tags: Selenium, Selenium Remote Control