Skip to main content
6-Contributor
July 14, 2026
Question

Editable fields in Test Run execution window

  • July 14, 2026
  • 1 reply
  • 26 views

The test run window should include multiple fields to edit and enter details in the execution window

1 reply

TJThielen
8-Gravel
July 14, 2026

Hi,

The Test Run window’s fields are actually just referencing the “Test Step Results” table that exists in the field configuration of the Test Runs tracker that you’re using. It is possible to add a new column by pressing the 3 dots next to the “Test Step Results” row and selecting “New Column”. 

From there, you can either pull in data from your Test Case into that field, or make it editable during execution.

  • To pull data from your test case, you can match the name of this new field to the name a field that exists in your Test Case’s “Test Steps” table, and it will find and pull in the data in your Test Step’s field.

 

  • To make a field editable during execution, after creating the new field on your “Test Step Results” table, select the 3 dots next to your new field and select “Edit”. Now a checkbox should appear in the top right that says “Editable”. Selecting this will allow you to edit that field during execution.

 

Note that these can be used at the same time as well, so you could pull extra info from Test Case and allow it to be edited at execution time if needed.


Hopefully this helps!