Provider test details
Session28,946
Test Scenario
Environment Verzoek Type Catalogus - https://vtc.dev.zuid-drecht.nl
StartedMarch 1, 2023, 00:00
StoppedMarch 1, 2023, 00:02
Statusstopped
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

PropertyValue
Total calls 15
Calls failed 15
Calls successful 0
Total assertions 42
Assertions failed 42
Assertions passed 0
2023-02-28 23:00:00.402719+00:00 - stopped

https://vtc.dev.zuid-drecht.nl

Environment variables
Variable nameValue
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
NameErrorTestMessage
Retrieves the collection of RequestType resources.AssertionErrorresponse is okexpected response to have status code 200 but got 404
Retrieves the collection of RequestType resources.AssertionErrorresponse should be okay to processexpected response code to not be 4XX or 5XX
Retrieves the collection of RequestType resources.AssertionErrorresponse must be valid and have a bodyexpected response to have status reason 'OK' but got 'NOT FOUND'
Creates a RequestType resource.AssertionErrorresponse is okexpected response to have status code 201 but got 404
Creates a RequestType resource.AssertionErrorresponse should be okay to processexpected response code to not be 4XX or 5XX
Creates a RequestType resource.AssertionErrorresponse must be valid and have a bodyexpected response body to be a valid json but got error Unexpected token '<' at 1:1
Creates a RequestType resource.JSONErrorSet IDUnexpected token '<' at 1:1 <!DOCTYPE html> ^
Retrieves a RequestType resource.AssertionErrorresponse is okexpected response to have status code 200 but got 404
Retrieves a RequestType resource.AssertionErrorresponse should be okay to processexpected response code to not be 4XX or 5XX
Retrieves a RequestType resource.AssertionErrorresponse must be valid and have a bodyexpected response to have status reason 'OK' but got 'NOT FOUND'
Replaces the RequestType resource.AssertionErrorresponse is okexpected response to have status code 200 but got 404
Replaces the RequestType resource.AssertionErrorresponse should be okay to processexpected response code to not be 4XX or 5XX
Replaces the RequestType resource.AssertionErrorresponse must be valid and have a bodyexpected response to have status reason 'OK' but got 'NOT FOUND'
Retrieves the collection of Property resources.AssertionErrorresponse is okexpected response to have status code 200 but got 404
Retrieves the collection of Property resources.AssertionErrorresponse should be okay to processexpected response code to not be 4XX or 5XX
Retrieves the collection of Property resources.AssertionErrorresponse must be valid and have a bodyexpected response to have status reason 'OK' but got 'NOT FOUND'
Creates a Property resource.AssertionErrorresponse is okexpected response to have status code 201 but got 404
Creates a Property resource.AssertionErrorresponse should be okay to processexpected response code to not be 4XX or 5XX
Creates a Property resource.AssertionErrorresponse must be valid and have a bodyexpected response body to be a valid json but got error Unexpected token '<' at 1:1
Creates a Property resource.JSONErrorSet IDUnexpected token '<' at 1:1 <!DOCTYPE html> ^
Retrieves a Property resource.AssertionErrorresponse is okexpected response to have status code 200 but got 404
Retrieves a Property resource.AssertionErrorresponse should be okay to processexpected response code to not be 4XX or 5XX
Retrieves a Property resource.AssertionErrorresponse must be valid and have a bodyexpected response to have status reason 'OK' but got 'NOT FOUND'
Replaces the Property resource.AssertionErrorresponse is okexpected response to have status code 200 but got 404
Replaces the Property resource.AssertionErrorresponse should be okay to processexpected response code to not be 4XX or 5XX
Replaces the Property resource.AssertionErrorresponse must be valid and have a bodyexpected response to have status reason 'OK' but got 'NOT FOUND'
Retrieves the collection of Template resources.AssertionErrorresponse is okexpected response to have status code 200 but got 404
Retrieves the collection of Template resources.AssertionErrorresponse should be okay to processexpected response code to not be 4XX or 5XX
Retrieves the collection of Template resources.AssertionErrorresponse must be valid and have a bodyexpected response to have status reason 'OK' but got 'NOT FOUND'
Creates a Template resource.AssertionErrorresponse is okexpected response to have status code 201 but got 404
Creates a Template resource.AssertionErrorresponse should be okay to processexpected response code to not be 4XX or 5XX
Creates a Template resource.AssertionErrorresponse must be valid and have a bodyexpected response body to be a valid json but got error Unexpected token '<' at 1:1
Creates a Template resource.JSONErrorSet IDUnexpected token '<' at 1:1 <!DOCTYPE html> ^
Retrieves a Template resource.AssertionErrorresponse is okexpected response to have status code 200 but got 404
Retrieves a Template resource.AssertionErrorresponse should be okay to processexpected response code to not be 4XX or 5XX
Retrieves a Template resource.AssertionErrorresponse must be valid and have a bodyexpected response to have status reason 'OK' but got 'NOT FOUND'
Replaces the property resource.AssertionErrorresponse is okexpected response to have status code 200 but got 404
Replaces the property resource.AssertionErrorresponse should be okay to processexpected response code to not be 4XX or 5XX
Replaces the property resource.AssertionErrorresponse must be valid and have a bodyexpected response to have status reason 'OK' but got 'NOT FOUND'
Removes the Property resource.AssertionErrorresponse is okexpected response to have status code 204 but got 404
Removes the RequestType resource.AssertionErrorresponse is okexpected response to have status code 204 but got 404
Removes the Template resource.AssertionErrorresponse is okexpected response to have status code 204 but got 404
Assertions
Name callName assertionAssertion