You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have certain scenarios in which user wants to validate the invalid and blank values in request payload and then check the responses for
correct messages for example :
The fuzzy generation is based on the OpenAPI definition.
If the property has minLength option defined in OpenAPI, it will generate a fuzzy variance with a less characters.
If the property is marked as required, Fuzzing will drop the property.
For "blank", we don't have any support yet, but we have received this request already a couple of times.
how would you want configure this?
Would you add a certain x-portman-fuzz-blank: true to your OpenAPI or configure it in the Portman config, where you define for which properties?
The insertion "invalid" values is more complex, since what would be the definition of "invalid"? Would it be for ENUM values?
Hi, Team
I have certain scenarios in which user wants to validate the invalid and blank values in request payload and then check the responses for
correct messages for example :
Is it possible to generate tests to validate using Fuzzy tests, and if possible please suggest some help.
The text was updated successfully, but these errors were encountered: