Testing of Silverlight Applications


After you install the Module for Silverlight Testing on your computer, WAPT will be able to parse the recorded SOAP-MSBIN and MSBIN requests. The program represents the content of these requests in the form of XML. You can edit such requests - change their XML code according to your testing goals, and then play them back during test run. You can use the $XPath function, as well as other internal WAPT functions.

If this module is not installed, WAPT records SOAP-MSBIN and MSBIN requests but does not parse them. The content of such requests is identified as binary data which is not accessible for editing. You cannot change parameter values for such requests and they will be reproduced during test run as they are recorded.

Next page