Getting Started with Assertions
To get started with basic tests using assertions, follow these steps:- Open a Collection: Navigate to the Collection containing the request you want to test.
- Select a Request: Click on a request within the Collection.
- Go to the Assertions Tab: Click on the Assertions tab to access the testing interface.
- Write Your Test: You can now specify an expression, an operator, and the value to test against the API response.

Example:
- Expression: Verify the body response status (e.g., response.body.status).
- Operator: Choose the operator (e.g., equals, contains).
- Value: Provide the expected value (e.g., 200).