Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selendilek/parabanktesting
https://github.com/selendilek/parabanktesting
apachepoi commonio cucumber framework gherkin java maven pom testing testng
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/selendilek/parabanktesting
- Owner: SelenDilek
- Created: 2023-10-07T20:22:07.000Z (over 1 year ago)
- Default Branch: selenD
- Last Pushed: 2023-10-07T20:22:11.000Z (over 1 year ago)
- Last Synced: 2024-11-20T14:51:05.729Z (2 months ago)
- Topics: apachepoi, commonio, cucumber, framework, gherkin, java, maven, pom, testing, testng
- Language: Java
- Homepage: https://parabank.parasoft.com
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ParaBankTesting
![Maven Central](https://img.shields.io/maven-central/v/org.seleniumhq.selenium/selenium-java?versionSuffix=4.11.0&label=Selenium)
![Maven Central](https://img.shields.io/maven-central/v/io.cucumber/cucumber-java?versionSuffix=7.9.0&label=Cucumber)
![Maven Central](https://img.shields.io/maven-central/v/org.testng/testng?versionSuffix=7.7.0&label=TestNG)
![Maven Central](https://img.shields.io/maven-central/v/org.slf4j/slf4j-api?versionSuffix=1.8.0-beta2&label=Slf4j)
![Maven Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-lang3?versionSuffix=3.12.0&label=Apache%20Commons)
![Maven Central](https://img.shields.io/maven-central/v/tech.grasshopper/extentreports-cucumber7-adapter?versionSuffix=1.9.2&label=Grashopper)
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)Techno Study Batch 4 Group 5 Friday Project. We use JAVA, TestNG, Cucumber, Gherkin and other JAVA Tools on this project.
Domain: https://parabank.parasoft.com
Getting Started
---------------The easiest way to get started is to clone the repository:
```bash
# File > New > Project From Version Control
# Copy to URL
[email protected]:emrtnm/ParaBankTesting.git# open project at Intellij
# select project JDK
jdk1.8# Load Pom
Click to pom.xml > Maven > Reload Project# Run All Test
Click to Runners > ExtentReport and Run# Run Cross Browser Test
Click to Runner > CrossBrowserTest and Run```
List of Dependencies
----------------| Package | Description |
|--------------|---------------------------------------|
| TestNG | Next Generation Testing Tool. |
| Selenium | Browser Automation Framework. |
| slf4j | The Simple Logging Facade for Java. |
| commons.io | The Apache Commons IO library. |
| cucumber | Cucumber is a tool that supports BDD. |
| grasshopper | HTML & PDF Report tool. |## File Structure
```bash
|-- src
| |-- main
| |-- java
| |-- resources
|
| |-- test
| |-- java
| |-- FeatureFiles
| |-- Cucumber Feature Files
| |-- Pages
| |-- Locators, Page Object Model Files
| |-- Runners
| |-- CrossBrowserTest
| |-- CrossBrowserTest.xml
| |-- ExtentReport
| |-- StepDefinitions
| |-- Test Class Files
| |-- Utilities
| |-- Events
| |-- ExcelUtility
| |-- GWD
| |-- Hooks
| |-- resources
| |-- results
| |-- reports*
| |-- gitignore
|
|-- gitignore
|-- pom.xml```
## Rules Of Pull Request
- Update your codes from main branch before you pull request
- Don't use Thread.Sleep
- Don't use Turkish Character
- Don't use extra space
- Use logical comment lines
- Use ./screenshots folder for bug & facility report
- Only work at your story
- Don't add any scenario you want
- Try to have fun ;)## Team
- 🔥 Emrullah Tanıma - Team Lead
- 🔥 Samet Çamoğlu - Tester
- 🔥 Ümit Boyraz - Tester
- 🔥 Selen Dilek - Tester
- 🔥 Rustam Roz - Tester
- 🔥 Umut Can Güzel - Tester
- 🔥 Yakup Yüce - Tester## License
This project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
### Enjoy! 👋