Forum Discussion
SmartBear_Suppo
Alumni
14 years agoHello,
can you try wrapping that line in 'new String(..)' call, so it gets converted to string value, i.e.
new String(testRunner.testCase.testSteps["login"].testRequest.response.rawResponseData)
Hope this helps,
Vladimir
SmartBear Software
can you try wrapping that line in 'new String(..)' call, so it gets converted to string value, i.e.
new String(testRunner.testCase.testSteps["login"].testRequest.response.rawResponseData)
Hope this helps,
Vladimir
SmartBear Software