Hello,
Stuck at Skill check “Add script” question.
I had written following test code:
console.log(pm.response.json().rand);
pm.environment.set('responseData', pm.response.json().rand);
the output on the console is showing right value but the test is not getting cleared. Please help.
Thank you in advance.
-Sanjana