Site icon TestingDocs.com

How to record Selenium Test using Selenium IDE?

Overview

In this tutorial, let’s see the steps involved to record selenium test case using the Selenium IDE test tool.

Features of the Tool

https://www.testingdocs.com/questions/what-are-the-features-of-selenium-ide/

Record Selenium Test

Open Firefox Browser / Google Chrome browser that has the Selenium IDE installed.

Launch the IDE Welcome screen from the browser menu bar. Click on the Selenium icon to launch the tool.

There are several actions you take on this screen. To create a new project click on Create a new project link.

Click on the record button to record the actions performed on the web application.

Add the application base URL.

 

 

Perform the test case steps on the web application.

 

 

Once you are done with the recording click on the stop recording button.

Save the test case in the project.

More Information

More information on Selenium IDE

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

Exit mobile version