Skills

Skills

Grouped skills with explanation, tools, practical examples, and confidence labels.

Skill GroupExplanationTools UsedPractical ExamplesConfidence
Web TestingFunctional, non-functional, responsive, cross-browser, regression, smoke, and UI validation for web products.Chrome DevTools, BrowserStack concept, WordPress, issue trackersCheckout flow, user profile forms, responsive navigation, browser-specific UI defectsStrong
API TestingFunctional API cases, CRUD operations, chained requests, variable management, and response validation.Postman, JSON, API docsAuth token flow, create-update-delete entity lifecycle, negative response checksStrong
Test DocumentationTest cases, checklists, test plans, bug reports, summary reports, and traceability thinking.TestRail, Confluence, spreadsheetsRelease checklist, full test case set, severity-based bug report, summary by risk areaStrong
Test DesignApply EP, BVA, decision tables, state transitions, pairwise, and error guessing where they fit best.Mind maps, matrices, notesBoundary checks on forms, decision rules for permissions, state transitions for order lifecycleApplied in practice
Technical SkillsHTML, CSS, SQL, client-server architecture, DevTools, Git, terminal, Ubuntu, Docker, WordPress Multisite basics.Git, Ubuntu, Docker, MySQL, browser network toolsDOM inspection, SQL verification, basic CLI work, environment setup supportWorking proficiency

What I check in responsive design

  • Breakpoints and layout shifts
  • Text wrapping and truncation
  • Touch target size
  • Navigation and modal behavior
  • Form usability on mobile

What I validate in API CRUD flows

  • Authentication and authorization
  • Status codes and response schema
  • Entity relationships
  • Negative paths and invalid data
  • Data persistence after actions