-
Notifications
You must be signed in to change notification settings - Fork 3
Home
The selenese4j-maven-plugin provides a way to convert selenium html scenario to either 'Selenium' Junit Test classes or 'WebDriver' JUnit Test Classes. A Junit suite test class is also generated if you want to run all of your Junit test classes with a particular order. It supports internationalisation (i18n) and tokenization of all parts of a selenese command. It is also possible to inject java snippet directly from html scenario. Refer to the others section to get further information.
Tutorial
Documentation
[How to automate your selenium RC tests with the customized html scenario](wiki/Writing Automate Selenium Testing Integrations)
[How to automate your selenium WebDriver tests with the customized html scenario](wiki/Writing Automate WebDriver Testing Integrations)
Have fun.