The 2nd Annual Google Test Automation Conference (GTAC) in New York on August 23 and 24. Jason Huggins Extending Selenium into the Browser and out to the Grid video.
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.
Selenium IDE is one of the easiest ways to automate a web application quickly and it is the only flavor of Selenium that will record and play. Like other flavors of Selenium it will work in multiple browsers on multiple platforms.
You might want to use Selenium IDE to perform a quick and dirty test if the data and site never changes and is only used for a shirt while like perhaps a couple of days. But if I want to use it longer term, I might try something else like Selenium Remote Control.
Some basic steps to use Selenium IDE:
Install Selenium IDE (I installed it in Firefox for this example)
Open Firefox and go to the link you want to test
Launch Selenium IDE
By default you will be in Record mode
Select HTML Format
Click on some links, enter some text for your web application under test
I have worked over 10 years in the Software Quality Assurance Industry and this is website is way for me to share some of my experience and is my gift back to the community.
I plan to share some of my experiences with Open Source Automation tools as well as some Commercial ones I have used in the past. I’ll share some information on:
Planning a Test Automation Project
Choosing the write tool
The What, Why, How and When of Test Automation
Tips using some popular tools & frameworks including Junit, HTTPUnit, Selenium, Watir and Wet