Forum Discussion
M_McDonald
14 years agoSuper Contributor
Ah, yes that seems to be a bug...
Here's a workaround. Put this code in the Setup script of the test case or a Groovy script step before the request:
Here's a workaround. Put this code in the Setup script of the test case or a Groovy script step before the request:
testRunner.testCase.getTestStepByName('HTTP Test Request').getAssertionByName('Response SLA').setSLA(context.expand('${#Project#SLA}'))