1
votes

I'm using JMeter for integration and non-regression testing. The tests are automated and reports are working.

But since it is scenario testing and not performance testing the report doesn't give real business added value for that kind of tests.

My question: Is there any way to have a scenario (transaction controller based)reporting?

For the moment, to have some more meaningful result, transactions controllers and dummy sampler are used.

What we would like to have is the number of success/failure scenarios of the last test run. And also an history of success/failures per test run (1 by day).

Thank you for your advices.

2

2 Answers

1
votes

The easiest way of getting the things done is putting your JMeter test under Jenkins orchestration so it will be automatically executed based on a VCS hook or according to the Schedule

Once done you will be able to utilize Jenkins Performance Plugin which adds test results trends charts and ability to mark build as unstable/failed depending on various criteria.

0
votes

If I am not wrong, you want to create a suite based on particular test cases. like if single case include execution of more than 1 request in a single execution. If this is the case, you can simple create a test fragment through jmeter gui, and copy all the samplers in single fragment. Now to control their execution you can use any controller of your choice, i would suggest you to use module controller for http samplers.