Hi, Currently, by entering a file name in a Aggregate Report Listener generates a xml file containing following vales.
<sample t="106" lt="0" ts="1273126940642" s="true" lb="JDBC Request" rc="200" rm="OK" tn="DocumentReader 1-1" dt="text" by="36967"/> Is it possible to override this format to include an additional attribute whose value can be specified in the run time. for e.g: <sample t="106" lt="0" ts="1273126940642" s="true" lb="JDBC Request" rc="200" rm="OK" tn="DocumentReader 1-1" dt="text" by="36967" * id="12345"* /> If this is not possible then can i use the log object available in Bean Shell sampler to log (but not in the jmeter log file) only the required test data. logIds.txt id=1111 id=2222 id=3333 The intention is to create a report containing some of the test data along with test results. Please let me if this can achieve this in any other ways. Thanks, Prasanna

