Skip to main content

InfiniTrace

In brief: InfiniTrace lets you traverse linked QA entities—stories, scenarios, SmartTests, executions, RUM events, releases, and explorations—as an infinite board chain in QA Brain.

What is InfiniTrace?

InfiniTrace is TestChimp’s horizontal link explorer for your project’s QA knowledge graph. Open it from the sidebar under QA Brain (/brain), pick a starting entity type, select a card, and fan out to related types—story → scenario → test → execution, event ↔ test, release → test run, exploration → journey, and more.

Instead of hopping between pages to answer “what covers this story?” or “which tests emit this production event?”, you walk the relationships on one canvas of boards.

InfiniTrace link explorer in QA Brain

InfiniTrace: start from any entity and fan out across linked QA types

Where to find it

  1. Open QA Brain in the TestChimp sidebar
  2. Stay on the InfiniTrace tab (or open Semantic Explorer for the similarity map)
  3. Choose a starter type under Choose where to start, then select an entity card to begin the chain

Shareable deep links encode your board chain in the ?locator= URL param so teammates land on the same selection, filters, and sorts.

How boards work

Each column is a board for one entity type. Board N shows entities relative to the selected card on board N−1.

ConceptWhat it means
Starter boardFirst column lists entities of the type you chose—no Linked / Non-Linked split
Fan-out CTAsSelect a card to lift it and pick a related type; the next board fills with that relation
LinkedEntities structurally linked to the prior selection (entity links and type-specific adapters)
Non-LinkedTop-N peers of the same type, often ranked by semantic proximity when embeddings exist
Infinite canvasBoards grow to the right as you explore; changing a mid-chain selection truncates boards to the right

Filters, search, and sort

  • Search — title, ordinal ID, and external ID (client-side on loaded boards; server-driven on the starter board)
  • Filters — priority, status, labels, assignees, due date, issue type, branch, semantic radius, and other type-specific fields
  • Sort — per accordion: Created, Updated, Priority, Status, Title, Ordinal, Semantic proximity
    • Linked defaults to last updated
    • Non-Linked defaults to semantic proximity (closest first)

Linking and details

  • Link — on Non-Linked cards (when rules allow), create a link to the prior board’s selection
  • View Details — read-only modal with a jump to the full entity page
  • Create issue — open gap-finding flows from unlinked, high-proximity peers

Note: some relations (for example TEST ↔ EVENT coverage) are derived from SmartTest emissions / RUM processing and are not writable from InfiniTrace.

Entity types you can traverse

Starter types and fan-out nodes include:

TypeTypical use in a chain
Story / ScenarioRequirement → coverage → gaps
Test (SmartTest)Automation ↔ plans, executions, events
IssueBugs and tasks tied to plans or journeys
Test execution / Automation batchRun outcomes for a test or batch
EventTrueCoverage / RUM catalog names linked to tests
Release / Test runRelease context → runs → scenarios and executions
Exploration / Journey executionExploreChimp journeys and findings

Semantic proximity applies where embeddings exist (commonly Story, Scenario, Test, Issue, Event).

Use cases

Trace coverage from a story

Start at a Story → fan out to ScenariosTestsTest executions. See what is linked, what is only semantically close, and where to create missing links.

Close gaps with Non-Linked + semantic proximity

Open Non-Linked, sort by semantic proximity, review near-misses, then Link or Create issue without leaving the canvas.

Bridge TrueCoverage events to automation

Start from an Event that matters in production and fan out to Tests that emit it (via SmartTest event emissions)—or the reverse—so behaviour gaps and automation stay in one graph.

Follow ExploreChimp context

Chain ExplorationJourney execution → related Issues / Tests when triaging exploratory findings.

Release and run context

Start from a Release or Test run and walk into the scenarios, stories, and executions that participated—useful for release readiness and post-deploy triage.

How InfiniTrace fits QA Intelligence

InfiniTrace is a navigation surface over the same linked entities that power QA Intelligence insights:

SurfaceJob
DashboardTrends and roll-ups
AtlasScreens, states, bugs in product structure
InfiniTraceInteractive traversal of the QA entity graph
Semantic ExplorerSimilarity map, duplicates, and semantic near-miss linking
TrueCoverageProduction behaviour vs test coverage
Planning / SmartTests InsightsFolder-scoped coverage and health

Link scenarios in SmartTests with // @Scenario comments so InfiniTrace (and insight roll-ups) have rich structural edges to follow. Instrument events for TrueCoverage so Event boards reflect real user pathways.

FAQ

Where do I open InfiniTrace?

Open QA Brain in the TestChimp sidebar, then use the InfiniTrace tab at /brain.

What is Linked vs Non-Linked?

Linked shows structural entity links to the prior selection; Non-Linked shows top-N peers, often ranked by semantic proximity so you can link gaps in place.

How does InfiniTrace relate to TrueCoverage?

Event boards use the TrueCoverage / RUM event catalog; TEST↔EVENT edges come from SmartTest event emissions during runs.

Can I share an InfiniTrace view?

Yes—the board chain (types, selections, filters, sorts) encodes into the ?locator= URL deep link.