Provider test details
Session | 9,144 |
Test Scenario |
Taak Component
Download tc.postman_collection.json |
Environment | Taak Component - https://tc.dev.zuid-drecht.nl |
Started | March 3, 2021, 02:26 |
Stopped | March 3, 2021, 02:26 |
Status | stopped |
Postman collection URLs | |
Log | Taak Component tc.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: tc.postman_collection
Property | Value |
---|---|
Total calls | 5 |
Calls failed | 5 |
Calls successful | 0 |
Total assertions | 14 |
Assertions failed | 12 |
Assertions passed | 2 |
2021-03-03 01:26:17.437526+00:00 - stopped
Environment variables
Variable name | Value |
---|---|
baseUrl | https://tc.dev.zuid-drecht.nl |
Supplier information
Supplier name | |
Software product | |
Build version | |
Product role |
Postman collection
#1
Retrieves the collection of Task resources. | ||
GET https://tc.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 https://tc.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 https://tc.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 https://tc.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 https://tc.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. | https://tc.dev.zuid-drecht.nl/tasks | response must be valid and have a body |
Creates a Task resource. | https://tc.dev.zuid-drecht.nl/tasks | Set ID |