Skip to content

Frey87/python-qa-automation-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 

Repository files navigation

Python QA Automation Framework

Overview

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.

Goals

  • 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

Technologies

  • Python
  • pytest
  • Jupyter Notebook

What I Practiced

  • test organization with pytest
  • fixture-based setup
  • configuration management
  • separating framework code from test cases

Project Structure

QA_Auto_GlobalLogic/
├── Frameworks/
│   ├── config/
│   ├── modules/
│   ├── tests/
│   ├── conftest.py
│   └── pytest.ini
└── notebooks/


Valentyn Verovkin
Kyiv, Ukraine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors