qa-portfolio

TC_API_CRUD_001 – GET All Products List (GET /api/productsList)

Objective:
Validate that the API returns the complete list of products with correct structure and status code.

Test Type / Level: Functional / API
Priority / Severity: High / Major


1. Environment & Dependencies


2. Preconditions


3. Test Data

Request

Headers:


4. Test Steps

  1. Open Get All Products List request in Postman.
  2. Ensure the environment variable `` is set.
  3. Click Send to perform the GET request.
  4. Observe the response code and body.

5. Expected Results


6. Actual Results

(To be filled after execution; attach Postman screenshot)


7. Status

Pass / Fail


8. Postconditions


9. Notes