Solved
Forum Discussion
nmrao
7 years agoCommunity Hero
Change below of the last statement
From:
slurper.data[0].id
To:
slurper.data[0].id as String
From:
slurper.data[0].id
To:
slurper.data[0].id as String
livetoski78
7 years agoNew Contributor
I changed the last line to:
testRunner.testCase.setPropertyValue("workspace_id", slurper.data[0].id as String)
But am still receiving the same error.