XTC v112

2026-03-24

Load Testing

Code Archives

The Code Archives feature has been refined. Previously, once a code archive was configured, it took precedence over Git repository settings. Now, you must explicitly enable the use of a code archive for your load test.

Git Revision Recorded

When executing a load test, XTC uses the latest revision of the test suite for the specified branch. To exactly reproduce the test setup at a later time, we need to know both the branch name and commit hash. Therefore, XTC now records these values used for each load test.

To view this information, open the Edit Details dialog of the load test in question. A new read-only field displays the branch/commit information used. For example, it might show main/7a95e2f0de20bc7b5c7db609543afeb42d6b9932.

The revision is also available via the REST API. Refer to the detailed load test status endpoint in the API Explorer.

To rerun a load test with the same revision used for a previous test, you will need to manually create a new branch at the commit identified by the commit hash. Name the branch appropriately and configure it in the repository settings of your new load test.

UI Improvements

When editing a date-time value using the keyboard, such as when adjusting the start time of a custom report, the entire value was cleared. This issue has been resolved.

Available XLT Execution Environments

Last modified March 23, 2026: Release notes XTC 112 (#314) (ec93912e)