On Mon, Nov 8, 2010 at 9:00 PM, sebb <[email protected]> wrote: > On 8 November 2010 19:52, Andrei Ghimus <[email protected]> wrote: >> Good day! >> >> I'm calling >> word1=${__StringFromFile(query.txt)} word2=${__StringFromFile(query.txt)} >> and I expect ${word1} and ${word2} to have different values >> (specifically, ${word2} to get the value from the following line). >> This does not happen i.e. ${word1} and ${word2} have the same value. > > What test element have you used them in? Java Request sampler. > >> Any idea why? > > Subtle bug, because SFF generally works OK. > >> And if this is not the way to do it, maybe someone could >> offer an alternative. > > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#CSV_Data_Set_Config The description for CSV Data Set Config says that lines are only read at the start of an iteration. I need to read the next line at each call. Can I do that? > >> Thanks in advance. >> >> P.S.: JMeter 2.4 >> >> --------------------------------------------------------------------- >> 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] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

