Training platform

Build real SDET capability across UI, API, unit, accessibility, and non-functional testing.

This branded practice application gives students a realistic system under test with polished, accessible UI, purposeful APIs, seeded data, and reusable automation hooks.

What this page demonstrates

  • Accessible forms and semantic layout
  • Calculator workflow calling POST /sum
  • Navigation across training areas
  • Branding structure ready for your real logo

Training coverage

Use this single application as the target for many different test types.

UI Forms, buttons, modal, dropdowns, table, range, hover, toggles, validation.
API Health, login, arithmetic, users, products, orders, and a slow endpoint for resilience practice.
Quality Unit tests, Playwright, a11y, BDD, performance-ready endpoints, and clean selectors.

Calculator practice

This simple workflow remains useful for early UI and API lessons.

Result will appear here.

Suggested student tasks

  • Automate the happy path and invalid input path.
  • Intercept the request and inspect the payload.
  • Write unit tests for the math helper functions.
  • Run an accessibility scan and verify no serious issues.