Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 816 Bytes

File metadata and controls

24 lines (13 loc) · 816 Bytes

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.