Skip to content

Registrar Entity Tests

RP Section 3.1

Test group: [rdapResponseProfile_3_1_Validation]

The following steps should be used to test the RDAP protocol section 3.1 of the RDAP Response Profile 2.1:

  1. Test case -60100: An entity with the registrar role as the topmost object shall exist.
    {
      "code": -60100,
      "value": "<topmost object>",
      "message": "An entity with the registrar role was not found as the topmost object. See section 3.1 of the RDAP_Response_Profile_2_1"
    }
    
  2. Test case -60101: Validate that valid handle , fn , adr , tel , email members are included in the topmost object. For the adr member, validate that the following RDDS fields are included: Street, City and Country.
    {
      "code": -60101,
      "value": "<topmost object>",
      "message": "The required members for a registrar entity were not found. See section 3.1 of the RDAP Response Profile 2.1."
    }
    

RP Section 3.2

Test group: [rdapResponseProfile_3_2_Validation]

The following steps should be used to test the RDAP protocol section 3.2 of the RDAP Response Profile 2.1:

  1. Test case -60200: If entities with the administrative and technical roles within the topmost object exist, validate that valid fn , tel , email members are included.
    {
      "code": -60200,
      "value": "<entity data structure>",
      "message": "The required members for entities with the administrative and technical roles were not found. See section 3.2 of the RDAP_Response_Profile_2_1."
    }