Visually interact with your QA knowledge-graph
I’ve been thinking about a problem with QA tooling: we have tons of information, but most of it is presented as lists.
Stories → scenarios → tests → executions → issues.
You can search it. Filter it. Sort it.
But it’s surprisingly hard to see the relationships and patterns across all of it.
So we built something called Semantic Canvas.
Every Story, Scenario, Test, Issue, API - map into a shared embedding space, then projected onto a 2D canvas.
Similar things naturally cluster together - even when there’s no explicit link between them.
Then, you can overlay things like execution status, severity, automation coverage, or overdue status as "border colours" on nodes, to reveal patterns that are hard to spot in a list.
For example:
🐞 See high-severity bug hotspots
🧪 Find clusters of failing tests
📉 Spot product areas with poor automation coverage
🔍 Identify duplicate tests
The goal is pretty simple: make your QA knowledge something you can explore, not just search.
Would you find a view like this useful for your QA data?