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

[OAuth] Implement functional tests #85

Open
netsensei opened this issue Jan 25, 2019 · 0 comments
Open

[OAuth] Implement functional tests #85

netsensei opened this issue Jan 25, 2019 · 0 comments

Comments

@netsensei
Copy link
Contributor

Functional testing for OAuth has been implemented partially. Currently, only the conumser workflows are tested. We need to expand this to the other roles: administrator and manager.

Detailed description

Implement these functions:

  • testManageClientsAsAdministrator
  • testManageClientsAsManager

Take time to consider other test scenario's i.e. deleting clients and associated access and refresh tokens.

Context

Functional testing is important to ensure the functional integrity of the application (do we cover all the necessary use cases? Functional testing forces us to consider us to take time and think before we write code.

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

No branches or pull requests

2 participants