Main Content
setRoadRunnerVariable
Class: sltest.testmanager.TestIteration
Namespace: sltest.testmanager
setRoadRunnerVariable
is not recommended. Use setRoadRunnerScenarioVariable
or setRoadRunnerCustomVariable
instead. (since R2023b)
Syntax
setRoadRunnerVariable(iterObj,varType,varName,varValue)
Description
setRoadRunnerVariable(
creates or overrides the RoadRunner variable iterObj
,varType
,varName
,varValue
)varName
in the test case or
test iteration iterObj
with the value varValue
. You can
use this syntax at the command line or in a scripted iteration in the Test Manager.