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

Setup TestKit project to facilitate testing #433

Open
remmeier opened this issue Nov 29, 2018 · 0 comments
Open

Setup TestKit project to facilitate testing #433

remmeier opened this issue Nov 29, 2018 · 0 comments

Comments

@remmeier
Copy link
Contributor

There should be an automated test that checks for each type:

  • fetching the first x resources
  • fetching a single single resource by id
  • check all relationship links
  • check sorting for all sortable fields
  • check filtering for all filterable fields
  • check inclusions for all relationships
  • check fields for a resource
  • check paging

a report should be generated with all the findings.

out of scope: updates, typically requires business know-how that is hard to automate.

remmeier added a commit that referenced this issue Nov 1, 2019
RandomWalkLinkChecker introduced that allows to randomly walk a API endpoint
by following links to verify that GET requests can successfully by
searched.
remmeier added a commit that referenced this issue Nov 4, 2019
RandomWalkLinkChecker introduced that allows to randomly walk a API endpoint
by following links to verify that GET requests can successfully by
searched.
remmeier added a commit that referenced this issue Nov 6, 2019
makes it possible to manipulate self link or let resources move from service-to-service
while maintaining correct original urls for relationships as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant