Added a script ❌

pm.test(“Skill Check”, function () {

var jsonData = pm.response.json().rand;

pm.environment.set(“responseData”, jsonData.rand);

pm.sendRequest(‘Skill Check’)

});

I done this step by above code , try anyone if you stuck on this step.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.