From 8cd7ef690987b6d26f8d7610f796ef7ca232fa35 Mon Sep 17 00:00:00 2001 From: roost-io Date: Wed, 25 Mar 2026 17:54:23 +0530 Subject: [PATCH] Add API Tests (Postman Framework, Open AI) generated by RoostGPT Using AI Model gpt-4o --- ...dified_boj-openbanking (1)_1774441427.json | 149 ++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 postman_collections/roost_test_1774441427/ai_modified_boj-openbanking (1)/roost_postman_ai_modified_boj-openbanking (1)_1774441427.json diff --git a/postman_collections/roost_test_1774441427/ai_modified_boj-openbanking (1)/roost_postman_ai_modified_boj-openbanking (1)_1774441427.json b/postman_collections/roost_test_1774441427/ai_modified_boj-openbanking (1)/roost_postman_ai_modified_boj-openbanking (1)_1774441427.json new file mode 100644 index 00000000..caf56eb5 --- /dev/null +++ b/postman_collections/roost_test_1774441427/ai_modified_boj-openbanking (1)/roost_postman_ai_modified_boj-openbanking (1)_1774441427.json @@ -0,0 +1,149 @@ +{ + "item": [ + { + "id": "daf0bdc3-36bb-40f5-8c6a-7485050b9dde", + "name": "Retrieve sample data", + "request": { + "name": "Retrieve sample data", + "description": { + "content": "Fetches sample data from the server.", + "type": "text/plain" + }, + "url": { + "path": [ + "sample-endpoint" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "GET", + "auth": null + }, + "response": [ + { + "id": "fd463b61-5a37-44d8-8905-e00142c740e7", + "name": "Successful response", + "originalRequest": { + "url": { + "path": [ + "sample-endpoint" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "method": "GET", + "body": {} + }, + "status": "OK", + "code": 200, + "header": [ + { + "key": "Content-Type", + "value": "application/json" + } + ], + "body": "{\n \"data\": \"string\"\n}", + "cookie": [], + "_postman_previewlanguage": "json" + }, + { + "id": "3bbdf15b-f536-48e7-a9c4-53f9f01fbcbb", + "name": "Bad Request", + "originalRequest": { + "url": { + "path": [ + "sample-endpoint" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "method": "GET", + "body": {} + }, + "status": "Bad Request", + "code": 400, + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "body": "", + "cookie": [], + "_postman_previewlanguage": "text" + }, + { + "id": "39719fdd-3646-488b-b5b8-c7bf0ef1d86a", + "name": "Internal Server Error", + "originalRequest": { + "url": { + "path": [ + "sample-endpoint" + ], + "host": [ + "{{baseUrl}}" + ], + "query": [], + "variable": [] + }, + "method": "GET", + "body": {} + }, + "status": "Internal Server Error", + "code": 500, + "header": [ + { + "key": "Content-Type", + "value": "text/plain" + } + ], + "body": "", + "cookie": [], + "_postman_previewlanguage": "text" + } + ], + "event": [], + "protocolProfileBehavior": { + "disableBodyPruning": true + } + } + ], + "event": [], + "variable": [ + { + "type": "string", + "value": "https://dev.roost.ai", + "key": "baseUrl" + } + ], + "info": { + "_postman_id": "49903cbd-5d88-4eaa-bcb1-5d94dc10a3f9", + "name": "Sample API", + "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", + "description": { + "content": "API Specification for Sample API", + "type": "text/plain" + } + } +} \ No newline at end of file