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

Test scenarios for Basic Authentication #1425

Open
15 tasks
khansaad opened this issue Dec 17, 2024 · 0 comments
Open
15 tasks

Test scenarios for Basic Authentication #1425

khansaad opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels

Comments

@khansaad
Copy link
Contributor

Basic Authentication Scenarios

  • Datasource authentication & connection with valid credentials

    • Valid username and password for basic auth
  • End-to-End test - pass valid credentials & ensure recommendations are generated

  • Exception handling when incorrect credentials are passed

    • Basic authentication
      • Invalid username, valid password
      • Valid username, invalid password
      • Invalid username and password
      • Empty username or password
      • Case sensitive username or password
      • Invalid characters
  • Authentication of Multiple datasources (Is it supported?)

  • Test with supported datasources

  • Test logging for any authentication messages, retries

  • Validate documentation

Examples or references

Add any examples or references to understand it better

Suggest a solution

Any suggestions on how to solve this

Additional Context

Any additional context about the feature

@khansaad khansaad added the test label Dec 17, 2024
@khansaad khansaad added this to the Release agnostic milestone Dec 17, 2024
@khansaad khansaad self-assigned this Dec 17, 2024
@khansaad khansaad moved this to Todo in Monitoring Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant