I have a test suite running well in the GUI and will want to run it from the command line. No problem there, I understand how to do that.
In the suite I have a Summary Report object that shows me the min, max and avg response times in a table. There is a 'configure' button on the summary report that allows me to choose fields I can write to a file for capturing the results. However, all I want is the min, max, and average and these do not seem to be fields that I can record.
Can anyone suggest a way I can access these values, perhaps from a Beanshell or something?
My suite will have a number of thread groups and I want to create a unique summary report file for each so that I can drive some plots in Jenkins.
Thanks in advance for any help.
Brad