Can I rewrite IIS unit test rules?

There is a user interface to help you create and test individual rewrite rules for IIS. http://www.iis.net/learn/extensions/url-rewrite-module/using-the-url-rewrite-module

Is there a way to create an automatic check of rewrite rules? As a rule, i.e. server agnostic, or in particular for IIS.

+8
unit-testing iis
source share

No one has answered this question yet.

See related questions:

2560
How to check a private function or class with private methods, fields or inner classes?
830
Unit Testing C Code
717
JavaScript unit test tools for TDD
681
What is Unit test, integration test, Smoke test, regression test?
646
How do I use unit test threaded code?
573
Is unit testing worth the effort?
435
What is reasonable% coverage for unit tests (and why)?
375
Unit test Naming Best Practices
2
Getting URL parameters with PHP after rewriting IIS URL
0
performance rewrite rules vs routes.maproute

All Articles