IntegrationTests — от клиента было обнаружено потенциально опасное значение Request.Path.

Я получаю эту ошибку: A potentially dangerous Request.Path value was detected from the client (?)., когда этот URI: http://www.site.com/%3f.

Как я могу написать интеграционные тесты для всех этих типов ошибок?
Я хочу протестировать все эти ошибки:

A potentially dangerous Request.Path value was detected from the client
A potentially dangerous Request.Cookies value was detected from the client
A potentially dangerous Request.Form value was detected from the client
A potentially dangerous Request.QueryString value was detected from the client

person stacker    schedule 14.05.2010    source источник
comment
Что именно вы хотите протестировать? Как ваше приложение реагирует на определенные неработающие URL-адреса?   -  person Oliver    schedule 27.06.2012