Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
azharuddin
azharuddin
Active particpant
Active particpant
Posts : 13
Join date : 2017-02-03
Age : 31
Location : Hyderabad
https://jovisoftsolutions.com

How to Create test suites in Selenium Empty 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:
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
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.
Back to top
Permissions in this forum:
You cannot reply to topics in this forum