Skip to main content

Customizable Fields

This document explains how to configure and manage customizable fields in TestOps to organize, categorize, and report on your testing data effectively.

Overviewโ€‹

Customizable Fields allow teams to add metadata attributes to testing entities such as Test Case, Test Run, and Test Result, configurable by users.

By configuring these fields, you can categorize, filter, and organize your testing data effectively across the entire test management lifecycle.

requirement
  • You must have the Account Admin or System Admin role to configure customizable fields.
  1. Go to the Account Settings in TestOps.

  2. Navigate to System โ†’ Configurations โ†’ Customizable Fields tab.

    Custom Fields Overview UI

Benefits

  • Align testing with business context: Capture key information like project phase, release cycle, or environment directly in your test entities for easier collaboration and reporting.
  • Boost productivity in reporting and filtering: Quickly filter, sort, and group test data using meaningful labels, making it easier to find relevant results or patterns.
  • Improve visibility across teams: Enable QA, Dev, and PM stakeholders to track progress and coverage based on shared attributes such as priority, feature area, or owner.
  • Simplify audits and compliance tracking: Maintain consistent metadata that supports traceability for audits, version control, and regulatory requirements.
  • Scale effectively with governance: Manage metadata growth through predefined limits and standardized field configurations, ensuring performance and consistency across large teams.

Field Types and Descriptionsโ€‹

Field TypeDescription
Dropdown (Single Select)User can only select one value from a dropdown
Dropdown (Multiple Select)User can only select one or more values from a dropdown
TextText input
NumberNumber only input
DateDate only input
CheckboxBoolean (true/false) input
URLURL/link input

Important Notesโ€‹

  • Changes to field configuration apply globally to all users in the workspace.
  • Modifying or repurposing a field affects existing data associated with that field.

Adding a Custom Fieldโ€‹

  1. To add a new field, click Add Field. To edit existing field, on the Customizable Fields page, click the โœ๏ธ Edit icon next to the field you want to modify.
  2. The Edit Custom Field dialog appears.
  3. Configure the following settings:
SettingDescription
VisibleToggle ON to make the field appear in the UI.
Applied To ObjectsChoose one or more entities (Test Case, Test Run, Test Result) where this field will appear.
LabelThe display name that appears in your workspace.
Key (Cannot be edited)The internal identifier that uniquely distinguishes each customizable field within the system.
Tooltip/DescriptionOptional text that describes the fieldโ€™s purpose.
Menu Options (for Dropdown fields only)Add or modify the selectable values (up to 30).
Default ValueSpecify a value that appears by default.
ExportableEnable this to include the field data in exports and reports.
Unique (for Text and Number fields only)Enable to require unique values across all objects using this field.
  1. Click Save to apply your changes.
  2. The updated field will immediately reflect across the selected entities.

Result

Your customizable field will be visible on all test cases (or whichever object you chose).

Custom Fields showing on UI - TC
Was this page helpful?