HI all I go thru the componen refernce of jmeter but Still i am blank about creating modification manager. My(Jmeter) control panel does not have any link to crete Modification manager
my test is <?xml version="1.0"?> <ThreadGroup name="ioncdThread" numThreads="1"> <controllers> <HttpTestSample type="org.apache.jmeter.protocol.http.control.HttpTestSample" name="ioncdTest"> <defaultUrl> <ConfigElement type="org.apache.jmeter.protocol.http.config.UrlConfig"> <property name="port">8101</property> <property name="PROTOCOL">http</property> <property name="arguments"><Arguments> </Arguments> </property> <property name="domain">192.195.172.15</property> <property name="path"></property> <property name="method">GET</property> </ConfigElement></defaultUrl> <urlList> <ConfigElement type="org.apache.jmeter.protocol.http.config.UrlConfig"> <property name="name">servlet</property> <property name="PROTOCOL">http</property> <property name="arguments"><Arguments> <argument name="query">show me black shirts</argument> </Arguments> </property> <property name="domain"></property> <property name="path">/ioncd/servlet/IONCdServlet</property> <property name="method">POST</property> </ConfigElement> </urlList> <configElements> </configElements> <controllers> </controllers> </HttpTestSample> </controllers> <configElements> </configElements> <timers> <Timer type="org.apache.jmeter.timers.ConstantTimer" name="Constant Timer"> <delay>300</delay> <range>0.0</range> </Timer> </timers> <listeners> <Filer type="org.apache.jmeter.reporters.Filer" name="File Reporter" verbose="true" append="false" file="E:\pragnesh\time"/> </listeners> </ThreadGroup> Quite simple It is Working but i wanna to pass dynamic argument to the parameter of servlet. All these arguments are in one text file How do u pass to Servlet i go thru html link parser but did not get anything Can anybody Help need The Help Desparetely Thanks ===== Living on Earth may be expensive, but it includes an annual free trip round the Sun. Regards, Pragneshkumar Gandhi, India. __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

