Problem is resolved. Variables was defined wrong. I define them without hex mark "0x", and now is OK
sebb-2-2 wrote: > > On 26/06/2009, PeterMvec <[email protected]> wrote: >> >> Hi, >> I'm wondering how to send many variables using BinaryTCPClientImpl. I >> have >> thread group, and tcp sampler in it. I want to send 2000 times different >> kind of frame in hex. I'm using BinaryTCPClientImpl. If I'm sending for >> example "${var1}${var2}${random_number}" it doesn't work. > > You must be doing something wrong ;-) > > It's rather difficult to offer any more detailed help without more > detail of exactly what is not working. > > What did you expect to happen? > What did actually happen? > Any error messages in JMeter log or console? > Which version of JMeter? > >> var1 and var2 are user defined variables and random_number is generated >> from >> random variable >> >> Thanks in advance.. >> >> >> >> -- >> View this message in context: >> http://www.nabble.com/TCP-sampler---many-variables-in-%22text-to-send%22-tp24219416p24219416.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] > > > -- View this message in context: http://www.nabble.com/TCP-sampler---many-variables-in-%22text-to-send%22-tp24219416p24249109.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]

