Course Content
Selenium Python First Script
Selenium Python First Script
0/2
HTML Form elements
HTML Form elements
0/1
Handle HTML Frames
Handle HTML Frames
0/2
Handling Dropdown Lists
Handling Dropdown Lists
0/2
Selenium Action class
Selenium Action class
0/1
Selenium Python for Beginners [ 2024 ]
About Lesson

Run Selenium IDE Tests

There are two options for running the tests from the tool.

  • Run Single test
  • Run Test Suite

A test suite is a collection of test cases. You can create a test suite by clicking on the “Tests” tab and adding the test cases you want to include.

Run Single Test Case

To run a single test, follow the below steps:

  • Launch Selenium IDE.
  • Open the test project.
  • Select the test case you want to run from the left-hand pane.
    Click the play button (triangle icon) to execute the test case.
  • Selenium IDE will open a new browser window and execute the recorded steps.

Run Selenium IDE Tests

Run Test Suite

  • Click the play button ( triangle icon and three lines icon ) next to the suite name to run all test cases in the suite sequentially.
Join the conversation