Provider test details
Session | 10,211 |
Test Scenario |
Queue Component
Download Queue_Component.postman_collection.json |
Environment | Queue Component - https://qc.dev.zuid-drecht.nl |
Started | April 20, 2021, 00:57 |
Stopped | April 20, 2021, 00:57 |
Status | stopped |
Postman collection URLs | |
Log | Queue Component Queue_Component.postman_collection.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: qc.postman_collection
Property | Value |
---|---|
Total calls | 5 |
Calls failed | 5 |
Calls successful | 0 |
Total assertions | 14 |
Assertions failed | 12 |
Assertions passed | 2 |
2021-04-19 22:57:18.522203+00:00 - stopped
Environment variables
Variable name | Value |
---|
Supplier information
Supplier name | |
Software product | |
Build version | |
Product role |
Postman collection
#1
Retrieves the collection of Task resources. | ||
GET qc.dev.zuid-drecht.nl/tasks | 500 Internal Server Error | |
Tests | response is ok | expected response to have status code 200 but got 500 |
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 'INTERNAL SERVER ERROR' | |
Creates a Task resource. | ||
POST qc.dev.zuid-drecht.nl/tasks | 500 Internal Server Error | |
Tests | response is ok | expected response to have status code 201 but got 500 |
response should be okay to process | expected response code to not be 4XX or 5XX | |
response must be valid and have a body | ||
Set ID | ||
Retrieves a Task resource. | ||
GET qc.dev.zuid-drecht.nl/tasks/ | 500 Internal Server Error | |
Tests | response is ok | expected response to have status code 200 but got 500 |
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 'INTERNAL SERVER ERROR' | |
Replaces the Task resource. | ||
PUT qc.dev.zuid-drecht.nl/tasks/ | 500 Internal Server Error | |
Tests | response is ok | expected response to have status code 200 but got 500 |
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 'INTERNAL SERVER ERROR' | |
Removes the Task resource. | ||
DELETE qc.dev.zuid-drecht.nl/tasks/ | 500 Internal Server Error | |
Tests | response is ok | expected response to have status code 204 but got 500 |
Failure
Name | Error | Test | Message |
---|---|---|---|
Retrieves the collection of Task resources. | AssertionError | response is ok | expected response to have status code 200 but got 500 |
Retrieves the collection of Task resources. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves the collection of Task resources. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'INTERNAL SERVER ERROR' |
Creates a Task resource. | AssertionError | response is ok | expected response to have status code 201 but got 500 |
Creates a Task resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves a Task resource. | AssertionError | response is ok | expected response to have status code 200 but got 500 |
Retrieves a Task resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Retrieves a Task resource. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'INTERNAL SERVER ERROR' |
Replaces the Task resource. | AssertionError | response is ok | expected response to have status code 200 but got 500 |
Replaces the Task resource. | AssertionError | response should be okay to process | expected response code to not be 4XX or 5XX |
Replaces the Task resource. | AssertionError | response must be valid and have a body | expected response to have status reason 'OK' but got 'INTERNAL SERVER ERROR' |
Removes the Task resource. | AssertionError | response is ok | expected response to have status code 204 but got 500 |
Assertions
Name call | Name assertion | Assertion |
---|---|---|
Creates a Task resource. | qc.dev.zuid-drecht.nl/tasks | response must be valid and have a body |
Creates a Task resource. | qc.dev.zuid-drecht.nl/tasks | Set ID |