An open API service indexing awesome lists of open source software.

https://github.com/sanjoy-sust/seleniumjunit

This is a sample project to test UI with selenium web driver with Junit
https://github.com/sanjoy-sust/seleniumjunit

facebook-auto facebook-login junit junit4 selenium selenium-java selenium-webdriver test-automation testing-tools

Last synced: 24 days ago
JSON representation

This is a sample project to test UI with selenium web driver with Junit

Awesome Lists containing this project

README

          

# SeleniumJunit

Instruction to run :

1. Configure maven on your local PC
2. Run mvn clean
3. Change username/passwrod on TestConstants.java file.
4. Run LoginPageLiveTest.java file or
run mvn -Dtest=LoginPageLiveTest test or
run mvn test

For linux you have to dowmload geckodriver from internet and put it into project root directory.