Great! Thanks ! I got the solution. It worked.> Subject: Re: [Webtest] How to 
generate random numbers> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> CC: 
[email protected]> Date: Wed, 2 Apr 2008 15:33:46 -0500> > Hello Deepa-> 
I've yet to use storeRandom myself, but from reading the docs, seems> like you 
could do something like:> > <storeRandom property="myRandomNumber" from="0" 
to="10" />> <setInputField htmlId="id_random_field" value="#{myRandomNumber}" 
/>> > the first step will store an integer in the range 0-10 (inclusive) in a> 
property called "myRandomNumber". the second step will enter the value> of 
myRandomNumber into a text input field on your page with the ID> 
"id_random_field". The first step is the important one, in your case -> once 
you have the random number stored in a property, you can do> anything you want 
with it with any other Webtest steps.> > Good luck!> > On Wed, 2008-04-02 at 
13:23 -0700, Deepa Nigam wrote:> > Hi,> > > > I am new to Canoo Webtest. My 
application requires random number> > generation. Is there any method in Canoo 
that I can use to generate> > random numbers. I saw storeRandom but not sure 
how to use it.> > > > Can someone help !> > > > > > 
______________________________________________________________________> > Use 
video conversation to talk face-to-face with Windows Live> > Messenger. Get 
started!> > _______________________________________________> WebTest mailing 
list> [email protected]> http://lists.canoo.com/mailman/listinfo/webtest
_________________________________________________________________
Going green? See the top 12 foods to eat organic.
http://green.msn.com/galleries/photos/photos.aspx?gid=164&ocid=T003MSN51N1653A

Reply via email to