Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.testdino.com/llms.txt

Use this file to discover all available pages before exploring further.

What you’ll learn
  • What a release captures and configures
  • What attaches to a release and how nesting works
  • How release states and the detail page work together
A release is the planning container for a sprint, version, or cycle of manual testing. It captures scope, dates, branch, environment, build target, and testers, then rolls up progress across every linked run and session. Releases page showing active releases with status, runs, sessions, and timeline

Create Or Edit Release

Open the dialog from the + Release button on the Releases page. The same form is reused for editing: open any release from the list and click Edit in the header.
FieldDescription
NameRelease name
DescriptionLong-form description
TypeValue from Release Type Settings, e.g. release, hotfix, patch
ParentOptional parent release; see Release Scope
Start DatePlanned start date
Due DatePlanned due date; drives the Past Due status
BranchSource-control branch
EnvironmentTarget environment from project settings
Build targetPlatform, version, build number, source, and deploy URL
TestersAssigned testers; must be organization members
Linked issuesExternal issue references such as Jira keys
NoteInternal note with inline image support
Create Release dialog showing name, description, type, parent, dates, branch, environment, build target, testers, linked issues, and note fields

Release Scope

From a release’s detail page, you can add three items: a test run, an exploratory session, or a sub-release. Release detail page showing options to add a test run, exploratory session, or sub-release
  • Test run - Creates a manual run under this release. Good for a fixed list of test cases, like a smoke check before a deploy or a regression pass.
  • Exploratory session - Creates a session under this release. Best for unscripted testing where you set a mission, explore, and log findings as you go.
  • Sub-release - Creates a child release inside this one. Useful when a long cycle needs to split into phases, like a major version broken into a beta phase and a final phase (v2.0 → Beta → Final).
Note
  • Items added from the detail page link automatically to the release.
  • Sub-releases support up to 3 levels.

Track Progress on Release Detail

The detail page shows the release status, dates, edit options, and action buttons. Use the Results tab to track test progress and the Activity tab to view the audit timeline.

Release States

Releases move through Not Started, In Progress, and Completed. Past Due appears if the due date passes before completion. Use Start, Complete, or Reopen to update the release state. Linked runs and sessions must be closed separately.

Results Tab

The Results tab combines test status from every linked run, session, and sub-release into a single rollup. Release detail Results tab showing test status breakdown, progress, note, and sub release sections

Activity Tab

The Activity tab lists run results and session findings in chronological order, with the contributor for each entry. Release detail Activity tab showing contributors and recent activity across linked runs and sessions

Release Type Settings

Use Type to categorize releases. You can also customize and manage these values via Test Case Settings → Releases in the header. Settings page showing Releases tab with Release Type options

Manual Runs

Execute manual test cases inside a release

Sessions

Track exploratory work linked to a release