qa-portfolio

TC_API_CRUD_002 – POST To All Products List (POST /api/productsList)

Objective:
Verify that sending a POST request to /productsList returns the correct “Method Not Allowed” response (expected positive behavior).

Test Type / Level: Functional / API
Priority / Severity: Medium / Minor


1. Environment & Dependencies


2. Preconditions


3. Test Data

Request


4. Test Steps

  1. In Postman, open POST To Products List request.
  2. Verify that the method is set to POST.
  3. Click Send and observe response.

5. Expected Results


6. Actual Results

(To be filled after execution; attach Postman response screenshot)


7. Status

Pass / Fail


8. Postconditions


9. Notes