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 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.