Vladimir Krasnov 4def6ae32e * NunitWebTest.cs: fixed AssertAreEqual, order of actual and expected пре 19 година
..
HtmlAgilityPack 30ac82a64d use TARGET_JVM for java specific code пре 19 година
reference 8010aefa68 * test_catalog.xml: fixed not working tests пре 20 година
App.config 8eb2594f29 mainsoft System.Web testsuite пре 20 година
App.gh.config 08587716f1 Added GH project files пре 20 година
ChangeLog 4def6ae32e * NunitWebTest.cs: fixed AssertAreEqual, order of actual and expected пре 19 година
Harness.cs 5160ba326b NunitWeb test framework major API refactoring; downport to net 1.1 пре 19 година
HtmlCompare.csproj 21441ddd3f support for POST method in test framework and forms пре 19 година
NunitWebTest.cs 4def6ae32e * NunitWebTest.cs: fixed AssertAreEqual, order of actual and expected пре 19 година
SystemWebTest.csproj a861f3b841 Add projects for generating the documentation with NDoc пре 19 година
SystemWebTest.vmwcsproj ccb0c91e4f copy resources before creating domain so web.config is seen by the runtime; serialize WebTest between domains instead of copying field in MyData; add UserData property for custom data transfer in tests пре 19 година
TestsCatalog.cs 8eb2594f29 mainsoft System.Web testsuite пре 20 година
WebTest.cs 5160ba326b NunitWeb test framework major API refactoring; downport to net 1.1 пре 19 година
XmlComparer.cs f7c42201d8 reorder actual and expected to match NUnit convention пре 19 година
almost_config.xml 8010aefa68 * test_catalog.xml: fixed not working tests пре 20 година
make.sh 8eb2594f29 mainsoft System.Web testsuite пре 20 година
nunitweb_config.xml baa1a689dc * System.Web_test.dll.sources: added WizardTest.cs пре 19 година
readme.txt 8eb2594f29 mainsoft System.Web testsuite пре 20 година
test_catalog.xml 8010aefa68 * test_catalog.xml: fixed not working tests пре 20 година

readme.txt

System.Web test harness
============================

This harness is a part of System.Web tests set. It's target to run web tests deployed in application
server and compare with predefined results. (Web tests are web application)

Harness usage:

SystemWebTest.exe [-e | -t ] [-c ] [-i ] [-o ]

-e This will collect expected results for future test runs. Expected results should be
collected from the same tests web application deployed in IIS on windows system.
Parameter baseUrl must be provided.

-t This will run all tests. Expected results must be exist at this stage.

-o Specifies folder where expected results will be placed during collecting or where from
expected results will be taken during tests run. The default vaule is current folder.

-i Specifies xml file with ignore filters list. Default value is almost_config.xml

-c Specifies xml file with test cases catalog. Default value is test_catalog.xml

-na Run without almost mechanizm.

-x Run exluded tests. These tests have EXCLUDE="Y" attribute in test_catalog.xml file.

Examples:

SystemWebTest.exe -t http://localhost/MainsoftWebApp
This will collect results from local web serer and store it in current folder.

SystemWebTest.exe -e http://iissite/System_Web_dll -t http://localhost:8080/MainsoftWebApp -o test123
This will collect results from iissite and store it in folder test123 then run tests on local web server.

Running with NUnit:

Build this harness with -define:NUNIT compilation constant.
Run nunit-console.exe with /fixture:MonoTests.stand_alone.WebHarness.Harness parameter.