Introduction to Selenium IDE
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
- Stop your test
- Now run it
Technorati Tags: Automated Testing, java testing, Selenium IDE