Site icon TestingDocs.com

Record Test Script using Selenium IDE

Overview

In this tutorial, we will learn steps involved to Record Test Script with Selenium IDE tool. Let’s record a sample test using Selenium IDE.

Record Test Script

Selenium IDE 3.x

To start recording tests using the IDE, you need to create a project. To record a test in a brand new project choose the link:  Record a new test in a new project.

Steps to create a project : https://www.testingdocs.com/create-a-new-project-in-selenium-ide/

Click on the REC start recording button as shown below:

 

 

Setup Project Base URL.

Enter project BASE URL and Click on the START RECORDING button.

Perform the actions on the web application. The tool will record the actions performed on the application.

 

After the action Stop the recording by clicking on the Red button.

Click on the Floppy disk icon to Save the Test. For example TestLinkLoginTest

 

We can see that the tool recorded the action performed in the Test window.

Selenium IDE 2.x

** This is old version and now deprecated and no longer valid**

 

Selenium IDE Tutorial page:

https://www.testingdocs.com/selenium-ide-tutorials/

For More information on Selenium IDE:

https://www.selenium.dev/selenium-ide/

Exit mobile version