Friday, September 27, 2013

Now record your first test with Selenium IDE

Now record your first test with Selenium IDE


We are going to record our first test using Selenium IDE. To start recording the tests we will
need to start Mozilla Firefox. Once it has been loaded, you will need to start Selenium IDE.
You will find it under the Tools dropdown menu in Mozilla Firefox or in the Web Developer
dropdown menu. Once loaded it will look like the next screenshot. Note that the record
button is engaged when you first load the IDE.

To start recording your tests let us do the following:
1. When in record mode, navigate to http://site.testing.com
2. On the Web Application do the following:
a. Click on the radio button.
b. Select another value from the drop-down box, for example,
Selenium RC.
c. Click on the Home Page link.




3. Your test has now been recorded and should look like the previous screenshot. Click
the play button that looks like this:

4. Once your test has completed it will look like this:



No comments:

Post a Comment