HomeAbout SkillsExperience ProjectsEducation Contact
Home / Projects

Projects I've
built and tested.

Featured Projects

My Work

01
Chatboq
🤖 Chatboq (SaaS Platform) — QA Testing
Manual Testing API Testing Automation JMeter Documentation
Visit Website

Chatboq is a SaaS-based live chat and AI chatbot platform that helps businesses improve customer communication, automate support, and manage conversations through a unified inbox and cross-channel communication system. I worked as a QA tester on the platform, responsible for validating core functionalities, testing user flows, and ensuring system reliability across different modules including chat, automation, and knowledge management features.

Key Features Tested
  • AI response generation and chatbot behavior validation
  • Workflow testing across different user actions and scenarios
  • Plan-based feature access and restrictions (subscription tiers)
  • Integration testing of platform modules and data flow
  • Role-based access, team invitations, and Chatboq script integration for website setup
QA Contribution
Testing approach for Chatboq
Manual end-to-end testing of user flows covering functional, UI, and regression testing
API testing using Postman for validating all backend endpoints
Automation testing using Playwright with Page Object Model (POM) design
Integration testing of chat workflows across the platform
Performance testing using JMeter to evaluate system load and response time
02
StudyMate
🎓 Final Year Project
MongoDB Express.js React Node.js MERN Stack

An E-Learning Platform built as my final year project. StudyMate supports multiple roles — Admin, Instructor, and Student — with secure authentication, payment processing, and a full course lifecycle from creation to certification.

Key Features
  • Role-based access control for Admin, Instructor, and Student users
  • Secure payment integration with course access control
  • Project submission and peer review workflow
  • Automated certificate generation upon course approval
  • Backend authentication with JWT and session management
QA Contribution
Testing approach for StudyMate
Manual end-to-end testing of user flows
API testing via Postman for all endpoints
Role permission boundary testing
Payment flow validation
Certificate generation verification
03
Library Management System
📚 CRUD Application
HTML / CSS JavaScript Node.js MongoDB

A practical library management system focused on clean backend architecture. Built to manage books, users, and the complete issue/return workflow through a RESTful API with a simple frontend interface.

Key Features
  • Full CRUD operations for books and user management
  • Book issue and return workflow with status tracking
  • Clean REST API design with Node.js and Express
  • MongoDB integration for flexible document storage
QA Contribution
Testing approach
CRUD operation validation testing
API endpoint testing with Postman
Issue/return workflow testing
Data integrity and edge case checks