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)
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.