Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 744 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 744 Bytes

Test Automation Framework

By Olena Kapustina (alien513)

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.