Unlike v1.0.0, the address attribute in v2.0.0 is an object which will contain either ipv-4-address or domain-name (unique in tcp server and client instances). A test needs to be added if the server is accepting maximum of only 1 property.
To achieve this, we can formulate a request body with no address attribute (empty object) and two address attribute (both ipv-4-address and domain-name)
This can be categorized under "Acceptance" :: "Attribute correctness" section.
Unlike v1.0.0, the address attribute in v2.0.0 is an object which will contain either ipv-4-address or domain-name (unique in tcp server and client instances). A test needs to be added if the server is accepting maximum of only 1 property. To achieve this, we can formulate a request body with no address attribute (empty object) and two address attribute (both ipv-4-address and domain-name) This can be categorized under "Acceptance" :: "Attribute correctness" section.
The following services will need updates