This is a sample selenium project which uses STF framework -
seleniumtests.zipSample Selenium Project has dependency on STF jar file. And it would download STF jar from maven repo.
You can use this sample project to begin writing automated tests and use all features of STF.
If you are new to STF then you should begin here -
http://www.seleniumtests.com/2013/10/announcing-selenium-tests-automation.htmlexecute following command from root folder of Sample Selenium Project
mvn test
This would execute tests and generate step by step test report in following directory -
<Your drive>seleniumtests/target/surefire-reports/SeleniumTestReport.html
Selenium Tests Framework is open source and available on
GitHub :-)
If you have any questions on STF then please post them in
Testing Forum
~ seleniumtests.com