When HTTP path has multiple params (Ex: /organizations/{orgId}/employess/{empId}), negative test generation is chopping of all path segments after the second segement
How:
Temporarily removed the recursive approach in negative test generation for path HTTP path params
What:
Fixes for HTTP path with more than two segments
Why:
When HTTP path has multiple params (Ex:
/organizations/{orgId}/employess/{empId}
), negative test generation is chopping of all path segments after the second segementHow:
Temporarily removed the recursive approach in negative test generation for path HTTP path params
Checklist: