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 Metadata Profile APIs #1446

Open
10 tasks
shreyabiradar07 opened this issue Jan 2, 2025 · 1 comment
Open
10 tasks

Test scenarios for Metadata Profile APIs #1446

shreyabiradar07 opened this issue Jan 2, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request test

Comments

@shreyabiradar07
Copy link
Contributor

Describe the feature

Defining test scenarios for validating Metadata Profile REST APIs - Create and List

  • POST /createMetadataProfile

  • Create a metadata profile with a valid json using the API, list the metadata profile and validate the profile

  • Create multiple metadata profiles using the API and list the metadata profiles

  • Create the metadata profile twice, validate for appropriate error message

  • Create a metadata profile with an invalid json using API, validate for appropriate error message

  • GET /listMetadataProfiles - with name and verbose query parameters

  • List metadata profiles without creating any profiles

  • List metric profiles without passing any query parameters

  • List metric profiles passing profile name query parameter

  • List metric profiles passing verbose query parameter

  • List metric profiles passing both profile name and verbose query parameters

  • List metric profiles passing invalid query parameters other than name and verbose

@shreyabiradar07 shreyabiradar07 added enhancement New feature or request test labels Jan 2, 2025
@shreyabiradar07 shreyabiradar07 self-assigned this Jan 2, 2025
@shreyabiradar07 shreyabiradar07 moved this to Todo in Monitoring Jan 2, 2025
@chandrams
Copy link
Contributor

We will need to validate if the metadata profile is actually being used as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request test
Projects
Status: Todo
Development

No branches or pull requests

2 participants