portman icon indicating copy to clipboard operation
portman copied to clipboard

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

Open techwizardg opened this issue 1 year ago • 3 comments

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

techwizardg avatar Feb 07 '24 07:02 techwizardg

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?

thim81 avatar Feb 07 '24 08:02 thim81

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

techwizardg avatar Feb 07 '24 09:02 techwizardg

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

thim81 avatar Feb 08 '24 07:02 thim81