Need help with StresStimulus? Start here.
Regarding Language used in the tool
vivek goyal Posts: 16
9/3/2015
|
Hi,
I want to know what language is used by StresStimulus and how can i make my own functions or modifications in case of need.
|
|
0
link
|
Max @StresStimulus Administrator Posts: 101
9/4/2015
|
While you configure a test using the UI, StresStimulus generates a test script, representing the Test Object Model (TOM) in XML format. The script reference is provided here http://support.stresstimulus.com/display/doc42/Scripting Additionally, if you need to execute some custom logic, for example programmatically modify requests before sending, or modify responses after receiving, use .NET-based Fiddler scripting. Request / response modification is described here http://docs.telerik.com/fiddler/KnowledgeBase/FiddlerScript/ModifyR... To access to StresStimulus objects, use the following syntax: oSession["<flag_name>"] or oSession.oFlags["<flag_name>"] The following flags are currently supported:
- for VU number use flag x-ws-vu
- for iteration number use flag x-ws-iter
- for request number use flag x-ws-url
StresStimulus scripting is advanced technique. Limited scripting support is provided for customers.
Cheers, -Max
|
|
0
link
|
Copyright © 2025 Stimulus Technology