The Selenium-IDE is the tool you use to test any website if it’s working properly or not. Just have to enter Url of your website, and entering different set of input and checking your website. Selenium will take different set of input and will generate different Selenium test cases. Selenium-IDE is an Firefox plugin and the most efficient way to develop test cases.selenium-TEST

How To Test Your Website Using Selenium

STEP 1 :- Download Selenium Plugin for Firefox Browser.

STEP 2 :- Now Firefox Plugin Pop ups will come saying Install Now Click on it and it will start installing, Once finished installation Process restart your Firefox browser.

STEP 3 :- Goto Firefox Tools Menu and select Selenium-IDE, Now Selenium will open in new Window.

STEP 4 :- Now Enter your URL in Base Url such as (http://www.redicals.com)

STEP 5 :- On left Side of Selenium there would be red color button (record) called record button, Press it. Now it start recording all your test cases.

Now Browse your website, Such as Log-in Page, registration Page etc and test some cases by entering wrong input and check if it’s working or not. If you enter wrong Input then Selenium should alert you by giving failure Message.

Write A Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.