Hi, I want to post several null parameters along with some with values. When I record using the proxy server, the null values are not recorded, which is OK, as can add them in.
The problem is that if I save the httpsample and load it back in, the Null parameters are lost and need to be added in again. I don't want to do this because I have an Interleave logic controller with 100 different iterations and I also want to save the tests and transfer them to another machine. Below is what I get when I save as (which is what I want), but loading it back in and saving will lose the customerRef, name etc.. fields and keep only the ones with values <HttpTestSample type="org.apache.jmeter.protocol.http.control.HttpTestSample" name="Post Account Number" getImages="false"> <defaultUrl> <ConfigElement type="org.apache.jmeter.protocol.http.config.MultipartUrlConfig"> <property name="port">7001</property> <property name="name">/mercury/servlet/DispatchServlet</property> <property name="PROTOCOL">http</property> <property name="domain">cartman</property> <property name="arguments"><Arguments> <argument name="_WAF_CONTROLLER">com.foo.bar.controller.customer.FindCustomerControlle r</argument> <argument name="customerRef"></argument> <argument name="accountId">ACC001</argument> <argument name="name"></argument> <argument name="eventSource"></argument> <argument name="postalCode"></argument> <argument name="exact">true</argument> <argument name="_WAF_ACTION_setParameters(customerRef, accountId, name, eventSource, postalCode, exact)">Search</argument> </Arguments> </property> <property name="path">/mercury/servlet/DispatchServlet</property> <property name="method">POST</property> </ConfigElement></defaultUrl> <configElements> </configElements> <controllers> </controllers> </HttpTestSample> Is there a way around this (I am more a tester than a developer and so have extremely limited Java knowledge myself)? Can a fix be added in to the next build? thanks Chris -- NOTICE: The information contained in this electronic mail transmission is intended by Convergys Corporation for the use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone (collect), so that the sender's address records can be corrected. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>