In the request, I have to pass the cookie in the header and the cookie should have a date value .
I created the date variable and passing it in the cookie header
While verifying the user path it throws the error NL-RUNTIME-02
attaching all the files . Pls advice what need to be done
Your cookie format is not valid. You did not provide a cookie name. The right format should be cookie_name=cookie_value. So in the Value column you should use something like: foo=${CurrentDate} where foo is your cookie name.