Posted by Sébastien Lachance with Comments (0)
As promised, I will return back everything I have learned about Selenium. I invite you to go the OpenQA web site for additional information. If you stick with me for this series of article, you will get a great quick start to create good acceptances tests. Selenium IDE (Integrated Development Environment) is a Firefox extension that records your actions on a page. Then you can execute them back with the IDE or with other version of Selenium (Selenium Remote Control is one of them). First step : Download Firefox Second step: Install Selenium IDE extension on your browser
(If , for some reason, the Selenium IDE can't replay your test, switch to a previous version.)
Third step : Record your first test
Now, maybe the replay has not worked and you got some errors. This will be covered in the next post when I will show you how to add others commands to your Selenium test.
Here is some features found in the interface:
A lot more is possible and this is only the beginning. If you find missing information, just leave a comment, and I will update the post. Selenium IDE Getting Started Series
Related posts