Platform Overview
Understand TestKase's multi-product architecture, roles, and navigation.
Platform Overview
TestKase is a multi-product SaaS platform for quality assurance teams. This page explains the architecture and key concepts.
Products
TestKase includes two products, each with its own workspace:
Test Management (TMT)
A comprehensive test management tool for organizing and executing manual and automated tests.
- Project-based: All work is organized into projects
- Role-based access: Two-tier model — Organization roles (Owner, Admin, Member) + Project roles (Project Admin, User, Guest)
- URL:
test-management.testkase.com
Accessibility Testing
An automated WCAG compliance scanner for web applications.
- User-scoped: Each user manages their own scans (not project-based)
- URL:
accessibility.testkase.com
Organization Structure
Organization (your company)
├── Products
│ ├── Test Management
│ │ ├── Project A
│ │ │ ├── Test Cases
│ │ │ ├── Test Cycles
│ │ │ └── ...
│ │ └── Project B
│ │ └── ...
│ └── Accessibility Testing
│ └── User's Scans
├── Team Members
│ ├── Owner (full access)
│ ├── Admins (manage team + all projects)
│ └── Members (access assigned projects)
└── Settings
├── Billing
├── AI Credits
└── StorageRoles
TestKase uses a two-tier role model:
Organization Roles
| Role | Who | Access |
|---|---|---|
| Owner | Person who created the org | Full access to everything. Can delete org, manage billing. |
| Admin | Trusted managers | Full access to all projects. Can manage team, invitations. Cannot delete org or manage billing. |
| Member | Regular team members | Access only to assigned projects with their project-level role. |
Project Roles (TMT only)
| Role | Access |
|---|---|
| Project Admin | Full project access. Can manage permissions and team. |
| User | Standard access. Configurable per project. |
| Guest | Read-only access. |
Organization Owners and Admins have implicit full access to all projects — they don't need to be explicitly added as project members.
Product Access
Each team member can be granted access to one or both products:
- Test Management — Uses a seat-based quota
- Accessibility Testing — Unlimited access
When inviting a user as Admin, both products are automatically enabled.
Authentication
TestKase uses a single login for all products:
- Log in at
testkase.com/login(email/password, Google, or Microsoft) - Authentication cookie is shared across all product subdomains
- Navigate between products using the Product Sidebar (left side)
URLs & Subdomains
| Domain | Purpose |
|---|---|
testkase.com | Login, signup, profile, organization settings |
test-management.testkase.com | Test Management product |
accessibility.testkase.com | Accessibility Testing product |
api.testkase.com | Backend API |
docs.testkase.com | Documentation (this site) |
All subdomains share the same authentication — log in once, access everywhere.
