Qodex.ai
Qodex.ai
Introduction
API testing basics
Basic test syntax
pm.expect and pm.response
API tests
newPatient CopyJSON schema v4 validationSQL injection security checkResponse timeFunctional2Data type
addsPay
sendMesaagegetAllCategoryaddUsereditListingaddOrdersgetOrderByEmailgetListingByIdaddListinggetListingByEmail
Introduction
API testing basics
Basic test syntax
pm.expect and pm.response
API tests
newPatient CopyJSON schema v4 validationSQL injection security checkResponse timeFunctional2Data type
addsPay
sendMesaagegetAllCategoryaddUsereditListingaddOrdersgetOrderByEmailgetListingByIdaddListinggetListingByEmail
HomeAPI testing basicsAPI tests

API tests

Number of APIs: 6

  1. Response time PUT https://postman-echo.com/put

  2. Data type PATCH https://postman-echo.com/patch

  3. newPatient Copy POST http://127.0.0.1:5001/my-clinic-2de14/us-central1/app/login

  4. Functional2 DELETE https://postman-echo.com/delete

  5. JSON schema v4 validation GET https://postman-echo.com/get?foo1=bar1&foo2=bar2

  6. SQL injection security check POST https://postman-echo.com/post

Previous
pm.expect and pm.response
Next
newPatient Copy