This repository contains my practice work in Python-based QA automation.
It is focused on building and organizing a small automation framework using pytest, reusable configuration, and structured test modules.
- practice automated testing in Python
- organize tests in a scalable structure
- use pytest configuration and fixtures
- build a foundation for UI and API test automation
- Python
- pytest
- Jupyter Notebook
- test organization with pytest
- fixture-based setup
- configuration management
- separating framework code from test cases
QA_Auto_GlobalLogic/
├── Frameworks/
│ ├── config/
│ ├── modules/
│ ├── tests/
│ ├── conftest.py
│ └── pytest.ini
└── notebooks/
Valentyn Verovkin
Kyiv, Ukraine