Main aim of the project was to create set of auto tests for Gmail API functionalities along with UI of Euronews service. It focuses mostly on proper usage of web elements, creation of rest api requests and maintaining correct project structure.
Running auto test is dependent on authorization token required to access Gmail API services. Token is generated and refreshed via Postman and manually put to credentials.json file under authorization/access_token value.
Project was part of A1QA Internship.
Project is created with:
- Java 12
- Selenium / Aquality Selenium 3.2.0
- Rest Assured 5.3.0
- TestNG 7.7.0
- Postman 10.10.3