Look at CSV Data Set Config
regards
deepak

On Mon, Jul 20, 2009 at 3:53 AM, phanikishan <phanikis...@gmail.com> wrote:

>
>
>
> Deepak Shetty wrote:
> >
> > Hi
> > Create a Regex Extraction Post Processor , give it a name like
> > inputTimeStamp
> > In regex expression type something like
> > name=['"]token['"]\s*?value=['"]([^'"]*) -->test with some online regex
> > tester. (this one is case sensitive and order of name and value matters)
> > In template type $1$ --> extract the match within the first parantheses
> > and in match no enter 1  --> first match
> >
> > rest should work. if it doesnt check whether the value was extracted
> > correctly and whether its being sent in the right parameter
> > regards
> > deepak
> >
> >
> >
>
> Hey,
> Thanks a lot deepak! After a few modifications I have been able to make it
> work!
> Thank you very much. Btw could you tell me if we can use files to take in
> random inputs, to send along with the http requests? (For eg. I want to
> create new users from info in a file)
> Thank you again!
>
> Phani Kishan
>
> --
> View this message in context:
> http://www.nabble.com/Modifying-data-while-filling-forms-and-basic-Jmeter-help-tp24371548p24567625.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org
>
>

Reply via email to