On 14 September 2010 14:16, SanderW <[email protected]> wrote: > > Ahhhh, fout the problem: I should have placed the BeanShell Postprocessor as > a child of the HTTP Request instead of after the Request. > > While Controller (${__javaScript(("${Inputpagina}" != "<EOF>")? "true" : > "false",)}) > ...CSV Data Set Config (Variable names = Inputpagina) > ...If Controller ("${Inputpagina}" != "<EOF>") > ......HTTP Request (path = ${Inputpagina}) > .........Regular Expression Extractor (Name = Outputpagina & RegEx = > href=\"(.+?)\" & Match No = -1) > .........BeanShell PostProcessor > > > Still one question is unanswered: Please please please, provide me with an > example to write to new file instead of to the jmeter.log
BeanShell understands Java code, so just use standard Java to open the file and write the data. > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Write-variables-to-a-file-without-showing-them-in-Results-Tree-tp2837757p2839101.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

