Parametrization

Ddosify Dynamic Variable Feature
When designing a test scenario, accurately simulating user behavior is essential. The testing platform should be capable of injecting random variables in the appropriate locations. Ddosify supports parametrization (dynamic variables) in URLs, headers, payload (body), and basic authentication. We support all the random methods that Postman does. If you use
{{$randomVariable}}
in Postman, simply replace it with {{_randomVariable}}
in Ddosify by changing $
to _
. This allows Ddosify to send requests with dynamic variables, simulating a realistic load test on your system.In addition to Dynamic Variables, Ddosify offers support for Test Data injection using CSV files and Correlation, allowing you to extract variables from one step and utilize the extracted values in subsequent steps.
Last modified 4mo ago