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

Define Functional Test Scenarios #22

Closed
9 tasks done
kdavisk6 opened this issue May 16, 2019 · 1 comment
Closed
9 tasks done

Define Functional Test Scenarios #22

kdavisk6 opened this issue May 16, 2019 · 1 comment
Assignees
Labels
chore Issues related to general project maintenance

Comments

@kdavisk6
Copy link
Member

kdavisk6 commented May 16, 2019

Create a module that contains a number of high-level functional tests that verify that FeignX is working as expected. Tests should include:

Basic API Scenarios:

  • 200 - OK Response with data.
  • 200 - OK Response without data.
  • 204 - OK Response.
  • 300 - Redirect.
  • 4xx - Client Error
  • 5xx - Server Error

Large Response Scenarios

  • Streaming a large binary file, similar to a file download.
  • GZIP request and responses.
  • Binary request body.

Each scenario should have it's own Issue with the following information

  • Scenario Description.
  • Expected Inputs.
  • Expected Results.
@kdavisk6
Copy link
Member Author

All Test Cases Stores have been created.

1.0.0.RELEASE automation moved this from In progress to Done May 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issues related to general project maintenance
Projects
1.0.0.RELEASE
  
Done
Development

No branches or pull requests

1 participant