The Build Report: Introduction
Find all your changes here
Arun
Last Update há 4 anos
Hypertest generates a build report at the completion of every test analysis. You can view the build report for a specific test analysis as follows:
The build report classifies changes in 2 broad categories:
1. API changes
2. Difference types
3. Best Explained error
An important point to note is that the above categories overlap.
API changes
API change refers to the path of an API where an change has been detected by Hypertest.
Difference types
Difference types can be defined as change that occurs in response between the instances of the application to be tested.
Following is a cumulative list of all possible different types that Hypertest detects:
- 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.