Sorry but i can't understand how jeter get parameters through an xml file(my
intent is to use the "http user parameter modifier" function).
I already tried with an xml file make by myself but jmeter can't see/get
this parameter(fromDate).
In result-->request,my post data is empty,it should have "10/04/2007" or
"13/04/2007" etc.

here is my xml file,if anybody know something to do to result my problem,
please let me know.

thanks    Andrea Florio

<?xml version="1.0"?>
<!DOCTYPE allthreads SYSTEM "http parameter modifier.dtd">

       <thread>
           <parameter>
                            <paramname>fromDate</paramname>
                            <paramvalue>10/04/2007</paramvalue>
                       </parameter>
       </thread>
               <thread>
           <parameter>
                            <paramname>fromDate</paramname>
                            <paramvalue>13/04/2007</paramvalue>
                       </parameter>
       </thread>
               <thread>
           <parameter>
                            <paramname>fromDate</paramname>
                            <paramvalue>12/04/2007</paramvalue>
                       </parameter>
       </thread>
               <thread>
           <parameter>
                            <paramname>fromDate</paramname>
                            <paramvalue>25/04/2007</paramvalue>
                       </parameter>
       </thread>

Reply via email to