Требуется создать runnable jar файл, который запускает тест.
Сами тесткейсы могут быть любыми, желательно сделать регистрацию на любом сайте и проверку логинавыхода.
Description:
Write an acceptance test with Selenium/WebDriver in Java by using the
PageObjectDesign pattern.
The test should contain the following test cases:
Test Cases
1. Open a domain of your choice (
for
example)
2. Click on any link
3. Register a new user (you can use a provider which offers disposable mails, like
trashmail)
4. Logout
5. Login
Result
Create a runnable jar which contains your acceptance test, your source files and
all required dependencies.
If you have done everthing right, "java -jar <your_jar_file>" should start your
acceptance test