https://github.com/santosjennifer/java-selenium-cucumber
Test automation with Java, Selenium WebDriver and Cucumber
https://github.com/santosjennifer/java-selenium-cucumber
cucumber gherkin java selenium
Last synced: about 2 months ago
JSON representation
Test automation with Java, Selenium WebDriver and Cucumber
- Host: GitHub
- URL: https://github.com/santosjennifer/java-selenium-cucumber
- Owner: santosjennifer
- Created: 2021-09-13T17:08:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T19:03:05.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T21:37:20.233Z (over 1 year ago)
- Topics: cucumber, gherkin, java, selenium
- Language: Java
- Homepage:
- Size: 17.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test automation with Java, Selenium WebDriver and Cucumber
The purpose of the test is to validate an insurance quote scenario on the website: http://sampleapp.tricentis.com/101/app.php
Using Eclipse IDE, project with Maven structure.
## The Test package structure is divided into:
* ***PageObjects***: page objects
* ***Runner***: to run Cucumber
* ***Steps***: steps to fill the form
* ***Utils***: date utility
## The Resources package structure is divided into:
* ***Features***: Test scenario file using Cucumber.
## Technology
- Java 8
- Java JDK 11
- Maven - Apache Maven 3.8.2
- Eclipse IDE - 2021-06 (4.20.0)
- Selenium - 3.141
- Cucumber - Puglin for Eclipse v1.0.0.202107150747
**PS:** The _ChromeDriver.exe_ available in the _drivers_ folder is compatible with Version 103.0.5060.53 of the Chrome browser.
## Running the tests
Run ```mvn test``` to run all tests.