https://bz.apache.org/bugzilla/show_bug.cgi?id=63219
--- Comment #4 from Sebastian Boga <[email protected]> --- Yes. A Write to File sampler would be really nice. During a test we can compute a dynamic value for a variable and we need a simple way to put this value into a file (of course, we will specify the filename). The data whithin the file will be used as input data in next step or next JMX script. If it's easier to develop this as a function like you mention: ${__stringToFile(<file path>, <sync_id>, <string to write>)} then this is fine also. If we want to create different files we can use timestamp as filename or UUID, so don't worry about the file being overwritten. Best regards, Sebi -- You are receiving this mail because: You are the assignee for the bug.
