Skip to content

This repo is a stub for basic Test Automation start on java. Created for Teaching purposes

Notifications You must be signed in to change notification settings

tramon/qa-auto-training-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a super basic Test Automation project stub on Java for Windows OS on Chrome browser.

Make sure you have:

  1. Git installed.
  2. Java 1.8 installed and system system variables set.
  3. Maven installed
  4. latest Chrome browser intalled.

To start test automation framework

  1. Download project: 1.1 Open command line (Git Bash) 1.2 Enter: git clone https://github.com/tramon/qa-auto-training-basic.git
  2. Download latest version of chromedriver and put it in the project in \drivers directory.
  3. Pass following system variables to start a test: (it can be done in Idea by passing them as an arguments to your runner) -Dwebdriver.driver=chrome -Dwebdriver.chrome.driver=drivers/chromedriver.exe

About

This repo is a stub for basic Test Automation start on java. Created for Teaching purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages