Role: Software Tester
Period: July 2024 – January 2026
Project overview:
Tested a web-based CRM system with multi-role access (User / Admin / Operator) and payment workflows.
Responsibilities:
- Performed functional testing of core system features
- Conducted API testing using Postman based on Swagger
- Tested payment integrations (positive, negative, edge cases)
- Verified authentication and role-based access control
- Designed test cases and checklists to improve test coverage
- Participated in full STLC (analysis → execution → reporting)
- Validated UI against Figma designs
- Reported and tracked bugs using ClickUp
- Performed regression testing
Artifacts:
- 🧪 Test Cases
- ✅ Checklists
- 🐞 Bug Reports
- 🔌 Postman Collection (JSON)
- 🧠 Mind Map
- 🔄 Flow Diagram (Login / Booking / Payment)
Software Tester (Volunteer)— Agape Ukraine Website for a Rehabilitation Center. Januar 2025 - August 2025
- Performed functional, UI/UX, and cross-browser testing of a web application
- Used Chrome DevTools for debugging and issue analysis
- Created and maintained test documentation (test cases, checklists, bug reports)
- Identified UI inconsistencies and improved cross-browser compatibility
🔹 Playwright (Udemy)
- Certificate(link)
🔹 SQL (Udemy)
- Certificate(link)
🔹 JavaScript (Udemy)
- Certificate(link)
qa-portfolio/
├── projects/
│ ├── booking_crm/ # CRM system testing
│ │ ├── README.md # Project overview
│ │ ├── test-cases/
│ │ ├── checklists/
│ │ ├── bug-reports/
│ │ ├── api/
│ │ │ └── postman_collection.json
│ │ ├── sql/
│ │ │ └── queries.sql
│ │ └── test-design/
│ │ ├── mind-map.png
│ │ └── flow-diagram.png
│ │
│ └── agape_website/ # Volunteer project
│ ├── README.md
│ ├── test-cases/
│ ├── checklists/
│ └── bug-reports/
│
├── practice/
│ ├── playwright/ # UI automation practice
│ ├── sql/ # DB queries practice
│ └── javascript/ # JS fundamentals projects
│
└── README.md