This framework is designed to automate API, UI and Database testing.
It was created to gain practical experience in this field during the QA Auto course by Prometheus.
- Used technologies:
- Python
- Pytest
- SQLite
- Selenuim
- Used environment:
- WSL
- Visual Studio Code (VSCode)
All the code was written in Python in VSCode. For testing, the Pytest framework was used both directly in WSL (for API and SQLite database testing) and indirectly in VSCode (for UI testing with Selenium). The whole project was aimed at maximizing the diversity of the automated testing experience.