XLT
XLT copied to clipboard
XLT is an comprehensive load and performance test tool developed and maintained by Xceptance. It features extensive ready-to-use reporting.
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
Make it possible to exclude certain errors from Error tab in the Reports. This would help to show the report to a certain audience and to focus on the important...
* Review put and remove if they would also benefit from hashCode comparison before `equals`.
Right now, we don't read CSV the official way aka it is a very cheap substitute that breaks when we have newlines in quotes, for instance. Use Apache.CommonsCSV to offer...
For the purpose of monitoring, we sometimes require a mobile/responsive view to quickly check in whether a certain notification is worse following up. Create a prototype of a responsive result...
When you sort or filter a table (such as the requests), the report should rewrite the url (#option) to later on remember that sorting when sharing the link, hence the...
## Goal Why need the ability to log custom data such as user names, SKUs or similar as part of a load test. This might be used later on for...
The report generator keeps the stack trace of exceptions that occurred during the load test in memory for later display in the load test report. If there are numerous stack...
We use https://github.com/aggregateknowledge/java-hll for the reporting to count unique urls efficiently. Sadly, the HLL project is 10 years old and not alive. Let's see if we can use https://datasketches.apache.org/docs/Community/Downloads.html with...
### Summary Add one chart to each transaction on the "Transactions" page of the XLT report. These charts shall show the cumulative "Overall Count" of executed transactions of this transaction...