You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given two specifications, assess the similarity based on the metrics described in the thesis:
Endpoints Coverage: A percentage of how many endpoints are successfully detected
out of the total endpoints. In order to be considered correct, the path corresponding to
an endpoint must be fully specified;
Responses Coverage: An average percentage of how many of the all possible responses
of a route are actually detected;
Parameters Coverage: An average percentage of how many parameters (as both query
and path) are successfully detected;
Schemas Coverage: A percentage of how many schemas was possible to detect for both
request and responses;
Given two specifications, assess the similarity based on the metrics described in the thesis:
Endpoints Coverage: A percentage of how many endpoints are successfully detected
out of the total endpoints. In order to be considered correct, the path corresponding to
an endpoint must be fully specified;
Responses Coverage: An average percentage of how many of the all possible responses
of a route are actually detected;
Parameters Coverage: An average percentage of how many parameters (as both query
and path) are successfully detected;
Schemas Coverage: A percentage of how many schemas was possible to detect for both
request and responses;
Requires #3
The text was updated successfully, but these errors were encountered: