Hello,

On 16.09.2010 17:00, Iain_10 wrote:
> 
> Hi,
> 
> I am running WebTests where I need to add a new name to a manager
> list. This runs fine on the first run but on the second run, my web site
> returns an error saying that the name already exists.
> 
> I use the following to set the name:
> 
> <setInputField name="externalRM.managerName" value="WebTest Manager"/>
> 
> Is there anything within WebTest that I could use, that would append a
> number/letters
> to the end of my value each time I run the test? i.e.

maybe with <storeRandom .../> like:

<storeRandom stepid="Username" property="username" length="10"
chars="ABCDEFGHIJKLMNOPQRSTUVXYZ" />

http://webtest.canoo.com/webtest/manual/storeRandom.html

Regards,
Matthias


_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to