FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour **Short Description โ€“ SSOT Diagnostic Test Tool**
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
**Short Description โ€“ SSOT Diagnostic Test Tool**
Posted: Mon Mar 02, 2026 02:12 AM

This is a compact browser-based test panel designed to validate and observe an SSOT-based microservice architecture.

The tool allows developers to manually trigger predefined test scenarios and immediately inspect:

  • JSON request/response behavior
  • Input validation (valid / invalid JSON)
  • Empty body handling
  • Simulated delays
  • Simulated HTTP errors (e.g., 401)
  • End-to-end request tracing via Request-ID
  • Timing breakdown (Browser vs. Proxy vs. Microservice)

Each test:

  • Sends a controlled JSON payload
  • Displays the full raw JSON response
  • Shows browser execution time
  • Shows microservice execution time (duration_ms)
  • Shows proxy execution time (_trace.proxy_duration_ms)
  • Marks the result as OK / FAIL based on expected behavior

The goal is not load testing, but architectural transparency:

It makes request flow, validation logic, timing, and error propagation visible in a single, compact interface โ€” without needing external tools.

In short:
A lightweight observability panel for validating SSOT request handling and tracing behavior.

Continue the discussion