About Lesson
Selenium IDE Project
Selenium IDE project is a collection of Test suites the tester records for the web application testing.
A test suite is a collection of Selenium tests or Test cases. It can be created for logically related tests.
A test consists of test steps with pass or fail criteria. Test commands are actions performed on the web pages.
Create SIDE Project
Launch Chrome browser.
Click on the Selenium IDE extension icon in the top right corner.
Click on the Create a new project link.
Provide a project name for your project.
You can now record your tests and add them to the project.
Join the conversation