-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Joerg Werner <[email protected]>
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: 8.5.x | ||
linkTitle: 8.5.x | ||
|
||
weight: 63 | ||
type: docs | ||
|
||
date: 2024-11-22 | ||
|
||
description: > | ||
Selenium Updated, Response Codes Chart | ||
sitemap: | ||
changefreq: never | ||
priority: 0.1 | ||
--- | ||
|
||
## XLT 8.5.0 | ||
|
||
### Framework | ||
|
||
* Selenium has been updated to version 4.26.0 to provide better support for newer browsers. | ||
* After calling `XltWebClient.reset()` in a test scenario, the scenario continued to run successfully, but XLT stopped recording measurements for requests in the `timers.csv` file. This is now fixed. | ||
|
||
|
||
### Load Testing | ||
|
||
* The Load Test Report now includes a new chart in the *Response Codes* section. This chart visualizes the number and distribution of HTTP response codes over time. | ||
|