Logging Results
Logging a result is the core action of an exploration — write what you found, mark it with a status, and add it to the timeline. Each result entry is a self-contained observation: notes describing the finding, a status indicating the outcome, and optional evidence like inline images and linked issues. Every entry is timestamped, attributed to the tester, and preserved permanently.
Think of it as filing a field report
Each result entry is a field report from the field. Describe your observations (notes), classify the finding (status), attach photographic evidence (inline images), and reference any tickets filed (linked issues). Each report is stamped with your name and the time — and joins a permanent record that the whole team can review.
Step by step
- Open an exploration from the EXPLORATIONS tab.
- Scroll to the Session Log card on the detail page.
- Write your observations in the rich-text editor. Use formatting — headings, lists, code blocks — for clarity.
- Select a Result Type from the dropdown — for example, Passed, Failed, or Blocked.
- Click Add.
- The entry appears immediately in the results timeline below the session log.
The notes editor
The rich-text editor supports: bold, italic, underline, strikethrough, headings, bullet and numbered lists, code blocks, blockquotes, links, and inline images. Use these tools to write clear, structured observations.
The editor is disabled when the exploration is closed — no new results can be logged on a closed exploration.
Choosing a result status
The Result Type dropdown shows all statuses that are scoped for explorations. The “Untested” status is excluded since every logged result represents an active observation.
| Status | Typical meaning |
|---|---|
| Passed | The area under exploration behaved as expected |
| Failed | A defect or unexpected behaviour was discovered |
| Blocked | Testing was blocked by an environment issue, dependency, or access problem |
| Skipped | This area was intentionally skipped during the session |
Statuses are configurable. Status names, icons, and colours are managed in Statuses. Which statuses appear in the dropdown is controlled by scope availability — see Scope Availability.
Uploading images
- Drag an image file into the editor area, or paste from your clipboard.
- The image uploads in the background and a preview appears inline in the editor.
- Click Add to permanently attach the image to the result entry.
Save before navigating away. Images uploaded during a draft are stored temporarily. If you navigate away from the page without clicking Add, draft uploads may be discarded.
Linking external issues
After a result is logged, you can link external issues (from Jira, GitHub, Azure DevOps, or other configured sources) to individual result entries. Linked issues appear on the result card with a count badge and are also aggregated in the sidebar Issues card.
Linking issues requires the Manage external references permission. For full details on configuring issue sources and relation types, see External References.
Filtering results
Use the filter dropdown at the top of the results section to show all result types or only results with a specific status. This is useful for reviewing only failures, isolating blocked items, or focusing on a particular category of finding.
Result history
Every result entry is preserved permanently in reverse-chronological order. Results are never overwritten or deleted — each entry is a standalone record. This provides a complete audit trail of what was discovered, when, by whom, and what status was assigned.
Exploration results vs test run results
| Aspect | Exploration results | Test run results |
|---|---|---|
| Logged from | Session Log on the exploration detail page | Add Result modal opened from a specific test case |
| Contains | Rich-text notes + result status | Status + per-step results + comment + elapsed time + custom fields + attachments |
| Scope | Belongs to the exploration itself | Belongs to a specific test case within the run |
| Steps | Not available — explorations have no step structure | Per-step pass/fail if the test case has a STEPS field |
| Input method | Write notes, pick a status, click Add | Open case panel, click Add Result, fill out the modal form |