how do i write control characters

2007-04-25 Thread teknokrat
I am trying to send the text 1234567\1 using the tcp sampler where \1 is the ascii control character ctrl-1. However, jmeter still sends it as 'backslash one'. Can anyone tell me whats going on here? cheers - To unsubscribe,

How to send control characters via tcp?

2007-10-05 Thread teknokrat
How can I send unprintable characters such as CTRL-1 using the TCP sampler? I have tried using a string with \1 in it put it send the chracters '\' and '1'. cheers - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

randomizing user parameters

2005-04-29 Thread teknokrat
I need hundreds/thousands of requests hitting my app with different parameters. I cannot enter them all into user parameters as there are too many. Is there anyway of randomizing the user parameter values? thanks - To unsubscrib

jmeter not handling encodings properly

2005-10-21 Thread teknokrat
When i try to send an xml message with unicode characters in it, with all encodings set to UTF-8 ( in the request header and xml header ), JMeter still sends it as iso-8859-1. I can send the xml directly using an URLConnection and setting the encoding on the OutputStreamWriter and things work p