I am trying to create a synthetic test on a site that requires cookies enabled in order to work.
If cookies are not enabled, user is prompted with an error message saying they need cookies enabled.
What options do I have of implementing my test?
I am trying to create a synthetic test on a site that requires cookies enabled in order to work.
If cookies are not enabled, user is prompted with an error message saying they need cookies enabled.
What options do I have of implementing my test?
When you create the browser test, under Advanced Options you can define the necessary cookies use the Set-Cookie
response header syntax.