How to perform cookie based authentication?

To perform cookie based authentication in vREST, follow the steps below:

  1. First record the login request or create a test case manually for the login request with form parameters(e.g. username/email and password etc.) in "Parameters" sub-tab.
  2. vREST will automatically save the cookie after executing this test case and will use this cookie in subsequent test cases.
  3. For more info, please follow Cookie Based Authentication