Prioritize Your Error Types
Last updated
Last updated
This page contains list of errors which are captured by HyperTest alongwith their default severity level.
While you run a test, you can choose to capture only some error types (difference in responses) with custom severity levels such as only very high and high and ignore the medium and low severity errors
Go to service dashboard
Navigate to Settings from left panel
Navigate to Error Types
Click on customize to change the default severity level for a difference type
CONTENT_TYPE_CHANGED: Change in the content type of response
STATUS_CODE_CHANGED: Change in the status code of the response
HEADER_REMOVED: Header Removed
HEADER_ADDED: Addition of header in the response
HEADER_MODIFIED: Modification of header in the response
KEY_REMOVED: Removal of a key-value pair in the response
KEY_ADDED: Addition of a key-value pair in the response
VALUE_MODIFIED: Modification of the value of a key in the response
ARRAY_ORDER_CHANGED: Change in the order of elements in the array in a response
ARRAY_ORDER_CHANGED_KEY_REMOVED: Removal of an element in an array in the response
ARRAY_ORDER_CHANGED_KEY_ADDED: Addition of element in an array in the response
ARRAY_ORDER_CHANGED_VALUE_MODIFIED: Modification of an element in an array in the response