Number of APIs: 7
Qodex's powerful [scripting feature] helps you to write a range of API tests in JavaScript, including integration, regression, and contract tests. This template demonstrates how to work with the Qodex basic test syntax to test a single HTTP API request. Send the sample requests and view the response and test results. Replace the sample request URLs with your desired API endpoints. Customize the tests in the API documentation🧪 Get started here
🔖 How to use this template?
Step 1: Send requests
Step 2: Update the sample request URL
Step 3: Customize tests
Tests
tab if needed. Don't forget to save your changes.💪 Quick tips for writing tests
💡Related templates
REST API basics
Authorization methods
Integration testing
Regression testing
GET https://postman-echo.com/get?foo1=bar1&foo2=bar2
PUT https://postman-echo.com/put
PATCH https://postman-echo.com/patch
POST http://127.0.0.1:5001/my-clinic-2de14/us-central1/app/login
DELETE https://postman-echo.com/delete
GET https://postman-echo.com/get?foo1=bar1&foo2=bar2
POST https://postman-echo.com/post
ENDPOINTS