[Mono-dev] New test suite for System.Web.dll

Vladimir Krasnov vladimirk at mainsoft.com
Sun Jan 29 11:01:04 EST 2006


Hello All,

I would like to submit our System.Web test suite that we have used
internally in Mainsoft.

This is a comparative test suite that runs in web environment; it has
server and client components. The server side is a web application that
contains many .aspx files with number of unit tests in each one. The
client side is a NUnit (may act as console application as well) test
fixture that sequentially submit requests and validates the results. The
results are validated by comparing the XML (HTML response is converted
to XML) output with stored reference results such as if the HTML renders
differently, the test fails.
The reference results were taken from web application deployed on IIS
server. 

I've tested this test suite in Mono environment using XSP. Currently 218
of 470 are failed.

In order to convert HTML to XML, we have used Simon Mourier
HtmlAgilityPack, http://www.codefluent.com/smourier/hap.htm, and would
like to add this utility to the Mono tree.

Attached two test suite packages:
MainsoftWebApp.tar.gz - web application
MainsoftWebTest.tar.gz - console application and also NUnit fixture

Please review and respond with your comments.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MainsoftWebApp.tar.gz
Type: application/x-gzip
Size: 204594 bytes
Desc: MainsoftWebApp.tar.gz
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060129/a4556675/attachment.gz 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MainsoftWebTest.tar.gz
Type: application/x-gzip
Size: 193305 bytes
Desc: MainsoftWebTest.tar.gz
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060129/a4556675/attachment-0001.gz 


More information about the Mono-devel-list mailing list