Saturday, December 22, 2012

Simple Selenium UI web Testing

Simple Selenium UI web Testing:

1. Download Firefox Selenium from
https://addons.mozilla.org/en-us/firefox/addon/selenium-expert-selenium-ide/

2. Restart firefox.

3. Go the the web URL you want to test it (May be to your login screen if your website required login credential)

4. From that url just click 'Tools' ->  'Selenium IDE'

5. Selenium IDE will be opened, it will be in default start recording your website action.

6. Now in your website do any action like login followed by searching products etc.

7. Now come to selenium IDE, stop the recording and execute the command by clicking play.

8. Web-browser automatically open by selenium and do all the activities earlier manually performed!

Thansk to Selenium :)





No comments:

Post a Comment