Selenium Tests Framework and Sample Project

classic Classic list List threaded Threaded
Locked 1 message Options
Reply | Threaded
Open this post in threaded view
|

Selenium Tests Framework and Sample Project

softwaretestingforum
Administrator
This post was updated on .
This is a sample selenium project which uses STF framework -

seleniumtests.zip

Sample 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.html

execute 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