Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing software #1

Open
3 of 4 tasks
AlessandroRomanelli opened this issue Feb 23, 2022 · 0 comments
Open
3 of 4 tasks

Testing software #1

AlessandroRomanelli opened this issue Feb 23, 2022 · 0 comments
Assignees
Labels

Comments

@AlessandroRomanelli
Copy link
Owner

AlessandroRomanelli commented Feb 23, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant