Hi Andrew @andrewlorien,
Thank you for commenting on SeleniumHQ/selenium#1653.
How do you you use Selenium IDE? Only for capturing and exporting the tests to WebDriver? If you also run the tests in Selenium IDE, you will benefit from SelBlocksGlobal and SeLite.
SeLite allows you to re-use parts of test cases through functions: function...endFunction. It adds control statements - if...endIf, for...endFor. It supports custom configuration fields at granular level - good for sharing in team.
See http://selite.github.io.
Hi Andrew @andrewlorien,
Thank you for commenting on SeleniumHQ/selenium#1653.
How do you you use Selenium IDE? Only for capturing and exporting the tests to WebDriver? If you also run the tests in Selenium IDE, you will benefit from SelBlocksGlobal and SeLite.
SeLite allows you to re-use parts of test cases through functions: function...endFunction. It adds control statements - if...endIf, for...endFor. It supports custom configuration fields at granular level - good for sharing in team.
See http://selite.github.io.