Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rabestro/automation-testing-mentoring
Automated Testing Mentoring with Java: Basic [core track]. Solutions for practical tasks.
https://github.com/rabestro/automation-testing-mentoring
examples selenium-webdriver test-automation testing testing-framework
Last synced: 8 days ago
JSON representation
Automated Testing Mentoring with Java: Basic [core track]. Solutions for practical tasks.
- Host: GitHub
- URL: https://github.com/rabestro/automation-testing-mentoring
- Owner: rabestro
- License: apache-2.0
- Created: 2022-11-18T20:20:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T13:22:55.000Z (over 1 year ago)
- Last Synced: 2024-04-17T10:55:09.884Z (7 months ago)
- Topics: examples, selenium-webdriver, test-automation, testing, testing-framework
- Language: Java
- Homepage: https://rabestro.github.io/automation-testing-mentoring/
- Size: 1.4 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automated Testing Mentoring with Java: Basic
The repository contains my solutions for practical tasks of the course.
1. Introduction to Test Automation
2. Build Tools
3. Clean Code & Code Quality Gates
- [AirCompany](aircompany)
4. Unit Testing Frameworks
- [Calculator](calculator)
5. Selenium WebDriver
- [I Can Win](selenium-task-1)
- [Bring It On](selenium-task-2)
- [Hurt Me Plenty](selenium-task-3)
- [Hardcore](selenium-task-4)
6. Selenium WebDriver Advanced:
- Selenium [Support Classes](course-support-classes)
- Actions, JavaScript Executor,
- Selenium Server + Selenium Grid
7. TA Frameworks:
- Layers, Runner, Business Objects
- [Practical Task](FRAMEWORK.md)
8. Design Patterns in TA Frameworks implementation
9. Automated testing of Web Services: best practices
- [Practical Task](rest-api-task)
10. BDD TA Frameworks
11. Automated testing of Mobile Applications: best practices
12. [Continuous Integration with Jenkins](jenkins-task)
13. Results Analysis and Reporting in TA. Integration with reporting tools## How to run all tests and publish site
```shell
mvn clean site site:stage scm-publish:publish-scm
```