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 Admin UI 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 Limits​

Katalon provides a predefined set of customizable fields to ensure optimal performance and data integrity.

You can edit these existing fields to fit your needs, but you cannot create additional fields beyond the provided limit.

Field TypeNumbers of Available fields to useDescription
Dropdown (Single Select)15 fieldsUser can only select one value from a dropdown
Dropdown (Multiple Select)2 fieldsUser can only select one or more values from a dropdown
Text5 fieldsText input
Number2 fieldsNumber only input
Date2 fieldsDate only input
Checkbox2 fieldsBoolean (true/false) input

Example: If you need a dropdown field for tracking “Environment” (e.g., Staging, Production, UAT), you can rename one of the available dropdown_single fields and define your desired options.

However, once all 15 single-select dropdown fields are used, you cannot add a 16th — you must repurpose or edit one of the existing ones.

Important Notes​

  • Field limits are fixed — you can modify field names, tooltips, and options, but cannot create new ones beyond the predefined count.
  • Changes to field configuration apply globally to all users in the workspace.
  • Modifying or repurposing a field affects existing data associated with that field.

Editing a Custom Field​

  1. On the Customizable Fields page, click the ✏️ Edit icon next to the field you want to modify.
  2. The Edit Custom Field dialog appears (see example below).
  3. Configure the following options: a. Dropdown Single: Dropdown Single Field Config b. Dropdown Multiple: Dropdown Multiple Field Config c. Text field: Text Field Config d. Number field: Number Field Config e. Date field: Date Field Config f. Checkbox field: Checkbox Field Config
  4. Click Save to apply your changes.
  5. 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
SettingDescription
RequiredToggle ON to make the field mandatory.
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.
KeyThe 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)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.
Was this page helpful?