Quality is not an act.
It's an automated habit.
I'm Ronald Giba Gorgonia — a QA Engineer specializing in manual & automation testing, API validation, and AI-assisted quality workflows. Based in Las Piñas, Metro Manila, Philippines.

- auth.spec.ts1.2s
- accounts.spec.ts2.4s
- payments.spec.ts1.8s
- reports.spec.ts—
Engineering confidence, one test at a time
QA Tester with hands-on experience in manual and automation testing, specializing in test case design, API testing, defect tracking, and end-to-end testing. I build reliable, scalable testing solutions that improve software quality through automation and AI-assisted workflows. Passionate about continuous learning and advancing as an AI-native Quality Engineer.
To advance as an AI-native Quality Engineer — blending deep testing expertise with intelligent automation to ship software the world can trust.
Precision-First Testing
Rigorous test case design and requirement analysis to catch defects before they reach production.
Automation at Scale
Scalable Playwright frameworks with POM architecture, data-driven fixtures, and CI/CD integration.
AI-Native Workflows
LLM-assisted test generation, bug reporting, and prompt libraries that multiply QA throughput.
Continuous Improvement
Relentless learner advancing toward the frontier of AI-native Quality Engineering.
Where I've made an impact
A track record of delivering quality across fintech, insurance, and SaaS products.
- May 2026 – PresentCurrent
Quality Assurance Specialist
SoluxionLab- Test execution across functional and non-functional requirements
- Requirement analysis and software validation
- Defect tracking and full QA lifecycle management
- Aug 2025 – Feb 2026
QA Engineer — Contract
White Cloak TechnologiesDeployed to The Insular Life Assurance Company Ltd.- Functional, Regression, and API Testing
- Azure DevOps and Agile Scrum ceremonies
- Postman-based API test execution and defect reporting
Engineering Quality Through Modern Testing
I combine manual testing, automation, API validation, AI-assisted workflows, and collaborative development practices to deliver reliable, maintainable, and scalable software.
How I Approach Quality
- Understand business requirements before writing a single test.
- Design maintainable, reusable test assets — not disposable scripts.
- Automate repetitive validation where it provides value; test manually where judgment matters.
- Validate APIs before UI workflows — the contract first, then the surface.
- Collaborate with developers through GitHub Issues and Pull Requests, not handoffs.
- Use AI to improve productivity while keeping every engineering decision human-driven.
- Focus on risk, reliability, maintainability, and release confidence.
Quality Assurance & Testing
1 of 7
I design and execute testing strategies across web applications, enterprise systems, and business-critical workflows — finding risks early, validating requirements before code exists, and defending quality across every stage of the SDLC.
Key Competencies
- Requirement Analysis
- Test Planning & Strategy
- Functional Testing
- Regression Testing
- Smoke & Sanity Testing
- Integration & System Testing
- User Acceptance Testing
- Exploratory Testing
- API Testing
- End-to-End Testing
- Cross-Browser, Web & Mobile Testing
- Negative Testing & Edge Case Validation
Tools & Technologies
Azure DevOps Test Plans · Chrome DevTools · Postman · Cross-browser device testing
Engineering Practices
- Every test type earns its place: smoke suites gate deployments, regression protects shipped behavior, exploratory sessions surface what no requirement predicted.
- Negative and boundary testing is deliberate, not incidental — most production incidents come from inputs nobody thought to try.
- UAT and system testing validate the business workflow end to end, not just individual screens in isolation.
In Practice
“On an enterprise HRIS spanning payroll, attendance, and approval workflows, I applied risk-based depth — payroll logic earned the heaviest coverage because a miscalculated payslip has real consequences for people and compliance.”
Why It Matters
Early risk identification and full-spectrum coverage mean defects surface where they're cheapest to fix — before release, not in production.
Quality engineering case studies
Production work and personal initiatives — each covering architecture decisions, QA strategy, challenges, and measurable impact.
Playwright E2E CRM Automation Framework
Production · End-to-end automation for a complex CRM platform
The CRM handled accounts, contacts, and pipeline workflows where a single regression could break revenue-critical operations. Manual regression cycles were slow, repetitive, and prone to human error, and the UI's dynamic rendering made naive automation flaky from day one. The goal was a framework the team could trust: fast feedback on every run, stable results, and cheap to maintain as the product evolved.
ERP HRIS Quality Assurance
Production · Enterprise validation across HRIS modules
An enterprise HRIS spanning Employee Management, Attendance, Leave, Payroll, and Approval Workflows — a domain where a miscalculated payslip or a misapplied leave rule directly affects people's livelihoods and the company's compliance exposure. The quality challenge wasn't screen count; it was the density of interdependent business rules and edge cases hiding in every module.
Enterprise API Testing Suite
Production · Postman-based REST validation layer
The product's REST API was its contract — consumed by internal services and integrations, where a broken endpoint bypasses every UI safety net. UI testing alone couldn't validate authentication boundaries, schema integrity, or error handling at the speed the team needed, so a structured API suite became the fastest, most reliable quality gate.
AI-Assisted QA Toolkit
Production · LLM-augmented quality engineering workflows
QA work is full of high-judgment, low-creativity tasks: writing the tenth variation of a bug report, drafting acceptance criteria from a user story, generating test cases from requirements. This initiative systematically applied LLMs to those tasks — with prompt engineering discipline — to reclaim hours per sprint while keeping engineering judgment firmly in the loop.
CI/CD Test Pipeline Integration
Personal ProjectPersonal initiative · Automated quality gate for every commit
An automation suite only delivers value if it runs without anyone remembering to run it. This project wires the Playwright framework into a CI pipeline so every push triggers smoke tests and every merge to main triggers full regression — turning the suite from a local tool into a team-wide quality gate with zero manual effort.
Test Data Management Framework
Personal ProjectPersonal initiative · Deterministic, isolated data for parallel suites
Test data is the most common root cause of automation failure — collisions between parallel workers, stale records, and environments nobody can reproduce. This framework treats test data as engineered infrastructure: generated per run, isolated by design, and cleaned up deterministically, so tests fail for product reasons only.
QA Documentation Knowledge Base
Personal ProjectPersonal initiative · Codifying testing strategy into reusable assets
QA knowledge that lives in one person's head doesn't scale — it leaves with them and forces every regression cycle to be rediscovered. This initiative consolidates testing strategy, module checklists, prompt libraries, and lessons learned into a structured, searchable knowledge base that makes QA output consistent and onboarding fast.
How I engineer quality
My end-to-end Agile QA workflow — GitHub as the collaboration hub for issue tracking, sprint execution, pull request reviews, and release validation, with Playwright, Postman, and AI-assisted testing built in.
Requirement Analysis
Every sprint starts in GitHub. I review GitHub Issues, feature requests, and bug tickets — reading the acceptance criteria, technical discussions, and linked pull requests to understand what's really being asked. Where business rules are ambiguous, I ask questions in the issue thread before development begins, so GitHub Projects reflects a shared, testable definition of done.
Deliverables
Clarified Acceptance CriteriaRequirement Queries in Issue ThreadsRisk Flags on TicketsTools
GitHub IssuesGitHub ProjectsAgile ScrumWhy it matters: Defects prevented at the source instead of caught downstream.
Test Strategy & Planning
I build the testing strategy from the sprint's GitHub Issues and project board scope — using labels, story points, and board columns to size the effort. I map which existing modules each ticket touches to identify regression impact, set testing priorities by risk, and prepare test data and environments so execution starts on day one of the sprint.
Deliverables
Test PlanScope & Risk Assessment from Sprint IssuesTest Data & Environment SetupTools
GitHub ProjectsGitHub IssuesRisk AnalysisWhy it matters: Finite testing time spent where failure costs the most.
Test Design
I design reusable test scenarios directly from GitHub tickets and user stories — covering positive, negative, edge, and boundary cases, not just happy paths. Each scenario links back to its source issue, giving end-to-end traceability from requirement → test case → defect. AI-assisted tooling helps draft scenario matrices and surface missing edge cases from ticket descriptions before I refine them by hand.
Deliverables
Test Cases Linked to IssuesScenario MatricesTraceability Between Requirements & TestsTools
GitHub IssuesBoundary AnalysisAI-Assisted Test DesignWhy it matters: Coverage that holds up under review — traceable and repeatable.
Automation & API Validation
Critical workflows get automated in Playwright with TypeScript and a maintainable POM architecture, while Postman collections validate the API contract — auth, schemas, and error handling the UI can't reach. I organize automation specs around GitHub feature tickets (one spec suite per issue) so the automation stays maintainable and every test traces back to the requirement it validates.
Deliverables
Automation Scripts per Feature TicketAPI CollectionsReusable FixturesTools
PlaywrightTypeScriptPostmanGitHub IssuesWhy it matters: Fast, reliable feedback that scales with every release.
Test Execution
I execute manual and automated suites across development, staging, and regression environments. Findings get recorded against the corresponding GitHub Issue or Pull Request — test results, logs, and screenshots attached where the developers are already working. While executing, I explore beyond the script: the bugs no requirement predicted usually surface here.
Deliverables
Execution ReportsFindings Logged on Issues & PRsMulti-Environment ValidationTools
PlaywrightPostmanGitHubCross-BrowserWhy it matters: Evidence-based go/no-go signal, not gut feel.
Defect Management
GitHub Issues is my defect tracker. Every bug gets a clear, reproducible report: severity, priority, reproduction steps, screenshots, videos, and console/network logs — written so a developer can reproduce it in minutes. I collaborate with developers through issue comments and linked PRs, updating labels and status as fixes land, until I've verified the fix myself.
Deliverables
GitHub Issue Bug ReportsSeverity & Impact AnalysisFix Verification via Linked PRsTools
GitHub IssuesDevToolsPostmanWhy it matters: Faster fixes and a defect history the team can learn from.
Regression Validation
I re-test every resolved GitHub Issue before it's considered done, then verify no unintended side effects across related modules — automated regression in Playwright confirms fixes didn't break neighbors, and Postman suite runs confirm API contracts held. Full regression suites run before every deployment, with results tracked back to the sprint's issue list.
Deliverables
Regression ResultsFix Confirmation per IssuePre-Deployment Regression RunsTools
PlaywrightPostmanGitHub IssuesWhy it matters: Stability across releases without growing manual effort.
Release Confidence
Before release, I check the GitHub Projects board: every planned issue is completed, deferred with a reason, or escalated. I confirm critical workflows pass both automation and manual validation, then provide QA sign-off with release risks, known issues, and a testing summary — posted where stakeholders live, with linked evidence from the sprint's issues and PRs. Retrospectives feed improvements back into the next cycle.
Deliverables
QA Sign-OffRelease Risks & Known IssuesIssue Board Release AuditTools
GitHub ProjectsGitHub IssuesTest ReportsWhy it matters: Releases backed by evidence, and a process that improves every cycle.
Continuous Learning
I believe great quality engineers never stop learning. My certifications reflect continuous investment in modern test automation, software quality, API validation, AI-assisted engineering, and scalable development practices.
12+
Professional Certifications
7
Training Providers
4+
Learning Domains
2022
Learning Journey Started
Playwright Automation & AI Engineering
Featured Certifications
The credentials most relevant to the work I do today — expanded with business impact.

Advanced Playwright
Test Automation University
Issued August 2026
- Playwright
- TypeScript
- POM
- API Testing
- CI/CD
Built advanced Playwright automation frameworks featuring scalable architecture, reusable Page Objects, API integration, visual validation, and enterprise CI/CD workflows.
Business Impact
Develop enterprise-grade automation frameworks that improve regression speed and maintainability while reducing long-term maintenance costs.

Introduction to Playwright
Test Automation University
Issued 2026
- Playwright
- TypeScript
- POM
- Fixtures
Foundations of modern browser automation: auto-waiting, resilient locators, test isolation, and the Page Object Model in Playwright with TypeScript.
Business Impact
Established the core automation architecture principles behind my maintainable, low-flakiness test suites.
Postman API Fundamentals Expert
Postman
Issued 2025
- Postman
- REST
- API Testing
- JSON
- Assertions
Comprehensive API validation expertise: request design, scripting, environment management, collection organization, and automated assertion strategies.
Business Impact
Validate backend services before UI testing, improving defect detection earlier in the SDLC.

Agentic AI
DeepLearning.AI
Issued 2026
- Agentic AI
- Prompt Engineering
- LLMOps
- Automation
Designed and orchestrated agentic AI workflows — multi-step LLM systems that plan, act, and verify — applied to real quality engineering tasks.
Business Impact
Integrate AI-assisted workflows into testing activities, increasing productivity while maintaining engineering quality standards.

Automated Testing for LLMOps
DeepLearning.AI
Issued 2026
- LLMOps
- Prompt Engineering
- AI Evaluation
- Quality Engineering
Testing strategies for LLM-powered systems: prompt evaluation, output validation, non-determinism handling, and quality gates for AI features.
Business Impact
Brings rigorous testing discipline to AI features — a capability most QA teams are still building.
Automation Engineering
Building reliable automation frameworks, API validation strategies, CI/CD pipelines, and scalable testing architecture.

Advanced Playwright
Test Automation University
Issued August 2026
- Playwright
- TypeScript
- POM
- API Testing
- CI/CD
Built advanced Playwright automation frameworks featuring scalable architecture, reusable Page Objects, API integration, visual validation, and enterprise CI/CD workflows.
Business Impact
Develop enterprise-grade automation frameworks that improve regression speed and maintainability while reducing long-term maintenance costs.

Introduction to Playwright
Test Automation University
Issued 2026
- Playwright
- TypeScript
- POM
- Fixtures
Foundations of modern browser automation: auto-waiting, resilient locators, test isolation, and the Page Object Model in Playwright with TypeScript.
Business Impact
Established the core automation architecture principles behind my maintainable, low-flakiness test suites.
Postman API Fundamentals Expert
Postman
Issued 2025
- Postman
- REST
- API Testing
- JSON
- Assertions
Comprehensive API validation expertise: request design, scripting, environment management, collection organization, and automated assertion strategies.
Business Impact
Validate backend services before UI testing, improving defect detection earlier in the SDLC.
AI-Powered Quality Engineering
Applying modern AI tools to improve software testing, requirement analysis, bug investigation, documentation, automation development, and engineering productivity.

Agentic AI
DeepLearning.AI
Issued 2026
- Agentic AI
- Prompt Engineering
- LLMOps
- Automation
Designed and orchestrated agentic AI workflows — multi-step LLM systems that plan, act, and verify — applied to real quality engineering tasks.
Business Impact
Integrate AI-assisted workflows into testing activities, increasing productivity while maintaining engineering quality standards.

Automated Testing for LLMOps
DeepLearning.AI
Issued 2026
- LLMOps
- Prompt Engineering
- AI Evaluation
- Quality Engineering
Testing strategies for LLM-powered systems: prompt evaluation, output validation, non-determinism handling, and quality gates for AI features.
Business Impact
Brings rigorous testing discipline to AI features — a capability most QA teams are still building.

Claude Code: A Highly Agentic Coding Assistant
DeepLearning.AI
Issued 2025
- Claude Code
- Agentic AI
- TypeScript
- Automation
Practical agentic coding workflows: directing AI coding assistants to generate, refactor, and review automation code with human oversight.
Business Impact
Accelerates automation development while keeping architectural decisions engineering-driven.

AI Prompting for Everyone
DeepLearning.AI
Issued 2024
- Prompt Engineering
- ChatGPT
- Cursor AI
Structured prompt engineering fundamentals: instruction design, iteration, and output verification applied to engineering tasks.
Business Impact
The disciplined prompting foundation behind my AI QA prompt library and repeatable AI-assisted workflows.
Software Quality Foundations
Core testing principles including SDLC, STLC, defect lifecycle, regression planning, quality processes, and Agile collaboration.

Software Testing Certificate
Great Learning
Issued 2024
- Software Testing
- Agile
- Quality Engineering
- GitHub Issues
- Azure DevOps
End-to-end testing discipline: test design techniques, defect lifecycle, test documentation, and quality processes across the SDLC.
Business Impact
The methodological backbone of my manual testing, defect reporting, and release validation work.

Skills to Succeed Academy
Accenture
Issued 2023
- Agile
- Quality Engineering
- Enterprise Software Testing
Accenture's professional skills program: enterprise collaboration, Agile delivery practices, and workplace problem-solving.
Business Impact
Strengthens how I communicate quality findings and collaborate inside enterprise delivery teams.
Software Engineering Foundations
Programming, operating systems, cloud fundamentals, and software engineering concepts that strengthen automation and debugging skills.

Java Foundations
Oracle
Issued 2022
- Java
- OOP
- Programming
Object-oriented programming fundamentals from Oracle: classes, inheritance, interfaces, and structured problem-solving in Java.
Business Impact
Programming fluency that makes automation frameworks, debugging, and code review genuinely effective.

Systems Administration & IT Infrastructure
Linux Foundation
Issued 2023
- Linux
- Networking
- Systems
Operating systems, networking, and infrastructure fundamentals — how software actually runs beneath the application layer.
Business Impact
Deeper environment understanding means faster diagnosis of configuration and infrastructure-related defects.

Mobile & Cloud Computing
Alison
Issued 2024
- Cloud
- Mobile Testing
- CI/CD
Cloud service models, deployment pipelines, and mobile platform fundamentals relevant to testing modern distributed applications.
Business Impact
Informs cross-platform test strategy and CI/CD-aware testing across web and mobile surfaces.
Learning Journey
Four years of deliberate progression — from engineering fundamentals to AI-native quality engineering.
2022
Programming Foundations
- Java Foundations
- Systems Administration
2024
Cloud & Professional Development
- Cloud Computing
- Skills to Succeed Academy
2025
Software & API Testing
- Software Testing
- Postman API Expert
- AI Prompting
2026
Automation & AI Engineering
- Playwright Automation
- AI Engineering
- LLMOps
- Agentic Systems
How Continuous Learning Improves My QA Process
Automation Excellence
Building scalable Playwright frameworks that reduce regression effort.
API Reliability
Validating backend services with Postman before UI testing.
AI-Assisted Engineering
Leveraging LLMs for documentation, test generation, requirement analysis, and engineering acceleration.
Continuous Improvement
Constantly learning modern tools to stay aligned with evolving software engineering practices.
“Technology evolves every day. Continuous learning ensures I can deliver reliable, scalable, and modern quality engineering solutions.”
Let's build quality together
Open to QA Engineer roles, automation projects, and collaborations.
Get in touch
Whether it's a role, a project, or just a conversation about testing and AI — my inbox is always open.
- ronald.gorgonia.work@gmail.com
- Las Piñas, Metro Manila, Philippines
- GitHub