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

Can Portman generate fuzzy parameter test cases to test dependencies keyword of json #560

Open
techwizardg opened this issue Feb 7, 2024 · 3 comments

Comments

@techwizardg
Copy link

Wanted to know if this can be achieved in Portman. We are using Portman to generate fuzzy parameter testing based on OpenAPI 3.1 specification and we want to test conditional mandatory parameter testing using dependencies keyword of json and will Portman generate those test cases when it generates fuzzy parameter testing

@thim81
Copy link
Collaborator

thim81 commented Feb 7, 2024

hi @techwizardg

It is not really clear what you what you mean

test conditional mandatory parameter testing using dependencies keyword of json

Can you provide more info?

@techwizardg
Copy link
Author

We are having JSON objects in our request pay load in which some member objects are conditional mandatory based on some values of other member object. This in JSON can be specified using dependencies key word and all our API definitions are based on Open API 3.1. If I use Open API 3.1 definition based APIs with JSON dependencies keyword, will Portman generate fuzzy parameter testing to best conditionally mandatory use cases

@thim81
Copy link
Collaborator

thim81 commented Feb 8, 2024

Do you have a OpenAPI example that you can share?
Since I find it still difficult to understand the expected result?

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

No branches or pull requests

2 participants