Skip to main content
🎊 We've changed our name from Ddosify to Anteon! 🚀

Parametrization

Anteon 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. Anteon 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 Anteon by changing $ to _. This allows Anteon to send requests with dynamic variables, simulating a realistic load test on your system.

info

Please check the Dynamic Variables section to see the complete list.

In addition to Dynamic Variables, Anteon 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.