I recalled that when user is logging as a player a password for the game is required also. I tried this: <clickButton label="Play" username = "user" password ="pwd"/>
It did not work so can anyone help me with this? mascis wrote: > > I'm trying to make tests for a web page that contains two kind of users: > admin and player. Our demo server requires a password like this: <invoke > url="http://..." > username = "root" password ="pwd" />. > After this everything works just fine except for player trying to log in. > For some reason Webtest gives HTTP error 401 and Resulting page says: > > Authorization Required > > This server could not verify that you are authorized to access the > document requested. Either you supplied the wrong credentials (e.g., bad > password), or your browser doesn't understand how to supply the > credentials required. > > Does anyone know what might be wrong? Everything works fine for admin > logging so I'm getting quite confused and frustrated. > -- View this message in context: http://old.nabble.com/401-error-tp31626675p31626790.html Sent from the WebTest mailing list archive at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

