We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Defining test scenarios for validating Metadata Profile REST APIs - Create and List
POST /createMetadataProfile
/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
/listMetadataProfiles
name
verbose
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
The text was updated successfully, but these errors were encountered:
We will need to validate if the metadata profile is actually being used as well
Sorry, something went wrong.
shreyabiradar07
No branches or pull requests
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
- withname
andverbose
query parametersList metadata profiles without creating any profiles
List metric profiles without passing any query parameters
List metric profiles passing profile
name
query parameterList metric profiles passing
verbose
query parameterList metric profiles passing both profile
name
andverbose
query parametersList metric profiles passing invalid query parameters other than
name
andverbose
The text was updated successfully, but these errors were encountered: