Skip to content

Commit

Permalink
API Wrapper sheet details (#7)
Browse files Browse the repository at this point in the history
* add details on Test_Api_Wrapper sheet
* adds additional info on wrappers concept

Co-authored-by: Kannan Ramamoorthy <[email protected]>
  • Loading branch information
bharathyes and kannangce authored May 12, 2022
1 parent e788307 commit ad99db9
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 46 deletions.
10 changes: 8 additions & 2 deletions docs/concepts-components/concepts-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ The below are the building blocks of Restel.

Represents a single APIs that has to be called (and tested).

## Test Wrapper:

Represents a wrapper for a Test API. Intended to pass API specific **Restel Variables** to customise the API's expected response, status code, etc.

In the context of *Test Scenario*, wrappers can be used interchangeably with Test APIs. We go with wrappers when we have to pass different set of parameters for the same Test APIs hence performing different set of tests using the same API.

## Test Scenarios:

Scenarios that are to be tested, typically making use of one or more Test APIs.
Scenarios that are to be tested, typically making use of one or more Test APIs or Test wrappers.

## Test Suite:

Expand All @@ -26,7 +32,7 @@ This will be resolved by Restel before the execution of the respective API.
## Restel Context Map:

In simple terms, this is a map containing the request,responses and other details that Restel keeps tracks of and stores as the API tests are getting executed.
In simple terms, this is a map containing the request, responses and other details that Restel keeps tracks of and stores as the API tests are getting executed.

> More details can be found [here](variables_and_context#context).
Expand Down
Loading

0 comments on commit ad99db9

Please sign in to comment.