Hello, I'm

Paul Beketov

QA Engineer

Manual & automation QA focused on API testing, test documentation, bug reporting, and Python/PyTest automation.

Paul Beketov
API Testing Python PyTest Postman SQL Jira Manual Testing Functional Testing Regression Testing Smoke Testing Test Cases Bug Reports Test Documentation End-to-End Testing Test Management HTTP Test Execution Git Test Analysis
๐Ÿงช Manual & API Testing
๐Ÿž Bug Reports
โš™๏ธ Test Automation

About me

QA Engineer with a strong engineering background and hands-on experience in manual testing, test documentation, and Python-based test automation for client-server and communication-related systems.

100+test cases
30+automated tests
40%faster regression

Skills

Manual Testing Functional Testing Regression Testing Smoke Testing API Testing REST API Postman Python PyTest SQL Jira Git Linux Test Cases Bug Reports

Projects

API Testing Portfolio

PostmanREST APITest Cases

Example API test suite: positive/negative checks, status codes, response body validation, boundary cases, and clear test documentation.

View details โ†’
GET /api/users/1
200 OK

POST /api/login
400 Bad Request

Assert:
- status code
- response schema
- error message

Bug Report Case Study

JiraBug ReportQA

Structured bug report with title, environment, steps to reproduce, actual result, expected result, severity, priority, and attachments.

View report โ†’
Bug: Login returns 500 after invalid token
Severity: High
Priority: P1
Status: Ready for dev review

PyTest Automation

PythonPyTestAutomation

Backend automation examples using fixtures, assertions, reusable helpers, and clean test structure.

View GitHub โ†’
def test_login_invalid_token(api):
    response = api.get("/profile", token="bad-token")

    assert response.status_code == 401
    assert response.json()["error"] == "Unauthorized"

Test Cases & Checklists

STDChecklistRegression

Example documentation for login, registration, profile update, and payment flows.

View document โ†’

Contact

Have a project?
Let's talk.

Email: paul.beketow@gmail.com

Phone: +972 55 257 6965

WhatsApp: https://wa.me/+972552576965

Telegram: https://t.me/paulbeketow

LinkedIn: https://www.linkedin.com/in/paulbeketov