BACK TO PORTFOLIO
Projects Repository

FULL PROJECTS ARCHIVE

A comprehensive list of system designs, web applications, and test automation codebases.

Nov 2025 – Mar 2026

Multi-Tenant Enterprise Platform

Enterprise document management platform with multi-OS deployment. Led end-to-end QA including deployment script testing across Windows, Mac, and Linux environments.

  • Tested deployment scripts on Windows, Mac & Linux (setup, update, uninstall)
  • Monitored Docker container logs and ensured stable system setup
  • Verified complex RBAC roles: Super Admin, Tenant, Employee
  • Backend validation via SQL queries and Beekeeper Studio
  • Tested digital & physical document tracking, retrieval, and custom reporting
  • Validated tenant-specific settings: themes, password policies, subscriptions
DockerSQLRBACDeployment TestingBeekeeperManual Testing
2025

Business Automation & Marketing Platform

WhatsApp-first business platform for appointment booking, marketing campaigns, and service management with bot automation.

  • Tested onboarding: signup, subscription, and WhatsApp Business connection
  • Verified bot activation, service setup, and appointment workflows
  • Checked RBAC: Business Owners (full control) vs Staff (limited access)
  • Validated payment workflows using Pagar.me and Google Calendar sync
  • Tested WhatsApp number change, Meta WebView login, and bot assignment
  • Verified Marketing module: template creation, Meta approval, and campaign execution
WhatsApp APIPagar.meGoogle CalendarRBACAPI TestingRegression
May 2026 – Present

QuickKart Automation Framework

End-to-end test automation framework built with Playwright for QuickKart, featuring Page Object Model, self-healing locators, and automated execution in CI/CD.

  • Simulated storefront and admin dashboard user flows (86 spec files)
  • Self-healing locator strategy with fallback selectors to minimize test fragility
  • Reused authenticated state (storageState) across test cases to reduce login overhead by 80%
  • Parallelized execution and full debugging reports (Allure, traces, videos)
PlaywrightGitHub ActionsPage Object ModelAllure ReportsCI/CDSelf-Healing
Apr 2026 – Present

QuickKart E-Commerce Platform

Feature-rich MERN stack e-commerce application designed with a premium dark-mode aesthetic and engineered specifically for comprehensive manual and automated quality assurance.

  • Developed and verified storefront and administrative dashboard flows with strict Role-Based Access Control (RBAC)
  • Designed and documented 40+ manual test cases covering authentication, shopping cart math, and multi-step checkout
  • Instrumented the React frontend with unique data-testid attributes across all interactive components to ensure 100% stable automation locators
  • Tested and validated 25+ backend REST API endpoints using Swagger specifications
  • Built and verified an immutable Activity Logging system for real-time audit trails of critical business events (Logins, Inventory, Orders)
  • Leveraged AI coding assistants for accelerated development, code refactoring, and test case generation
MERN StackAPI TestingManual TestingRBACSwaggerAudit Logging