Newman Run Dashboard

Friday, 16 May 2025 06:37:36
Total Iterations

1

Total Assertions

64

Total Failed Tests

30

Total Skipped Tests

0


File Information
Collection: Newman tests on github actions
Environment: PetStore
Timings and Data
Total run duration: 3.4s
Total data received: 6.16KB
Average response time: 81ms
Summary Item Total Failed
Requests 35 0
Prerequest Scripts 23 0
Test Scripts 33 1
Assertions 64 29
Skipped Tests 0 -



Showing 30 Failures

Failed Test: Status code is 200

Assertion Error Message
expected response to have status code 200 but got 404
Failed Test: Pet's name Lou is correct

Assertion Error Message
expected undefined to deeply equal 'Lou'
Failed Test: Response body has a valid JSON schema

Assertion Error Message
expected data to satisfy schema but found following errors: 
data should have required property 'name', data should have required property 'photoUrls'
Failed Test: Status code is 200

Assertion Error Message
expected response to have status code 200 but got 500
Failed Test: Response body has a valid JSON schema

Assertion Error Message
Unexpected token '<' at 1:1
<html>
^
Failed Test: Test message contains correct additional metadata

Assertion Error Message
Unexpected token '<' at 1:1
<html>
^
Failed Test: Uploaded file's name is correct

Assertion Error Message
Unexpected token '<' at 1:1
<html>
^
Failed Test: Status code is 200

Assertion Error Message
expected response to have status code 200 but got 404
Failed Test: Response body message should contain pet id

Assertion Error Message
expected NaN to equal 693
Failed Test: Pet's name Alba is updated from post method

Assertion Error Message
expected 'Lou' to deeply equal 'Alba'
Failed Test:

Assertion Error Message
No data, empty input at 1:1

^
Failed Test: Status code is 405

Assertion Error Message
expected response to have status code 405 but got 200
Failed Test: Status code is 405

Assertion Error Message
expected response to have status code 405 but got 200
Failed Test: Status code is 405

Assertion Error Message
expected response to have status code 405 but got 200
Failed Test: Status code is 405

Assertion Error Message
expected response to have status code 405 but got 200
Failed Test: Status code is 405

Assertion Error Message
expected response to have status code 405 but got 200
Failed Test: Status code is 400

Assertion Error Message
expected response to have status code 400 but got 200
Failed Test: Status code is 400

Assertion Error Message
expected response to have status code 400 but got 404
Failed Test: Status code is 405

Assertion Error Message
expected response to have status code 405 but got 200
Failed Test: Status code is 405

Assertion Error Message
expected response to have status code 405 but got 400
Failed Test: Status code is 405

Assertion Error Message
expected response to have status code 405 but got 500
Failed Test: Status code is 405

Assertion Error Message
expected response to have status code 405 but got 200
Failed Test: Status code is 405

Assertion Error Message
expected response to have status code 405 but got 200
Failed Test: Status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Content-Type header is present

Assertion Error Message
expected response to have header with key 'Content-Type'
Failed Test: Status code is 404

Assertion Error Message
expected response to have status code 404 but got 200
Failed Test: Status code is 404

Assertion Error Message
expected response to have status code 404 but got 200
Failed Test: Status code is 200

Assertion Error Message
expected response to have status code 200 but got 500
Failed Test: Status code is 404

Assertion Error Message
expected response to have status code 404 but got 200


There are no skipped tests



1 Iteration available to view
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 200 - OK
Mean time per request: 339ms
Mean size per request: 137B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token de71441e-c9e6-4f95-a90f-a493fffb71ff
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 232
Request Body
{
          "id":693,
          "category": {
            "id": 0,
            "name": "string"
          },
          "name": "Lou",
          "photoUrls": [
            "string"
          ],
          "tags": [
            {
              "id": 0,
              "name": "string"
            }
          ],
          "status": "available"
        }
        
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:33 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"id":693,"category":{"id":0,"name":"string"},"name":"Lou","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available"}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Response body has a valid JSON schema 1 0 0
Request body has correct attributes 1 0 0
Successful POST request 1 0 0
Response time is less than 700ms 1 0 0
Content-Type is present 1 0 0
Pet's name Lou is correct 1 0 0
Total 7 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: GET
Request URL: https://petstore.swagger.io/v2/pet/693
Response Information
Response Code: 404 - Not Found
Mean time per request: 75ms
Mean size per request: 51B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8d08d7c3-c605-42eb-ab52-c4e619f06423
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:33 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"code":1,"type":"error","message":"Pet not found"}
Test Information
NamePassedFailedSkipped
Status code is 200 0 1 0
Pet's name Lou is correct 0 1 0
Response body has a valid JSON schema 0 1 0
Total 0 3 0
Test Failures
Test NameAssertion Error
Status code is 200
expected response to have status code 200 but got 404
Pet's name Lou is correct
expected undefined to deeply equal 'Lou'
Response body has a valid JSON schema
expected data to satisfy schema but found following errors: 
        data should have required property 'name', data should have required property 'photoUrls'
Request Information
Request Method: GET
Request URL: https://petstore.swagger.io/v2/pet/findByStatus?status=sold
Response Information
Response Code: 200 - OK
Mean time per request: 75ms
Mean size per request: 754B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8b37a647-620d-4673-bbb3-4d6286c9de7c
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:34 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
[{"id":9223372036854741855,"category":{"id":-34705574,"name":"consectetur ea fugiat"},"name":"doggie","photoUrls":["cillum qui pariatur incididunt","laboris re"],"tags":[{"id":8890229,"name":"eu"},{"id":19670278,"name":"ipsum Duis anim veniam"}],"status":"sold"},{"id":777,"category":{"id":888,"name":"This is my new category"},"name":"This is my new pet","tags":[],"status":"sold"},{"id":18904821,"category":{"id":22120667,"name":"cat"},"name":"Barsik","photoUrls":["https://example.com/Catty1.jpg","https://example.com/Catty2.jpg"],"tags":[{"id":1,"name":"Kitty"},{"id":2,"name":"hanye"}],"status":"sold"},{"id":98765,"category":{"id":222,"name":"Панда"},"name":"Соня","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"sold"}]
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Response time is less than 800ms 1 0 0
Response body has a valid JSON schema 1 0 0
Response contains headers 1 0 0
Total 4 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet/693/uploadImage
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 76ms
Mean size per request: 330B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9f0d25a8-7c11-4ca0-85b1-4a98a7f33c38
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 183
Request Body
{"additionalMetadata":"image/jpeg"}
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:34 GMT
Content-Type text/html; charset=ISO-8859-1
Content-Length 330
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Cache-Control must-revalidate,no-cache,no-store
Server Jetty(9.2.9.v20150224)
Response Body
<html>
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <title>Error 500 Internal Server Error</title>
        </head>
        <body><h2>HTTP ERROR 500</h2>
        <p>Problem accessing /v2/pet/693/uploadImage. Reason:
        <pre>    Internal Server Error</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/>
        
        </body>
        </html>
        
Test Information
NamePassedFailedSkipped
Status code is 200 0 1 0
Response body has a valid JSON schema 0 1 0
Test message contains correct additional metadata 0 1 0
Uploaded file's name is correct 0 1 0
Total 0 4 0
Test Failures
Test NameAssertion Error
Status code is 200
expected response to have status code 200 but got 500
Response body has a valid JSON schema
Unexpected token '<' at 1:1
        <html>
        ^
Test message contains correct additional metadata
Unexpected token '<' at 1:1
        <html>
        ^
Uploaded file's name is correct
Unexpected token '<' at 1:1
        <html>
        ^
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet/693
Response Information
Response Code: 404 - Not Found
Mean time per request: 74ms
Mean size per request: 51B

Test Pass Percentage
60 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5b0c349c-7690-4c4e-ad0a-158048881e79
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 21
Request Body
{"name":"Alba","status":"sold"}
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:34 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"code":404,"type":"unknown","message":"not found"}
Test Information
NamePassedFailedSkipped
Response body matches the schema 1 0 0
Status code is 200 0 1 0
Response time is less than 700ms 1 0 0
Response body should contain fields 1 0 0
Response body message should contain pet id 0 1 0
Total 3 2 0
Test Failures
Test NameAssertion Error
Status code is 200
expected response to have status code 200 but got 404
Response body message should contain pet id
expected NaN to equal 693
Request Information
Request Method: GET
Request URL: https://petstore.swagger.io/v2/pet/693
Response Information
Response Code: 200 - OK
Mean time per request: 74ms
Mean size per request: 137B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1b8df6d7-1d11-4e34-b3a9-676fcffc026f
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:34 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"id":693,"category":{"id":0,"name":"string"},"name":"Lou","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available"}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Pet's name Alba is updated from post method 0 1 0
Total 1 1 0
Test Failure
Test NameAssertion Error
Pet's name Alba is updated from post method
expected 'Lou' to deeply equal 'Alba'
Request Information
Request Method: PUT
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 200 - OK
Mean time per request: 74ms
Mean size per request: 144B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 843374ff-8039-4500-bfcf-7c0910b262f1
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 238
Request Body
{
          "id": 693,
          "category": {
            "id": 974,
            "name": "dog"
          },
          "name": "Cleta",
          "photoUrls": [
            "string"
          ],
          "tags": [
            {
              "id": 974,
              "name": "foxterrier"
            }
          ],
          "status": "available"
        }
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:34 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"id":693,"category":{"id":974,"name":"dog"},"name":"Cleta","photoUrls":["string"],"tags":[{"id":974,"name":"foxterrier"}],"status":"available"}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Response body has a valid JSON schema 1 0 0
Pet's name Cleta is updated from put method 1 0 0
Total 3 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: DELETE
Request URL: https://petstore.swagger.io/v2/pet/693
Response Information
Response Code: 404 - Not Found
Mean time per request: 74ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
api_key special-key
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7bdbe3b5-1a0f-45fe-99fe-c0d3b948a097
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:34 GMT
Content-Length 0
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 200 - OK
Mean time per request: 75ms
Mean size per request: 138B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1c4947eb-a84b-4cd2-b122-3de2f8f585bc
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 233
Request Body
{
          "id":960,
          "category": {
            "id": 0,
            "name": "string"
          },
          "name": "Curt",
          "photoUrls": [
            "string"
          ],
          "tags": [
            {
              "id": 0,
              "name": "string"
            }
          ],
          "status": "available"
        }
        
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:34 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"id":960,"category":{"id":0,"name":"string"},"name":"Curt","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available"}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Response body has a valid JSON schema 1 0 0
Request body has correct attributes 1 0 0
Successful POST request 1 0 0
Response time is less than 700ms 1 0 0
Content-Type is present 1 0 0
Pet's name Curt is correct 1 0 0
Total 7 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 415 - Unsupported Media Type
Mean time per request: 75ms
Mean size per request: 2.19KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 42e3d228-b314-47c8-8e40-b4212ccc1914
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:34 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"code":415,"type":"unknown","message":"com.sun.jersey.api.MessageException: A message body reader for Java class io.swagger.sample.model.Pet, and Java type class io.swagger.sample.model.Pet, and MIME media type application/octet-stream was not found.\nThe registered message body readers compatible with the MIME media type are:\n*/* ->\n  com.sun.jersey.core.impl.provider.entity.FormProvider\n  com.sun.jersey.core.impl.provider.entity.StringProvider\n  com.sun.jersey.core.impl.provider.entity.ByteArrayProvider\n  com.sun.jersey.core.impl.provider.entity.FileProvider\n  com.sun.jersey.core.impl.provider.entity.InputStreamProvider\n  com.sun.jersey.core.impl.provider.entity.DataSourceProvider\n  com.sun.jersey.core.impl.provider.entity.XMLJAXBElementProvider$General\n  com.sun.jersey.core.impl.provider.entity.ReaderProvider\n  com.sun.jersey.core.impl.provider.entity.DocumentProvider\n  com.sun.jersey.core.impl.provider.entity.SourceProvider$StreamSourceReader\n  com.sun.jersey.core.impl.provider.entity.SourceProvider$SAXSourceReader\n  com.sun.jersey.core.impl.provider.entity.SourceProvider$DOMSourceReader\n  com.sun.jersey.json.impl.provider.entity.JSONJAXBElementProvider$General\n  com.sun.jersey.json.impl.provider.entity.JSONArrayProvider$General\n  com.sun.jersey.json.impl.provider.entity.JSONObjectProvider$General\n  com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider\n  com.sun.jersey.core.impl.provider.entity.XMLRootElementProvider$General\n  com.sun.jersey.core.impl.provider.entity.XMLListElementProvider$General\n  com.sun.jersey.core.impl.provider.entity.XMLRootObjectProvider$General\n  com.sun.jersey.core.impl.provider.entity.EntityHolderReader\n  com.sun.jersey.json.impl.provider.entity.JSONRootElementProvider$General\n  com.sun.jersey.json.impl.provider.entity.JSONListElementProvider$General\n  com.sun.jersey.json.impl.provider.entity.JacksonProviderProxy\napplication/octet-stream ->\n  com.sun.jersey.core.impl.provider.entity.ByteArrayProvider\n  com.sun.jersey.core.impl.provider.entity.FileProvider\n  com.sun.jersey.core.impl.provider.entity.InputStreamProvider\n  com.sun.jersey.core.impl.provider.entity.DataSourceProvider\n  com.sun.jersey.core.impl.provider.entity.RenderedImageProvider\n"}
Test Information
NamePassedFailedSkipped
Status code is 415 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 200 - OK
Mean time per request: 74ms
Mean size per request: 122B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 058223ac-c68c-43ce-93cd-969d75f42fe9
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 212
Request Body
{
          "id":370,
          "category": {
            "id": 0,
            "name": "string"
          },
          "photoUrls": [
            "link"
          ],
          "tags": [
            {
              "id": 0,
              "name": "string"
            }
          ],
          "status": "available"
        }
        
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:34 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"id":370,"category":{"id":0,"name":"string"},"photoUrls":["link"],"tags":[{"id":0,"name":"string"}],"status":"available"}
Test Information
NamePassedFailedSkipped
Status code is 405 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 405
expected response to have status code 405 but got 200
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 200 - OK
Mean time per request: 74ms
Mean size per request: 116B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b40c938b-4c38-48f7-9047-efb93efe7152
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 176
Request Body
{
          "id":756,
          "category": {
            "id": 0,
            "name": "string"
          },
          "tags": [
            {
              "id": 0,
              "name": "string"
            }
          ],
          "status": "available"
        }
        
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:34 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"id":756,"category":{"id":0,"name":"string"},"photoUrls":[],"tags":[{"id":0,"name":"string"}],"status":"available"}
Test Information
NamePassedFailedSkipped
Status code is 405 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 405
expected response to have status code 405 but got 200
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 200 - OK
Mean time per request: 74ms
Mean size per request: 77B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b3f1ce8e-b945-4652-aae1-2ffba3e75ce6
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 64
Request Body
{
          "name": "Alene",
          "photoUrls": [
            434312424
          ]
        }
        
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:34 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"id":9223372036854775807,"name":"Alene","photoUrls":["434312424"],"tags":[]}
Test Information
NamePassedFailedSkipped
Status code is 405 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 405
expected response to have status code 405 but got 200
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 500 - Server Error
Mean time per request: 75ms
Mean size per request: 64B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fa3117ab-069c-400a-8b1b-d34208073ea9
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
          "name": [],
          "photoUrls": [
            434312424
          ]
        }
        
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:35 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"code":500,"type":"unknown","message":"something bad happened"}
Test Information
NamePassedFailedSkipped
Status code is 500 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 400 - Bad Request
Mean time per request: 74ms
Mean size per request: 51B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 03581bbd-3fcf-4b4d-91be-173c6babf832
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 57
Request Body
{
          "name": ,
          "photoUrls": [
            434312424
          ]
        }
        
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:35 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"code":400,"type":"unknown","message":"bad input"}
Test Information
NamePassedFailedSkipped
Status code is 400 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 500 - Server Error
Mean time per request: 74ms
Mean size per request: 64B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bef20e13-0490-48b8-b90b-e441ed802f2c
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 52
Request Body
{
          "name": {"fdf":"fdfd"},
          "photoUrls": []
        }
        
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:35 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"code":500,"type":"unknown","message":"something bad happened"}
Test Information
NamePassedFailedSkipped
Status code is 500 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 200 - OK
Mean time per request: 74ms
Mean size per request: 137B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a1d332bd-f468-42be-b084-bfa019fd9335
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 232
Request Body
{
          "id":475,
          "category": {
            "id": 0,
            "name": "string"
          },
          "name": "Niko",
          "photoUrls": [
            "string"
          ],
          "tags": [
            {
              "id": 0,
              "name": "string"
            }
          ],
          "status": "availabl"
        }
        
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:35 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"id":475,"category":{"id":0,"name":"string"},"name":"Niko","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"availabl"}
Test Information
NamePassedFailedSkipped
Status code is 405 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 405
expected response to have status code 405 but got 200
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 200 - OK
Mean time per request: 74ms
Mean size per request: 145B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d339772a-2d04-41fe-978e-c97153b32a30
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 240
Request Body
{
          "id":522,
          "category": {
            "id": 0,
            "name": "string"
          },
          "name": "Jayne",
          "photoUrls": [
            "string"
          ],
          "tags": [
            {
              "id": 0,
              "name": "string"
            }
          ],
          "status": "available, sold"
        }
        
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:35 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"id":522,"category":{"id":0,"name":"string"},"name":"Jayne","photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"status":"available, sold"}
Test Information
NamePassedFailedSkipped
Status code is 405 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 405
expected response to have status code 405 but got 200
Request Information
Request Method: GET
Request URL: https://petstore.swagger.io/v2/pet/findByStatus?status=1213
Response Information
Response Code: 200 - OK
Mean time per request: 73ms
Mean size per request: 2B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9ed7ebb9-95d6-4f16-ab46-8c1a296a9431
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:35 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
[]
Test Information
NamePassedFailedSkipped
Status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 400
expected response to have status code 400 but got 200
Request Information
Request Method: GET
Request URL: https://petstore.swagger.io/v2/pet/ghfhgfh
Response Information
Response Code: 404 - Not Found
Mean time per request: 74ms
Mean size per request: 104B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4183cc40-5479-4931-a4f6-d22dd3cf1629
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:35 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"code":404,"type":"unknown","message":"java.lang.NumberFormatException: For input string: \"ghfhgfh\""}
Test Information
NamePassedFailedSkipped
Status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 400
expected response to have status code 400 but got 404
Request Information
Request Method: GET
Request URL: https://petstore.swagger.io/v2/pet/12454
Response Information
Response Code: 404 - Not Found
Mean time per request: 73ms
Mean size per request: 51B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3c98a4ab-e533-4f03-b61a-e851b71fbf8b
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:35 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"code":1,"type":"error","message":"Pet not found"}
Test Information
NamePassedFailedSkipped
Status code is 404 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet/603
Response Information
Response Code: 200 - OK
Mean time per request: 74ms
Mean size per request: 45B

Test Pass Percentage
50 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ed5d7afd-46a2-4afa-b387-c25822a37aa1
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 20
Request Body
{"name":"Buster","status":"s"}
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:35 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"code":200,"type":"unknown","message":"603"}
Test Information
NamePassedFailedSkipped
Add pet for next tests 2 0 0
Status code is 405 0 2 0
Total 2 2 0
Test Failures
Test NameAssertion Error
Status code is 405
expected response to have status code 405 but got 200
Request Information
Request Method: PUT
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 400 - Bad Request
Mean time per request: 73ms
Mean size per request: 51B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ce97a2a1-fe49-4813-9301-64fe133c8a11
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 235
Request Body
{
          "id": 603,
          "category": {
            "id": 0,
            "name": "dog"
          },
          "name": Susana,
          "photoUrls": [
            "string"
          ],
          "tags": [
            {
              "id": 974,
              "name": "foxterrier"
            }
          ],
          "status": "available"
        }
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:35 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"code":400,"type":"unknown","message":"bad input"}
Test Information
NamePassedFailedSkipped
Status code is 405 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 405
expected response to have status code 405 but got 400
Request Information
Request Method: PUT
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 500 - Server Error
Mean time per request: 74ms
Mean size per request: 64B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bc7622f4-4611-4c2d-acc4-c68cbea362d6
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 231
Request Body
{
          "id": 603,
          "category": {
            "id": 0,
            "name": "dog"
          },
          "name": "Will",
          "photoUrls": [
            gfgf
          ],
          "tags": [
            {
              "id": 974,
              "name": "foxterrier"
            }
          ],
          "status": "available"
        }
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:35 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"code":500,"type":"unknown","message":"something bad happened"}
Test Information
NamePassedFailedSkipped
Status code is 405 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 405
expected response to have status code 405 but got 500
Request Information
Request Method: PUT
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 200 - OK
Mean time per request: 74ms
Mean size per request: 131B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0d05c52e-4702-4477-9493-a6c9e1843fce
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 225
Request Body
{
          "id": 603,
          "category": {
            "id": 0,
            "name": "dog"
          },
          "name": "",
          "photoUrls": [
            ""
          ],
          "tags": [
            {
              "id": 974,
              "name": "foxterrier"
            }
          ],
          "status": "available"
        }
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:36 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"id":603,"category":{"id":0,"name":"dog"},"name":"","photoUrls":[""],"tags":[{"id":974,"name":"foxterrier"}],"status":"available"}
Test Information
NamePassedFailedSkipped
Status code is 405 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 405
expected response to have status code 405 but got 200
Request Information
Request Method: PUT
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 200 - OK
Mean time per request: 74ms
Mean size per request: 134B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b505b06f-df80-4a3f-a537-c3f6787cdc1a
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 228
Request Body
{
          "id": 603,
          "category": {
            "id": 0,
            "name": "dog"
          },
          "name": "Ransom",
          "photoUrls": [
            "dsdsd"
          ],
          "tags": [
            {
              "id": 974,
              "name": "foxterrier"
            }
          ],
          "status": "d"
        }
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:36 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"id":603,"category":{"id":0,"name":"dog"},"name":"Ransom","photoUrls":["dsdsd"],"tags":[{"id":974,"name":"foxterrier"}],"status":"d"}
Test Information
NamePassedFailedSkipped
Status code is 405 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 405
expected response to have status code 405 but got 200
Request Information
Request Method: PUT
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 500 - Server Error
Mean time per request: 73ms
Mean size per request: 64B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 11c53ba5-8323-48c2-b6c6-fb7bf76dc453
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 262
Request Body
{
          "id": 212321312312344444444444444444444444,
          "category": {
            "id": 0,
            "name": "dog"
          },
          "name": "Darrick",
          "photoUrls": [
            "dsdsd"
          ],
          "tags": [
            {
              "id": 974,
              "name": "foxterrier"
            }
          ],
          "status": "d"
        }
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:36 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"code":500,"type":"unknown","message":"something bad happened"}
Test Information
NamePassedFailedSkipped
Status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 400
expected response to have status code 400 but got 500
Request Information
Request Method: PUT
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 500 - Server Error
Mean time per request: 74ms
Mean size per request: 64B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8344be45-eab3-46e4-aabf-3e1b666a8061
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 228
Request Body
{
          "id": "c",
          "category": {
            "id": 0,
            "name": "dog"
          },
          "name": "Cierra",
          "photoUrls": [
            "dsdsd"
          ],
          "tags": [
            {
              "id": 974,
              "name": "foxterrier"
            }
          ],
          "status": "d"
        }
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:36 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"code":500,"type":"unknown","message":"something bad happened"}
Test Information
NamePassedFailedSkipped
Status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 400
expected response to have status code 400 but got 500
Request Information
Request Method: DELETE
Request URL: https://petstore.swagger.io/v2/pet/603
Response Information
Response Code: 404 - Not Found
Mean time per request: 73ms
Mean size per request: 0B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
api_key special-key
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 14a4b82a-db6a-4da2-8e8b-44d86e79a312
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:36 GMT
Content-Length 0
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
No Response Body for this request
Test Information
NamePassedFailedSkipped
Delete pet 2 0 0
Status code is 404 2 0 0
Response time is less than 200ms 2 0 0
Response body is empty 2 0 0
Content-Type header is present 0 2 0
Total 8 2 0
Test Failures
Test NameAssertion Error
Content-Type header is present
expected response to have header with key 'Content-Type'
Request Information
Request Method: GET
Request URL: https://petstore.swagger.io/v2/pet/603
Response Information
Response Code: 200 - OK
Mean time per request: 73ms
Mean size per request: 134B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fa31df9c-a1c8-446a-a20a-a829d1a5ba0a
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:36 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"id":603,"category":{"id":0,"name":"dog"},"name":"Ransom","photoUrls":["dsdsd"],"tags":[{"id":974,"name":"foxterrier"}],"status":"d"}
Test Information
NamePassedFailedSkipped
Status code is 404 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 404
expected response to have status code 404 but got 200
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet/603
Response Information
Response Code: 200 - OK
Mean time per request: 75ms
Mean size per request: 45B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b4aeb1c4-630c-4683-a807-6520fbe114bd
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{"name":"Alfreda","status":"sold"}
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:36 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"code":200,"type":"unknown","message":"603"}
Test Information
NamePassedFailedSkipped
Status code is 404 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 404
expected response to have status code 404 but got 200
Request Information
Request Method: POST
Request URL: https://petstore.swagger.io/v2/pet/603/uploadImage
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 74ms
Mean size per request: 330B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1c6d56f5-126a-43eb-aefa-63724bdab1e8
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 183
Request Body
{"additionalMetadata":"image/jpeg"}
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:36 GMT
Content-Type text/html; charset=ISO-8859-1
Content-Length 330
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Cache-Control must-revalidate,no-cache,no-store
Server Jetty(9.2.9.v20150224)
Response Body
<html>
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <title>Error 500 Internal Server Error</title>
        </head>
        <body><h2>HTTP ERROR 500</h2>
        <p>Problem accessing /v2/pet/603/uploadImage. Reason:
        <pre>    Internal Server Error</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/>
        
        </body>
        </html>
        
Test Information
NamePassedFailedSkipped
Status code is 200 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 200
expected response to have status code 200 but got 500
Request Information
Request Method: PUT
Request URL: https://petstore.swagger.io/v2/pet
Response Information
Response Code: 200 - OK
Mean time per request: 74ms
Mean size per request: 136B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cb21fe95-a789-4c8f-83f6-56cd7486040b
Host petstore.swagger.io
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 230
Request Body
{
          "id": 603,
          "category": {
            "id": 0,
            "name": "dog"
          },
          "name": "Percival",
          "photoUrls": [
            "dsdsd"
          ],
          "tags": [
            {
              "id": 974,
              "name": "foxterrier"
            }
          ],
          "status": "d"
        }
Response Headers
Header NameHeader Value
Date Fri, 16 May 2025 06:37:36 GMT
Content-Type application/json
Transfer-Encoding chunked
Connection keep-alive
Access-Control-Allow-Origin *
Access-Control-Allow-Methods GET, POST, DELETE, PUT
Access-Control-Allow-Headers Content-Type, api_key, Authorization
Server Jetty(9.2.9.v20150224)
Response Body
{"id":603,"category":{"id":0,"name":"dog"},"name":"Percival","photoUrls":["dsdsd"],"tags":[{"id":974,"name":"foxterrier"}],"status":"d"}
Test Information
NamePassedFailedSkipped
Status code is 404 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Status code is 404
expected response to have status code 404 but got 200