Example 05 - Continuous API Testing
Number of APIs: 11
This collection contains basic API test examples. To monitor APIs, create a monitor to periodically run a collection that contains one or more of the test requests.
-
Contract Tests - Monitor Creation Contract Tests POST https://api.getpostman.com/monitors
-
Negative Tests - Monitor Creation With non-existing collection POST https://api.getpostman.com/monitors
-
Negative Tests - Delete non-existing monitor DELETE https://api.getpostman.com/monitors/45-wrong-uid
-
Negative Tests - Update Monitor with wrong property PUT https://api.getpostman.com/monitors/45-wrong-uid
-
Integration Tests - Update the new created Monitor PUT https://api.getpostman.com/monitors/{{monitor-uid}}
-
Integration Tests - DELETE Monitor DELETE https://api.getpostman.com/monitors/{{monitor-uid}}
-
Positive Tests - Monitor Creation Positive Tests POST https://api.getpostman.com/monitors
-
Integration Tests - CREATE Monitor POST https://api.getpostman.com/monitors
-
Integration Tests - GET the updated Monitor GET https://api.getpostman.com/monitors/{{monitor-uid}}
-
Positive Tests - Monitor Update Positive Tests PUT https://api.getpostman.com/monitors/{{monitor-id}}