Does Portman provides automatic fuzzing for "happy" test paths. #505
Answered
by
thim81
PaulCluver
asked this question in
Q&A
-
Hi there, The fuzzing for the "unhappy" test paths works beautifully. Is there an option to "fuzz" for happy test paths. In other words, automatically removing object or key:value pairs from the generated request that are NOT required? Kind regards, BTW: Portman has truly revolutionalized how I do API testing. It is a fantastic tool. |
Beta Was this translation helpful? Give feedback.
Answered by
thim81
Aug 9, 2023
Replies: 1 comment 4 replies
-
I'll have to review the code, but I think the Fuzzy testing is mostly focused on finding "unhappy" situations. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@PaulCluver
I think it would be possible to develop the happy path option for removing "non-required" properties. It has been a while so we would need some time to dive in again.