Skip to content

QA: end-to-end test case catalogue for the Schema Registry API #44

@Haydir-popsink

Description

@Haydir-popsink

Context

Kora is a Confluent-compatible Schema Registry. Today it is validated two ways:

  • automated integration tests in tests/*.rs (API-level, against real Postgres);
  • manual end-to-end checks through the Popsink UI (real Source→Kafka→Target flow).

There is no human-readable, structured test case catalogue describing what
Kora's behaviour should be, independent of any test script. This makes coverage
gaps hard to see and onboarding of new QA work slow.

Goal

Produce a complete, ISTQB-style test case catalogue (markdown, versioned in the
repo) covering all functional domains of the Schema Registry API. This is a
specification of expected behaviour first — automation comes later.

Scope (functional domains)

  1. Schema registration (Avro / JSON Schema / Protobuf, dedup, versioning)
  2. Schema retrieval (by ID, by version, latest, raw schema text)
  3. Compatibility checking (7 modes, compatible & incompatible evolutions)
  4. Configuration (global vs per-subject compatibility)
  5. Mode (READWRITE / READONLY / IMPORT)
  6. Deletion (soft-delete, hard-delete, reference protection)
  7. Cross-references between schemas
  8. Confluent wire-compatibility (error codes, content-type, response shape)
  9. Robustness / error handling (invalid schema, missing subject, body limits)

Deliverable

  • A markdown file in the repo with one section per domain.
  • Each test case: ID, domain, title, preconditions, steps, test data,
    expected result, priority.
  • A short coverage note mapping cases to existing tests/*.rs (what's already
    automated vs. gaps).

Metadata

Metadata

Labels

No labels
No labels
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions