Fuzz Testing with BLNS

Number of APIs: 1

Negative testing

Fuzz testing is an automated software testing method that injects invalid, malformed, or unexpected inputs into a system to reveal gaps in error handling, security, and performance.

In this example, we will use the Big List of Naughty Strings (BLNS), an evolving list of strings which have a high probability of causing issues when used as user-input data, and learn how to inject the BLNS data into a Qodex request to increase our negative test scenarios.

  1. Example request POST https://httpbin.org/post