Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Selenium Java project created in ITEA with QA automation group "13/02/2018"

Project contains best practices of usage OOP and PageObject/PageFactory patterns for Java/WebDriver/TestNG project.

How to run tests from this project:

  1. Install JDK 1.8 or above corresponding to your OS
  2. Install Maven command line utility corresponding to your OS
  3. Make sure that following command line commands mvn -version and java -version give you information on mvn and java installed in your OS. Otherwise go back to #1 and #2 and google for proper installation guides.
  4. Clone repository with source code via Git
  5. In command line to cd to project root folder
  6. To run test from command line use following command:
    mvn clean install -DsuiteName=single_test_example.xml
    where single_test_example.xml is a name of specific TestNG xml file with tests.

About

Sample Selenium Java project

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages