https://github.com/selendilek/parabanktesting
https://github.com/selendilek/parabanktesting
apachepoi commonio cucumber framework gherkin java maven pom testing testng
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/selendilek/parabanktesting
- Owner: SelenDilek
- Created: 2023-10-07T20:22:07.000Z (over 2 years ago)
- Default Branch: selenD
- Last Pushed: 2023-10-07T20:22:11.000Z (over 2 years ago)
- Last Synced: 2025-01-21T10:11:22.662Z (about 1 year 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






[](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
git@github.com: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! 👋