Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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


Image Added

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

    Image Added

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

    Image Added