How to Create test suites in Selenium
Thu Mar 08, 2018 5:24 pm
Creating test suites in selenium
A test suite is a collection of tests. When using Selenium-IDE, test suites also can be defined using a simple HTML file. An HTML table defines a list of tests where each row defines the filesystem path to each test. An example tells it all.
The Test suite that contains One.html and Two.html
To create a test suite in Selenium IDE:
The Test suite that contains One.html and Two.html
To create a test suite in Selenium IDE:
Learn how to use Selenium, from beginner basics to advanced techniques, with online video tutorials taught by industry experts. Enroll for Free Selenium Training Demo!
1. Open Selenium IDE
2. Go to File>New Test Suite
3. To add test cases: Go to File>Add test case
4. Navigate to the location of your test case
5. Click on Add
6. Repeat steps 3-5 for more test cases
2. Go to File>New Test Suite
3. To add test cases: Go to File>Add test case
4. Navigate to the location of your test case
5. Click on Add
6. Repeat steps 3-5 for more test cases
The Test suite that contains One.html and Two.html
- Go to File>Save Test Suite
- Enter a file name
- Click on Save
When the Run Entire Test Suite button is clicked, it will run all the tests in the test suite. It will log all the passes and failures at the bottom of the Test Case box.
To save this, click on the File menu and then click on Save Test Suite and save the Test Suite file to somewhere convenient.
To save this, click on the File menu and then click on Save Test Suite and save the Test Suite file to somewhere convenient.
Permissions in this forum:
You cannot reply to topics in this forum