Reputation: 4645
I've created a JMeter load test to test our API.
Currently we have four defined Use Cases that we want to test.
The Testplan is set up like this:
When I execute the tests, the report for the Response Times Over Time looks like this:
I would have expected to find only the four defined Use Cases... what are the other Use Cases shown in the graph and how can I group them?
Thanks in advance
Upvotes: 0
Views: 31
Reputation: 168002
You can put your "Use Cases" under the Transaction Controller and tick "Generate parent sampler" box
Another option is filtering the samplers labels you want to see at the charts via jmeter.reportgenerator.exporter.html.series_filter
property
Upvotes: 2