Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
After some investigation I found out you need to comment out this line in the script for it to run correctly at all levels other than test step such as testsuite, test case, etc.
Replace
with
Regards,
Marcus
SmartBear Support
After some investigation I found out you need to comment out this line in the script for it to run correctly at all levels other than test step such as testsuite, test case, etc.
Replace
if( request.response == null )
return
with
/*
if( request.response == null )
return
*/
Regards,
Marcus
SmartBear Support