This collection tests the HOME resource of BigCo's Company API.
Summary Item | Total | Failed |
---|---|---|
Requests | 3 | 0 |
Prerequest Scripts | 3 | 0 |
Test Scripts | 6 | 0 |
Assertions | 13 | 0 |
Skipped Tests | 0 | - |
Header Name | Header Value |
---|---|
User-Agent | PostmanRuntime/7.6.0 |
Accept | */* |
Host | company-atk.herokuapp.com |
accept-encoding | gzip, deflate |
Header Name | Header Value |
---|---|
Server | Cowboy |
Connection | keep-alive |
X-Powered-By | Express |
Access-Control-Allow-Origin | * |
Content-Type | application/json; charset=utf-8 |
Content-Length | 285 |
Etag | W/"11d-ALdue3k0CRN51fOEYzm/0WLtp3o" |
Date | Tue, 17 Mar 2020 00:10:57 GMT |
Via | 1.1 vegur |
{
"home" :
[
{
"id" : "list"
,"name" : "company"
,"rel" : "collection company"
,"href" : "http://company-atk.herokuapp.com/list/"
}
]
}
Header Name | Header Value |
---|---|
User-Agent | PostmanRuntime/7.6.0 |
Accept | */* |
Host | company-atk.herokuapp.com |
accept-encoding | gzip, deflate |
Header Name | Header Value |
---|---|
Server | Cowboy |
Connection | keep-alive |
X-Powered-By | Express |
Access-Control-Allow-Origin | * |
Content-Type | application/json; charset=utf-8 |
Content-Length | 285 |
Etag | W/"11d-ALdue3k0CRN51fOEYzm/0WLtp3o" |
Date | Tue, 17 Mar 2020 00:10:57 GMT |
Via | 1.1 vegur |
{
"home" :
[
{
"id" : "list"
,"name" : "company"
,"rel" : "collection company"
,"href" : "http://company-atk.herokuapp.com/list/"
}
]
}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status is 200 | 1 | 0 | 0 |
Content-Type header is application/json | 1 | 0 | 0 |
Response body contains a valid home object | 1 | 0 | 0 |
home.id is set to list | 1 | 0 | 0 |
home.name is set to company | 1 | 0 | 0 |
home.rel contains company and collection | 1 | 0 | 0 |
Total | 6 | 0 | 0 |
Test Name | Assertion Error |
---|
Header Name | Header Value |
---|---|
User-Agent | PostmanRuntime/7.6.0 |
Accept | */* |
Host | company-atk.herokuapp.com |
accept-encoding | gzip, deflate |
Header Name | Header Value |
---|---|
Server | Cowboy |
Connection | keep-alive |
X-Powered-By | Express |
Access-Control-Allow-Origin | * |
Content-Type | application/json; charset=utf-8 |
Content-Length | 285 |
Etag | W/"11d-ALdue3k0CRN51fOEYzm/0WLtp3o" |
Date | Tue, 17 Mar 2020 00:10:57 GMT |
Via | 1.1 vegur |
{
"home" :
[
{
"id" : "list"
,"name" : "company"
,"rel" : "collection company"
,"href" : "http://company-atk.herokuapp.com/list/"
}
]
}
Name | Passed | Failed | Skipped |
---|---|---|---|
Status is 200 | 1 | 0 | 0 |
Header content-type contains application/json | 1 | 0 | 0 |
Valid home object | 1 | 0 | 0 |
home has property id set to list | 1 | 0 | 0 |
home has property name set to company | 1 | 0 | 0 |
home has property rel set to company | 1 | 0 | 0 |
home has property rel set to collection | 1 | 0 | 0 |
Total | 7 | 0 | 0 |
Test Name | Assertion Error |
---|