Forum Discussion
SmartBear_Suppo
Alumni
17 years agoHi Werner,
You can try
def testRequest = testRunner.testCase.getTestStepByName("HTTP Test Request").getTestRequest();
testRequest.addProperty(name);
testRequest.setPropertyValue(name, value);
I hope this is what you where looking for.
Regards,
/Dragica
eviware.com
You can try
def testRequest = testRunner.testCase.getTestStepByName("HTTP Test Request").getTestRequest();
testRequest.addProperty(name);
testRequest.setPropertyValue(name, value);
I hope this is what you where looking for.
Regards,
/Dragica
eviware.com