Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

vREST fully supports cookie based authentication. As vREST test runner executes test cases on client's browser, cookie information is simply stored by your browser and will be used automatically in subsequent test cases. To use cookie based authentication, follow the steps below:

  1. First create a test case to login into test application. As a result, your test application, your test application will send a response header "Set-Cookie". Your browser will store that cookie information automatically.
  2. Now start validating your APIs. Cookie will be automatically send by your browser in the subsequent test cases.

Lets understand it with the help of an example:

 

 

  • No labels