vetalok <vetalok <at> gmail.com> writes: > > > hi! > When I pushed pre-processors-≥add user parameters->"Add Variable Button" new > variable "mydata" has been created. How can I input big data into this > variable? Because it seems there is only String data( 256 symbols) > variables, I need to input 4KB of data? Is there some posibility to do it?
hi !! u can maybe use the String from file funcion in the user parameter node, i.e., u can create a variable as follows name value param ${_StringFromFile(E:\jmeter\paramFileName.txt)} then u can use the value of this variable as ${param} in your jmx script P.S : Remember, the string from file function reads one line at a time. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]