Friday, August 22, 2008

steps to use Selenium IDE

Following are the steps to use Selenium IDE:
1. Install Selenium IDE in Firefox.
2. Launch Firefox and the web-app you wanted to test.
3. Now, launch Selenium IDE (Tools->Selenium IDE)
4. By default, the IDE will be in recording mode.
5. From Options, Select HTML Format.
6. Start recording some actions and make sure they are coming on Selenium IDE.
7. In recording mode, if you right click on any element, all the available selenium commands are shown.
8. Editing existing command is possible, by selecting it and editing on the text boxes available.
9. One can also insert/delete commands by choosing appropriate option after right clicking.
10.Choose appropriate speed, to run or test runner and review your results.

No comments: