1. Testing a User Signup Endpoint
Security QA EngineerBackground
A new user registration endpoint has been developed, and the team needs to ensure it doesn't accept invalid data like negative ages or missing emails.
Problem
Manually writing negative test cases for every field in the signup payload is time-consuming and prone to human error.
How to use
Paste the OpenAPI YAML for the `/users` endpoint, set 'Mutations Per Field' to 3, and leave the Base URL empty to generate an offline test plan.
executeMutations: false, mutationsPerField: 3Outcome
The tool outputs a JSON plan detailing generated mutations, including injecting special characters into the email field and applying negative numbers to the age field.