Noam Lampert 6f5c8ddbb6 rename jgac/vmw4j2ee_110 to jcag/framework před 19 roky
..
HtmlAgilityPack ebd68f4948 run NunitWeb on GH 2.0 před 19 roky
reference 8010aefa68 * test_catalog.xml: fixed not working tests před 20 roky
reference20 c5d69ccbe4 * System_Web/PageDirectories: net test case added před 19 roky
App.config 8eb2594f29 mainsoft System.Web testsuite před 20 roky
App.gh.config 08587716f1 Added GH project files před 20 roky
App.gh20.config 695671822a Adapted for gh 2.0 před 19 roky
ChangeLog c5d69ccbe4 * System_Web/PageDirectories: net test case added před 19 roky
Harness.cs 5160ba326b NunitWeb test framework major API refactoring; downport to net 1.1 před 19 roky
HtmlCompare.csproj 21441ddd3f support for POST method in test framework and forms před 19 roky
HtmlCompare20.csproj 6f5c8ddbb6 rename jgac/vmw4j2ee_110 to jcag/framework před 19 roky
NunitWebTest.cs 852dc07a15 2006-12-07 Igor Zelmanovich <[email protected]> před 19 roky
SystemWebTest.csproj a861f3b841 Add projects for generating the documentation with NDoc před 19 roky
SystemWebTest.vmwcsproj ebd68f4948 run NunitWeb on GH 2.0 před 19 roky
SystemWebTest20.J2EE.csproj 6f5c8ddbb6 rename jgac/vmw4j2ee_110 to jcag/framework před 19 roky
SystemWebTest20.csproj 6f5c8ddbb6 rename jgac/vmw4j2ee_110 to jcag/framework před 19 roky
TestsCatalog.cs 8eb2594f29 mainsoft System.Web testsuite před 20 roky
WebTest.cs f4a15c8bc9 * almost_config.xml, test_catalog.xml, WebTest.cs: fixed not working tests for asp 2.0 před 19 roky
XmlComparer.cs 852dc07a15 2006-12-07 Igor Zelmanovich <[email protected]> před 19 roky
almost_config.xml 4b939de5f5 * almost_config.xml: fixed almost filters for asp 2.0 před 19 roky
make.sh 8059918071 adapted to run tests on net2.0 wersion of system.web před 19 roky
nunitweb_config.xml 12010e298e fixed tests před 19 roky
readme.txt 8eb2594f29 mainsoft System.Web testsuite před 20 roky
test_catalog.xml c5d69ccbe4 * System_Web/PageDirectories: net test case added před 19 roky

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.