Authorization
With Authorization, user can make authenticated / authorized HTTP requests.
Here is the Video tutorial for the same:
The main idea is,
- First configure the authorization which your REST API needs e.g. Basic Auth, OAuth etc.
- User can configure authorization by following the "More" > "Authorization(s)" option in "Test Cases" tab's toolbar.
- User can configure authorization by following the "More" > "Authorization(s)" option in "Test Cases" tab's toolbar.
- Then use that authorization in test cases by simply associating the test case with the configured authorization in step 1.
vREST supports four types of authorization mechanisms: