Provider test details
Session | 29,744 |
Test Scenario |
Verzoek Type Catalogus
Download vtc.postman_collection_Hr09KGA.json |
Environment | Verzoek Type Catalogus - https://vtc.dev.zuid-drecht.nl |
Started | March 29, 2023, 00:00 |
Stopped | March 29, 2023, 00:02 |
Status | stopped |
Postman collection URLs | |
Log | Verzoek Type Catalogus vtc.postman_collection_Hr09KGA.json |
Test scenario badge
Note: Shields.io caches the badge result for 5 minutes. Check the API for direct access.
Markdown snippet
Paste the following in your README.md to show your badge on Github.
HTML snippet
Paste the following in your HTML page to show your badge.
Postman collection #1 results details
Collection name: vtc.postman_collection
Property | Value |
---|---|
Total calls | 15 |
Calls failed | 15 |
Calls successful | 0 |
Total assertions | 42 |
Assertions failed | 42 |
Assertions passed | 0 |
2023-03-28 22:00:00.366602+00:00 - stopped
https://vtc.dev.zuid-drecht.nl
Environment variables
Variable name | Value |
---|---|
vtc dev | https://vtc.dev.zuid-drecht.nl |
Supplier information
Supplier name | |
Software product | |
Build version | |
Product role |
Postman collection
#1
Retrieves the collection of RequestType resources. | ||
GET http://localhost/request_types | 404 Not Found | |
Tests | response is ok | expected response to have status code 200 but got 404 |
response should be okay to process | expected response code to not be 4XX or 5XX | |
response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' | |
Creates a RequestType resource. | ||
POST http://localhost/request_types | 404 Not Found | |
Tests | response is ok | expected response to have status code 201 but got 404 |
response should be okay to process | expected response code to not be 4XX or 5XX | |
response must be valid and have a body | expected response body to be a valid json but got error Unexpected token '<' at 1:1 | |
Set ID | Unexpected token '<' at 1:1 <!DOCTYPE html> ^ | |
Retrieves a RequestType resource. | ||
GET http://localhost/request_types/%7B%7BrequestType%7D%7D | 404 Not Found | |
Tests | response is ok | expected response to have status code 200 but got 404 |
response should be okay to process | expected response code to not be 4XX or 5XX | |
response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' | |
Replaces the RequestType resource. | ||
PUT http://localhost/request_types/%7B%7BrequestType%7D%7D | 404 Not Found | |
Tests | response is ok | expected response to have status code 200 but got 404 |
response should be okay to process | expected response code to not be 4XX or 5XX | |
response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' | |
Retrieves the collection of Property resources. | ||
GET http://localhost/properties | 404 Not Found | |
Tests | response is ok | expected response to have status code 200 but got 404 |
response should be okay to process | expected response code to not be 4XX or 5XX | |
response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' | |
Creates a Property resource. | ||
POST http://localhost/properties | 404 Not Found | |
Tests | response is ok | expected response to have status code 201 but got 404 |
response should be okay to process | expected response code to not be 4XX or 5XX | |
response must be valid and have a body | expected response body to be a valid json but got error Unexpected token '<' at 1:1 | |
Set ID | Unexpected token '<' at 1:1 <!DOCTYPE html> ^ | |
Retrieves a Property resource. | ||
GET http://localhost/properties/%7B%7Bproperty%7D%7D | 404 Not Found | |
Tests | response is ok | expected response to have status code 200 but got 404 |
response should be okay to process | expected response code to not be 4XX or 5XX | |
response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' | |
Replaces the Property resource. | ||
PUT http://localhost/properties/%7B%7Bproperty%7D%7D | 404 Not Found | |
Tests | response is ok | expected response to have status code 200 but got 404 |
response should be okay to process | expected response code to not be 4XX or 5XX | |
response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' | |
Retrieves the collection of Template resources. | ||
GET http://localhost/templates | 404 Not Found | |
Tests | response is ok | expected response to have status code 200 but got 404 |
response should be okay to process | expected response code to not be 4XX or 5XX | |
response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' | |
Creates a Template resource. | ||
POST http://localhost/templates | 404 Not Found | |
Tests | response is ok | expected response to have status code 201 but got 404 |
response should be okay to process | expected response code to not be 4XX or 5XX | |
response must be valid and have a body | expected response body to be a valid json but got error Unexpected token '<' at 1:1 | |
Set ID | Unexpected token '<' at 1:1 <!DOCTYPE html> ^ | |
Retrieves a Template resource. | ||
GET http://localhost/templates/%7B%7Btemplate%7D%7D | 404 Not Found | |
Tests | response is ok | expected response to have status code 200 but got 404 |
response should be okay to process | expected response code to not be 4XX or 5XX | |
response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' | |
Replaces the property resource. | ||
PUT http://localhost/templates/%7B%7Btemplate%7D%7D | 404 Not Found | |
Tests | response is ok | expected response to have status code 200 but got 404 |
response should be okay to process | expected response code to not be 4XX or 5XX | |
response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' | |
Removes the Property resource. | ||
DELETE http://localhost/properties/%7B%7Bproperty%7D%7D | 404 Not Found | |
Tests | response is ok | expected response to have status code 204 but got 404 |
Removes the RequestType resource. | ||
DELETE http://localhost/request_types/%7B%7BrequestType%7D%7D | 404 Not Found | |
Tests | response is ok | expected response to have status code 204 but got 404 |
Removes the Template resource. | ||
DELETE http://localhost/templates/%7B%7Btemplate%7D%7D | 404 Not Found | |
Tests | response is ok | expected response to have status code 204 but got 404 |
Failure
Name | Error | Test | Message |
---|---|---|---|
Retrieves the collection of RequestType resources. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Retrieves the collection of RequestType resources. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves the collection of RequestType resources. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Creates a RequestType resource. | AssertionError | response is ok | expected response to have status code 201 but got 404 |
Creates a RequestType resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Creates a RequestType resource. | AssertionError | response must be valid and have a body | expected response body to be a valid json but got error Unexpected token '<' at 1:1 |
Creates a RequestType resource. | JSONError | Set ID | Unexpected token '<' at 1:1 <!DOCTYPE html> ^ |
Retrieves a RequestType resource. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Retrieves a RequestType resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves a RequestType resource. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Replaces the RequestType resource. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Replaces the RequestType resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Replaces the RequestType resource. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Retrieves the collection of Property resources. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Retrieves the collection of Property resources. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves the collection of Property resources. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Creates a Property resource. | AssertionError | response is ok | expected response to have status code 201 but got 404 |
Creates a Property resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Creates a Property resource. | AssertionError | response must be valid and have a body | expected response body to be a valid json but got error Unexpected token '<' at 1:1 |
Creates a Property resource. | JSONError | Set ID | Unexpected token '<' at 1:1 <!DOCTYPE html> ^ |
Retrieves a Property resource. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Retrieves a Property resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves a Property resource. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Replaces the Property resource. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Replaces the Property resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Replaces the Property resource. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Retrieves the collection of Template resources. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Retrieves the collection of Template resources. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves the collection of Template resources. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Creates a Template resource. | AssertionError | response is ok | expected response to have status code 201 but got 404 |
Creates a Template resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Creates a Template resource. | AssertionError | response must be valid and have a body | expected response body to be a valid json but got error Unexpected token '<' at 1:1 |
Creates a Template resource. | JSONError | Set ID | Unexpected token '<' at 1:1 <!DOCTYPE html> ^ |
Retrieves a Template resource. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Retrieves a Template resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves a Template resource. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Replaces the property resource. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Replaces the property resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Replaces the property resource. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Removes the Property resource. | AssertionError | response is ok | expected response to have status code 204 but got 404 |
Removes the RequestType resource. | AssertionError | response is ok | expected response to have status code 204 but got 404 |
Removes the Template resource. | AssertionError | response is ok | expected response to have status code 204 but got 404 |
Assertions
Name call | Name assertion | Assertion |
---|