Software QA Assessment · v1.0

Find the bugs.
Prove your craft.

This platform tests your ability to identify visual defects, validate API behavior, and document findings like a real QA engineer.

MODULE 01

Visual & UX Bugs

A mock e-commerce store with intentional defects hidden in the UI — layout, contrast, pricing, form validation, and more.

Visual Testing
MODULE 02

API Testing Console

A set of REST-like endpoints returning mock data. Some are correct, others contain wrong status codes, bad payloads, or missing fields.

API Testing

Instructions for candidates

  1. Start with Module 02 (Visual) — explore the shop UI and document every defect you notice. Take notes.
  2. Move to Module 03 (API) — use the console to call each endpoint. Note unexpected behavior, wrong data, or incorrect status codes.
  3. Complete the Results checklist — mark every bug you found. Your score reflects thoroughness and accuracy.
  4. You have 45 minutes. Quality of findings matters more than quantity.

Module 01 · Visual & UX Testing

🛍 Pixel Perfect Store

Find and document all visual and functional bugs in this shop interface.

Quick Checkout

Please enter a valid email address

🛒 Cart (0 items)

Your cart is empty.

Module 02 · API Testing Console

API Explorer

Test each endpoint. Some responses contain bugs — wrong status codes, bad data, missing fields, inconsistent types.

Endpoints

GET
Params
Headers
Body
KeyValueDescription
← Select an endpoint and click Send

⚠ What to look for

Wrong HTTP status codes returned for successful or failed operations
Response body missing required fields from the spec
Incorrect data types (string where number expected, etc.)
Inconsistent field naming (camelCase vs snake_case)
Endpoints returning data they shouldn't (auth bypass)
Error messages that leak sensitive information