Northlane
A booking platform for boutique fitness studios
Project Overview
Northlane is a responsive web application for browsing and booking fitness classes across multiple studio locations. QA focused on cross-browser consistency and the end-to-end booking and payment-confirmation flow.
Platforms
Development
Testing
- Functional Testing
- UI Testing
- Compatibility Testing
- Regression Testing
- Accessibility Testing
Desktop · Chrome
Mobile · Safari
Laptop · Edge
Release quality, broken down.
Version 3.0.1
210
Test Cases
206
Passed
4
Failed
0
Critical Issues
Before & after.
Drag the divider to compare releases.
Issues found during QA.
A sample of bugs identified and resolved during the QA process for this project.
BUG-007
Date picker overlaps footer on Firefox
The booking date picker rendered beneath the page footer in Firefox only.
Actual behavior
Footer overlapped the bottom rows of the calendar.
Expected behavior
Date picker should render above all page content.
Steps to reproduce
- Open the booking modal in Firefox
- Open the date picker
Resolution
Fixed a z-index stacking context issue scoped to the modal.
BUG-015
Payment confirmation double-submits
Rapid double-tapping the confirm button could submit a booking twice.
Actual behavior
Two bookings and two charges were created.
Expected behavior
Only one booking and one charge should be created.
Steps to reproduce
- Fill in booking details
- Double-tap 'Confirm & Pay' quickly
Resolution
Added request de-duplication and button-disable-on-submit.