On 30/11/2007, Kerrod Wells <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Further investigation of the jmx file (before and after clicking around
> it POST step) shows that it changes considerably over what was exported
> from badboy.
>
> Some quick examples
>
> <testelement class="org.apache.jmeter.protocol.http.util.HTTPArgument">

The above difference does not matter, JMeter just uses an alias

> <property name="HTTPArgument.always_encode">true</property>
> <property name="HTTPArgument.encoded_value">login</property>
> <property name="Argument.value">login</property>
> <property name="Argument.name">cmd</property>
> <property name="HTTPArgument.encoded_name">cmd</property>
> </testelement>
>
> Vs
>
> <elementProp name="" elementType="HTTPArgument">

See above

>   <stringProp name="HTTPArgument.always_encode">true</stringProp>
>   <stringProp name="HTTPArgument.encoded_value">login</stringProp>
>   <stringProp name="Argument.value">login</stringProp>
>   <stringProp name="Argument.name">cmd</stringProp>
>   <stringProp name="HTTPArgument.encoded_name">cmd</stringProp>

The next two items are critical, as they control the equals behaviour:
>   <stringProp name="Argument.metadata">=</stringProp>
>   <boolProp name="HTTPArgument.use_equals">true</boolProp>
> </elementProp>
>
> Is this more likely to be an issues with what is being exported from
> Badboy?

Definitely, given the info above.

> Once the jmx file has been updated and saved, it works each time its
> loaded into Jmeter.

Good, that just confirms it.

> Thanks
>
> Kerrod
>
> ---------------------------------------------------------------------
> 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]

Reply via email to