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 5 Current »

In Basic Authorization, system simply asks for username and password for making authorized HTTP requests and basic authorization header will be sent while making HTTP requests.




How to use

Lets take an example, how you can configure basic auth for your test cases in vREST.

  1. First Configure a Authorization of type "Basic Auth" like this



  2. Then use this configured authorization in your test cases like this

     
  • No labels