Forum Discussion
PaulDonny
12 years agoRegular Contributor
tests = testRunner.testCase.getTestStepByName("Test");
tests.properties["Request"].value = 'this is an example';
This will input the data directly into the request as a whole.
tests.properties["Request"].value = 'this is an example';
This will input the data directly into the request as a whole.