Skip to content

Commit ec93912

Browse files
jowernerJoerg Wernerh-arlt
authored
Release notes XTC 112 (#314)
* Release notes XTC 112 * added info how to rerun a test with a certain Git revision * feedback from reviewer Co-authored-by: h-arlt <4641065+h-arlt@users.noreply.github.com> --------- Co-authored-by: Joerg Werner <j.werner@xceptance.de> Co-authored-by: h-arlt <4641065+h-arlt@users.noreply.github.com>
1 parent bb50cf7 commit ec93912

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

  • content/en/xtc/xtc-release-notes
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: XTC v112
3+
linkTitle: XTC v112
4+
description: 2026-03-24
5+
6+
weight: 104
7+
type: docs
8+
9+
date: 2026-03-23
10+
11+
sitemap:
12+
changefreq: never
13+
priority: 0.1
14+
---
15+
16+
## Load Testing
17+
18+
### Code Archives
19+
20+
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.
21+
22+
### Git Revision Recorded
23+
24+
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.
25+
26+
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`.
27+
28+
The revision is also available via the REST API. Refer to the [detailed load test status](https://xtc.xceptance.com/exploreApi#get-/public/api/v2/orgs/-org-/projects/-project-/load-tests/-id-/status) endpoint in the API Explorer.
29+
30+
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.
31+
32+
### UI Improvements
33+
34+
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.
35+
36+
### Available XLT Execution Environments
37+
38+
* XLT 9.x → [9.2.2]({{< relref "/xlt/release-notes/9_2_x" >}}) (recommended)
39+
* XLT 10.x → [10.0.0-beta-1]({{< relref "/xlt/release-notes/10_0_x" >}})

0 commit comments

Comments
 (0)