https://github.com/iuboyraz/e-junkiedemo
https://www.e-junkie.com/wiki/demo/paypal test project using Selenium WebDriver and TestNG tools
https://github.com/iuboyraz/e-junkiedemo
java maven selenium-java selenium-webdriver testng
Last synced: about 2 months ago
JSON representation
https://www.e-junkie.com/wiki/demo/paypal test project using Selenium WebDriver and TestNG tools
- Host: GitHub
- URL: https://github.com/iuboyraz/e-junkiedemo
- Owner: iuboyraz
- Created: 2023-09-03T12:25:10.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T14:33:00.000Z (over 2 years ago)
- Last Synced: 2025-10-24T05:16:38.229Z (8 months ago)
- Topics: java, maven, selenium-java, selenium-webdriver, testng
- Language: Java
- Homepage: https://www.e-junkie.com/wiki/demo/paypal
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TechnoStudyTr
Techno Study Batch 4 Group 5 Friday Project. We use JAVA and Test Tools on this project.
Domain: About https://www.e-junkie.com/wiki/demo/paypal
## Team
- 🔥 Emrullah Tanıma - QA Lead
- 🔥 Samet Çamoğlu - Tester
- 🔥 Ümit Boyraz - Tester
- 🔥 Selen Dilek - Tester
- 🔥 Rustam Roz - Tester
- 🔥 Umut Can Güzel - Tester
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:iuboyraz/e-JunkieDemo.git
# open project at Intellij
# select project JDK
jdk1.8
# Open Module Settings at Intellij
# install selenium from maven
org.seleniumhq.selenium:selenium-java:4.11.0
# install testng from maven
org.testng:testng:6.14.3
# install slf4j from maven
org.slf4j:slf4j-nop:1.7.30
# install commons.io from maven
commons-io:commons-io:2.11.0
# Right click to Main.java
Run 'Main'
# or Run XML configurations
XML > BaseTest.xml
```
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 |
## 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 ;)
## License
This project is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
### Enjoy! 👋