-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #240 from Xceptance/xlt-8.3.0
Release Notes XLT 8.3.0
- Loading branch information
Showing
2 changed files
with
44 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,15 @@ | ||
|
||
--- | ||
title: "Scorecard" | ||
|
||
weight: 570 | ||
type: docs | ||
|
||
description: > | ||
How to evaluate and rate reports in an automated fashion. | ||
--- | ||
|
||
## Scorecard | ||
|
||
Documentation follows soon. | ||
|
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.3.x | ||
linkTitle: 8.3.x | ||
|
||
weight: 65 | ||
type: docs | ||
|
||
date: 2024-07-12 | ||
|
||
description: > | ||
Rule-based evaluation of load test reports | ||
sitemap: | ||
changefreq: never | ||
priority: 0.1 | ||
--- | ||
|
||
## XLT 8.3.0 | ||
|
||
#### Load Test Report | ||
|
||
Starting with XLT 8.3.0, load and performance test reports are optionally enriched with a new section named "Scorecard" that in fact is the result of XLT's new "Scorecard" feature - a rule-based approach to evaluate a load test report and rate it in an automated fashion. | ||
|
||
It works by applying XPath expressions on the load test report's XML document and testing their value for some given condition. Furthermore, it allows you to weight certain aspects of your checks by assigning points to them that are summed up to a final score later on. | ||
Last but not least, you may assign a rating for the load test depending on the final score. | ||
|
||
All of this enables you to test for certain performance or even functional criteria in an automated fashion to get a first insight into the load test's outcome and thus save valuable time. | ||
|
||
Sounds interesting? [Read more]({{<ref "../load-testing/manual/570-scorecard/">}}) about this feature in XLT's User Manual. |