- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to create nested test suites for Selenium IDE?
We can create nested test suites for Selenium IDE. A group of tests constitutes a test suite. First, to create a test suite we have to follow the below steps as listed below −
Step1: Launch Selenium IDE. Then click on Create a new project link.
Step2 − Provide the PROJECT NAME. Then click on OK.
Step3 − Select Test Suites from the dropdown under the Project name. Then click on + button.
Step4 − Add SUITE NAME, then click on ADD.
Step5 − The new suite Test_Suite1 gets created. Click on it and select the option Add tests.
Repeat the steps 3 and 4, to create additional test suites to have nested test suites in Selenium IDE.
- Related Articles
- How to use Selenium IDE?
- How test runner prioritize test classes for execution in Selenium?
- How do I use Selenium IDE?
- How to convert commands recorded in Selenium IDE to Java?
- Why Selenium IDE is not used for dynamic Website testing?
- How to select value from a drop down using Selenium IDE?
- Difference between selenium IDE, RC & WebDriver.
- How to create nested Python dictionary?
- Test for existence of nested JavaScript object key in JavaScript
- How to give manual input from user while running Selenium IDE script?
- How to verify specific text exists within an attribute in Selenium IDE?
- How do you focus on new windows with selenium ide?
- How to run multiple test cases using TestNG Test Suite in Selenium?
- How to create a test runner file for Cucumber in Java?
- How to run Selenium WebDriver test cases in Chrome?

Advertisements