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.

Run 1 -> WebTest Manager
Run 2 -> WebTest Manager1/WebTest ManagerX
Run 3 -> WebTest Manager2/WebTest ManagerY

thanks!
-- 
View this message in context: 
http://old.nabble.com/Adding-random-characters-to-value-on-each-test-run-tp29729449p29729449.html
Sent from the WebTest mailing list archive at Nabble.com.

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

Reply via email to