Silverlight support
NeoLoad supports the recording and runtime playing of Silverlight requests within the following scope:
- Only HTTP requests are supported;
- The request and/or response content is in text format, or;
- The request and/or response content is in binary format and is encoded using the standard NBFX or NBFS protocols. These protocols are identified in HTTP requests by checking the Content-type HTTP header, which should contain the value application/msbin1 or application/soap+msbin1.
- SOAP HTTP requests sending text or binary Silverlight content are supported.
To be able to handle SOAP requests sending binary Silverlight content, you will need to purchase the optional SOAP and Silverlight modules. These modules are included in the demo version of NeoLoad.
Binary-format Silverlight requests are automatically converted into XML. For these requests, NeoLoad allows:
- modifying the request parameters by injecting NeoLoad variables,
- extracting content from a response,
- setting response validations.
Home