Hi,

My web application generates a token to ensure that a request has been received from a valid user. This token is generated at the server for each page request and the same is verified when the response is received from the user. This is to ensure that the response is indeed from a valid user. The token is sent as an hidden field everytime a page is requested by the the user.

To test my application using webtest, I need to store this token value when I request for a page and send the same when I submit the page.

I planned to use the storeProperty step but I do not how to retrieve the value of the token field and assign it to the property.

Please let me know how to implement this using WebTest.


Thanks & Regards,
Vinay


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

Reply via email to