Provider test details
Session | 4,283 |
Test Scenario |
Proces Type Catalogus
Download Proces_Type_Catalogus.postman_collection_uZhQefP.json |
Environment | Proces Type Catalogus - https://dev.zuid-drecht.nl/api/v1/ptc/ |
Started | July 31, 2020, 10:59 |
Stopped | July 31, 2020, 10:59 |
Status | stopped |
Postman collection URLs | |
Log | Proces Type Catalogus Proces_Type_Catalogus.postman_collection_uZhQefP.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: Proces Type Catalogus
Property | Value |
---|---|
Total calls | 15 |
Calls failed | 15 |
Calls successful | 0 |
Total assertions | 42 |
Assertions failed | 42 |
Assertions passed | 0 |
2020-07-31 08:59:00.313043+00:00 - stopped
Test voor de procces type catalogus
Environment variables
Variable name | Value |
---|
Supplier information
Supplier name | |
Software product | |
Build version | |
Product role |
Postman collection
#1
Retrieves the collection of ProcessType resources. | ||
GET localhost/process_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 ProcessType resource. | ||
POST localhost/process_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 ProcessType resource. | ||
GET localhost/process_types/{{procestype}} | 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 ProcessType resource. | ||
PUT localhost/process_types/{{procestype}} | 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 Stage resources. | ||
GET localhost/stages | 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 Stage resource. | ||
POST localhost/stages | 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 Stage resource. | ||
GET localhost/stages/{{stage}} | 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 Stage resource. | ||
PUT localhost/stages/{{stage}} | 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 Section resources. | ||
GET localhost/sections | 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 Section resource. | ||
POST localhost/sections | 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 Section resource. | ||
GET localhost/sections/{{section}} | 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 Section resource. | ||
PUT localhost/sections/{{section}} | 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 Section resource. | ||
DELETE localhost/sections/{{section}} | 404 Not Found | |
Tests | response is ok | expected response to have status code 204 but got 404 |
Removes the Stage resource. | ||
DELETE localhost/stages/{{stage}} | 404 Not Found | |
Tests | response is ok | expected response to have status code 204 but got 404 |
Removes the ProcessType resource. | ||
DELETE localhost/process_types/{{procestype}} | 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 ProcessType resources. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Retrieves the collection of ProcessType resources. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves the collection of ProcessType resources. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Creates a ProcessType resource. | AssertionError | response is ok | expected response to have status code 201 but got 404 |
Creates a ProcessType resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Creates a ProcessType 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 ProcessType resource. | JSONError | Set ID | Unexpected token '<' at 1:1 <!DOCTYPE html> ^ |
Retrieves a ProcessType resource. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Retrieves a ProcessType resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves a ProcessType resource. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Replaces the ProcessType resource. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Replaces the ProcessType resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Replaces the ProcessType 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 Stage resources. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Retrieves the collection of Stage resources. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves the collection of Stage resources. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Creates a Stage resource. | AssertionError | response is ok | expected response to have status code 201 but got 404 |
Creates a Stage resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Creates a Stage 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 Stage resource. | JSONError | Set ID | Unexpected token '<' at 1:1 <!DOCTYPE html> ^ |
Retrieves a Stage resource. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Retrieves a Stage resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves a Stage resource. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Replaces the Stage resource. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Replaces the Stage resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Replaces the Stage 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 Section resources. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Retrieves the collection of Section resources. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves the collection of Section resources. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Creates a Section resource. | AssertionError | response is ok | expected response to have status code 201 but got 404 |
Creates a Section resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Creates a Section 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 Section resource. | JSONError | Set ID | Unexpected token '<' at 1:1 <!DOCTYPE html> ^ |
Retrieves a Section resource. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Retrieves a Section resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves a Section resource. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Replaces the Section resource. | AssertionError | response is ok | expected response to have status code 200 but got 404 |
Replaces the Section resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Replaces the Section resource. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'NOT FOUND' |
Removes the Section resource. | AssertionError | response is ok | expected response to have status code 204 but got 404 |
Removes the Stage resource. | AssertionError | response is ok | expected response to have status code 204 but got 404 |
Removes the ProcessType resource. | AssertionError | response is ok | expected response to have status code 204 but got 404 |
Assertions
Name call | Name assertion | Assertion |
---|