Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
The length with raw response data is in byte format whereas the API call returns in long format.
testRunner results are available with reference. Try adding it I havent tried to run in the testcase, but try adding test step at the end and add the script. It also depends on the sequence.
Thanks,
Jeshtha
The length with raw response data is in byte format whereas the API call returns in long format.
for( r in testRunner.results )
{
//log.info "TestStep [" + r.testStep.name + "] finished with status " + r.status
if(r.testStep.name=="Request Name")
status=r.status
}
testRunner results are available with reference. Try adding it I havent tried to run in the testcase, but try adding test step at the end and add the script. It also depends on the sequence.
Thanks,
Jeshtha