Skip to content
All projects

SaaS Platform for SMEs

SpaceOS

A full SaaS platform for small and medium-sized businesses, bringing multiple business operations into a unified system.

Role
Software Quality Assurance Engineer
Domain
SaaS, Business Operations
Platforms
Web · Backend
Company
Portonics Limited

Overview

SpaceOS brings operations that SMEs normally run across separate tools into a single platform. The product spans three modules that share data and users.

  • Resource Booking
  • E-commerce
  • Finance

The Challenge

A unified platform means the interesting defects rarely live inside a single module. They appear where modules meet: a booking that has to settle through finance, an order that has to reconcile against the same ledger. Testing each module in isolation was never going to be enough, so the work was framed around business workflows that cross module boundaries rather than around screens.

My Contribution

  • End-to-end testing across the platform
  • Module integration testing between Resource Booking, E-commerce and Finance
  • Business workflow validation for multi-module flows
  • API testing of backend services
  • UI testing across the web application
  • Regression testing across releases

Testing Strategy

Coverage was built in layers: API checks to confirm each service behaved correctly on its own, integration testing where modules exchanged data, and end-to-end business workflows to prove a real operation completed correctly from start to finish. Regression testing kept earlier modules stable as new ones landed.

Testing Areas

  • End-to-End Testing
  • Module Integration
  • Business Workflow Validation
  • API Testing
  • UI Testing
  • Regression Testing