Re: I need HTTP parameters stored in .jmx file in *unencoded* form. Is this possible?

2006-02-09 Thread sebb
I suggest you use JMeter to create a JMX file and work back from that. On 02/02/06, John Bullock [EMAIL PROTECTED] wrote: I am pretty sure it is JMeter. The example that I am working on is a parameter whose value is a base64-encoded block of text. For example: property name=Argument.value

I need HTTP parameters stored in .jmx file in *unencoded* form. Is this possible?

2006-02-01 Thread John Bullock
I construct my test plans without using the JMeter GUI by directly constructing .jmx files. I have just discovered that JMeter assumes that the name and value of each HTTP Argument are URL encoded in the XML file. But I have the parameters in their raw, un-encoded form. Is there a mode or

I need HTTP parameters stored in .jmx file in *unencoded* form. Is this possible?

2006-02-01 Thread John Bullock
I construct my test plans without using the JMeter GUI by directly constructing .jmx files. I have just discovered that JMeter assumes that the name and value of each HTTP Argument are URL encoded in the XML file. But I have the parameters in their raw, un-encoded form. Is there a mode or

Re: I need HTTP parameters stored in .jmx file in *unencoded* form. Is this possible?

2006-02-01 Thread sebb
On 01/02/06, John Bullock [EMAIL PROTECTED] wrote: I construct my test plans without using the JMeter GUI by directly constructing .jmx files. I have just discovered that JMeter assumes that the name and value of each HTTP Argument are URL encoded in the XML file. But I have the parameters

Re: I need HTTP parameters stored in .jmx file in *unencoded* form. Is this possible?

2006-02-01 Thread John Bullock
I am pretty sure it is JMeter. The example that I am working on is a parameter whose value is a base64-encoded block of text. For example: property name=Argument.value propType=org.apache.jmeter.testelement.property.StringProperty