Skip to content

jyu115/lw-test-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LifeWay Code Challenge

Java Selenium

Code challenge is written in Java using Selenium and TestNG. Multiple browser testing includes Firefox and Chrome. Tests are written for the login page at https://the-internet.herokuapp.com/login.

Versions:

  • Selenium Java WebDriver - 3.141.59
  • TestNG - 7.0.0-beta3
  • Mozilla GeckoDriver - v0.24.0 (compatible with Firefox version ≥ 3.11)
  • ChromeDriver - 75.0.3770.140 (compatible with Chrome version 75)

Installing / Getting started

Clone the repository to a desired directory. git clone https://github.com/jyu115/lw-test-code.git

The test requires Mozilla Firefox and Google Chrome browers, see version requirements above.

You can import the project into an IDE (Eclipse, IntelliJ, etc.) and run testng.xml, or configure paths to run on command line.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages