portman
portman copied to clipboard
Can Portman generate fuzzy parameter test cases to test dependencies keyword of json
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
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?
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
Do you have a OpenAPI example that you can share? Since I find it still difficult to understand the expected result?