https://github.com/keizah7/java-selenium-testng-qaontime
BIT užduotis: qaontime website testing using selenium, testng and java
https://github.com/keizah7/java-selenium-testng-qaontime
java selenium testing testng
Last synced: about 1 month ago
JSON representation
BIT užduotis: qaontime website testing using selenium, testng and java
- Host: GitHub
- URL: https://github.com/keizah7/java-selenium-testng-qaontime
- Owner: keizah7
- Created: 2020-01-08T17:16:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T18:35:41.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T10:24:47.689Z (over 1 year ago)
- Topics: java, selenium, testing, testng
- Language: Java
- Homepage:
- Size: 4.01 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://discord.gg/YeJBQrTUT9)





# Testing qaontime.com with Java TestNG framework
This project is for educational porpuses only. Pull request are welcome! Thank you for your cooperation!
## Requirements (optional)
- IntelliJ IDEA ([Download](https://code.visualstudio.com/Download))
- Eclipse ([Download](https://www.eclipse.org/downloads/))
- Another IDE with Java support
## Setup
Replace ```config/config.xml``` old data with valid login information
```xml
http://qaontime.com/register/
yourUsername
yourPassword
```
In ```test-data/login.xml``` file you can write data which will be filled to login form.
output
**UserName | Password**
```
JohnDoee | john123123
JohnDoee | sdfsdfsdfs
... .... | .......
```
## Dependencies
Dependencies management is available in ```pom.xml```
## Using
Use ```testng.xml``` or ```smoke.xml``` files to run tests. (Run As / TestNG Suite)
### Authors: [Artūras](https://github.com/keizah7) 