Forum Discussion

JCatloth's avatar
JCatloth
New Contributor
14 years ago

[Resolved] test step script result in script assertion

I have a test step script like so: def etag = testRunner.testCase.getTestStepByName("getLatest").testRequest.response.responseHeaders['ETag'].get(0) etag.toInteger()+1 In a subsequent test step...