Request SetHttpStatusCategory Method (HttpStatusRange, HttpStatusCategory)C# API
Registeres the provided http status code range against predefined category.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public void SetHttpStatusCategory(
	HttpStatusRange statusRange,
	HttpStatusCategory category
)
Remarks

All http codes categories can be overwritten to reflect your server behaviour, it will affect how they do get reported during the test run (errros, warnings or no report).
See Also