I need to create an Aggregate report under a thread group with the thread group name. For Ex: If my thread group name is LoginThreadgroup I need to create an Aggregate report file, View Result Tree file name with LoginThreadgroup.jtl LoginThreadgroup_VRT.jtl
I tried to use -${__BeanShell(ctx.getThreadGroup().getName())}.jtl and ${__threadGroupName}_ViewResultsTree_Failure_report.jtl
ETC but both dint work out well in my case.
I have many thread groups under test tree, for each, I would like to create jtl
files with the respective thread group name.
Can anyone help me in this