$ whoami

QA engineer focused on manual and API testing — finding the defects that block release, not just the ones that are easy to log.

I plan test cycles, execute them by hand, and write reports stakeholders actually use to make a ship / no-ship call. Recently led a 3-person QA team through a capstone project and independently tested two additional systems end to end.

97
Test cases executed
17
Defects logged & triaged
3
Full QA cycles owned

Projects

XYZ Bank HRMS — Capstone QA Cycle
Team lead · 3-person QA team · OrangeHRM-based system
Exit criteria not met

Led testing across Login, Dashboard, PIM, My Info, Performance, and Recruitment. Traced four separate-looking defects back to one root cause — unvalidated name/DOB fields across three modules — and reframed the fix as one systemic gap instead of four isolated tickets.

40
Test cases
82.5%
Pass rate
4
High severity
Manual testing Team leadership Risk-based reporting Root-cause analysis
Swag Labs — Solo Manual QA Cycle
Solo tester · Sauce Demo-style e-commerce storefront
Release not ready

Ran a full manual cycle solo — test plan, case design, execution, defect log, release call. An 81.8% pass rate looked fine until the four High-severity defects turned out to sit directly on the purchase funnel: Add to Cart, Remove, and Finish all broken.

44
Test cases
81.8%
Pass rate
4
High severity
Test planning Negative testing Boundary value analysis Exploratory testing
Restful-Booker — API Testing with Postman
Solo tester · Full booking-resource lifecycle
84.6% pass

Scripted assertions (pm.test) across the full CRUD lifecycle rather than isolated endpoint checks. Caught a cosmetic status-code mismatch, but the finding that mattered was a filtered-search endpoint quietly returning results that didn't match the query.

13
Test cases
84.6%
Pass rate
2
Defects (1 med, 1 low)
API testing Postman REST validation Data correctness

Skills & tools

TESTING TYPES

  • Manual functional testing
  • Negative / boundary testing
  • Exploratory testing
  • API testing
  • Regression testing

DESIGN TECHNIQUES

  • Equivalence partitioning
  • Boundary value analysis
  • Decision table testing
  • Error guessing

TOOLS

  • Postman (pm.test scripting)
  • Excel test case / defect tracking
  • Chrome DevTools
  • Cross-browser manual checks

REPORTING & PROCESS

  • Test plans & strategy docs
  • Defect triage & severity calls
  • Risk-based release recommendations
  • Team coordination & review