-
Archives
- April 2019
- January 2019
- June 2018
- January 2018
- July 2017
- April 2017
- December 2016
- August 2016
- February 2016
- September 2015
- April 2015
- February 2015
- September 2014
- February 2014
- January 2014
- December 2013
- November 2013
- July 2013
- June 2013
- March 2013
- February 2013
- January 2013
- October 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- September 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- September 2010
-
Meta
Monthly Archives: January 2012
WAPT Module for ASP.net testing
All ASP.net web applications use two specific parameters: __VIEWSTATE and __EVENTVALIDATION. When the client part of such application communicates with the server side, every produced HTTP request includes these two parameters.
Their values are essentially dynamic. In fact, they are changing for each request within a session. Of course, they are also different for different sessions.
This means that you cannot repeat the recorded requests “as is” to produce a copy of the recorded session.
Initially the values are produced by the server part of the application and transferred to the client inside the body of each response. After receiving the updated values the client should include them as parameters in the next request. […] Continue reading
Posted in WAPT usage
Tagged asp.net, hidden control, parameterization, request parameters, session variables
Leave a comment