[...] > > It is necessary to create a new user to entry to my web site each time I > > run proves, and I have a number that is increased manually each time > > that proves are ran. > [...] > > What do mean? What number? Is the number shown on the website? What is it for? > For what reason do you need the number? > If I've rightly understood, he wants to run webTest creating user "user1". Next time, he'd like to run same test without to previously remove this user1, and looks for a way to increment (Francisco Javier ?).
I don't know if there is a way to store counter in a file and to retrieve it next time tests will be run. But maybe you can try to create user1, user2, etc. until you find next free user (See retry http://webtest.canoo.com/webtest/manual/retry.html). Another way (and should be better) is to run some SQL queries before to begin webtest. david. -- _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

