-
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: February 2012
Testing Silverlight Applications
If you are going to load test a Silverlight web application with WAPT, first of all you need to install the corresponding extension module that you can download here.
This is a very easy task; you should simply download the file and run it. The module enables support for MSBIN1 format used by Silverlight applications to pass data between the client and server parts.
This format is binary. It can represent any complex data structure containing objects of various types, which can, in turn, contain other objects and so on until we come to some elementary objects like text strings or numbers. […] Continue reading
Posted in WAPT usage
Tagged create test, parameterization, recording test, Silverlight
Leave a comment