diff --git a/apitest/src/main/resources/preReg/AddLostUinApplication/AddLostUinApplication.yml b/apitest/src/main/resources/preReg/AddLostUinApplication/AddLostUinApplication.yml index 41d7f4574c..8a82d19ddf 100644 --- a/apitest/src/main/resources/preReg/AddLostUinApplication/AddLostUinApplication.yml +++ b/apitest/src/main/resources/preReg/AddLostUinApplication/AddLostUinApplication.yml @@ -1,6 +1,7 @@ AddLostUinApplication: Prereg_AddLostUinApplication_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/lostuin + description: process the lost UIN application with a valid ID role: batch templateFields: ["langCode"] restMethod: post @@ -18,6 +19,7 @@ AddLostUinApplication: }' Prereg_AddLostUinApplication_Invalid_id: endPoint: /preregistration/v1/applications/lostuin + description: process the lost UIN application with an invalid ID role: batch templateFields: ["langCode"] restMethod: post @@ -38,6 +40,7 @@ AddLostUinApplication: }' Prereg_AddLostUinApplication_invalid_lang_code: endPoint: /preregistration/v1/applications/lostuin + description: Process the lost UIN application with an invalid language code role: batch restMethod: post inputTemplate: preReg/AddLostUinApplication/addLostUinApplication @@ -57,6 +60,7 @@ AddLostUinApplication: }' Prereg_AddLostUinApplication_without_version: endPoint: /preregistration/v1/applications/lostuin + description: Process the lost UIN application without specifying the version role: batch templateFields: ["langCode"] restMethod: post @@ -77,6 +81,7 @@ AddLostUinApplication: }' Prereg_AddLostUinApplication_without_version_attribute: endPoint: /preregistration/v1/applications/lostuin + description: Process the lost UIN application without specifying the version and attribute role: batch templateFields: ["langCode"] restMethod: post @@ -97,6 +102,7 @@ AddLostUinApplication: }' Prereg_AddLostUinApplication_with_INVALID_version: endPoint: /preregistration/v1/applications/lostuin + description: Process the lost UIN application with an invalid version role: batch templateFields: ["langCode"] restMethod: post @@ -117,6 +123,7 @@ AddLostUinApplication: }' Prereg_AddLostUinApplication_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/lostuin + description: Process the lost UIN application with a valid data role: batch templateFields: ["langCode"] restMethod: post @@ -135,6 +142,7 @@ AddLostUinApplication: Prereg_AddLostUinApplication_inValid_langcode: endPoint: /preregistration/v1/applications/lostuin + description: Process the lost UIN application with an invalid language code role: batch restMethod: post inputTemplate: preReg/AddLostUinApplication/addLostUinApplication @@ -154,6 +162,7 @@ AddLostUinApplication: }' Prereg_AddLostUinApplication_without_any_data: endPoint: /preregistration/v1/applications/lostuin + description: Process the lost UIN application with no data provided role: batch restMethod: post inputTemplate: preReg/AddLostUinApplication/addLostUinApplication diff --git a/apitest/src/main/resources/preReg/AddUpdateRegistration/AddUpdateRegistration.yml b/apitest/src/main/resources/preReg/AddUpdateRegistration/AddUpdateRegistration.yml index b31e8d97d5..6acfd17bba 100644 --- a/apitest/src/main/resources/preReg/AddUpdateRegistration/AddUpdateRegistration.yml +++ b/apitest/src/main/resources/preReg/AddUpdateRegistration/AddUpdateRegistration.yml @@ -1,6 +1,7 @@ AddUpdateRegistration: Prereg_AddUpdateRegistration_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/updateregistration + description: add an update to the registration with valid data role: batch templateFields: ["langCode"] restMethod: post @@ -19,6 +20,7 @@ AddUpdateRegistration: Prereg_AddUpdateRegistration_inValid_langcode: endPoint: /preregistration/v1/applications/updateregistration + description: add an update to the registration with an invalid data role: batch restMethod: post inputTemplate: preReg/AddUpdateRegistration/addUpdateRegistration diff --git a/apitest/src/main/resources/preReg/CancelApplicationsAppointment/CancelApplicationsAppointment.yml b/apitest/src/main/resources/preReg/CancelApplicationsAppointment/CancelApplicationsAppointment.yml index 4b3744b61a..7fd03826f1 100644 --- a/apitest/src/main/resources/preReg/CancelApplicationsAppointment/CancelApplicationsAppointment.yml +++ b/apitest/src/main/resources/preReg/CancelApplicationsAppointment/CancelApplicationsAppointment.yml @@ -1,6 +1,7 @@ CancelApplicationsAppointment: Prereg_CancelApplicationsAppointment_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Canceling appointment for a valid preregistration ID role: batch checkErrorsOnlyInResponse: true restMethod: put @@ -13,6 +14,7 @@ CancelApplicationsAppointment: }' Prereg_CancelApplicationsAppointment_inValid_preRegistrationId_sid: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Canceling appointment for an invalid preregistration ID role: batch restMethod: put inputTemplate: preReg/CancelApplicationsAppointment/cancelApplicationsAppointment diff --git a/apitest/src/main/resources/preReg/CancelAppointment/CancelAppointment.yml b/apitest/src/main/resources/preReg/CancelAppointment/CancelAppointment.yml index e31fc9bbfa..c26e4a872b 100644 --- a/apitest/src/main/resources/preReg/CancelAppointment/CancelAppointment.yml +++ b/apitest/src/main/resources/preReg/CancelAppointment/CancelAppointment.yml @@ -1,6 +1,7 @@ CancelAppointment: Prereg_CancelAppointment_All_Valid_Smoke_sid: endPoint: /preregistration/v1/appointment/{preRegistrationId} + description: Cancel appointment for a valid preregistration ID role: batch checkErrorsOnlyInResponse: true restMethod: put @@ -13,6 +14,7 @@ CancelAppointment: }' Prereg_CancelAppointment_with_already_cancelled_appoinment: endPoint: /preregistration/v1/appointment/{preRegistrationId} + description: Canceling an appointment that has already been cancelled role: batch checkErrorsOnlyInResponse: true restMethod: put @@ -30,6 +32,7 @@ CancelAppointment: }' Prereg_CancelAppointment_cancell_incomplete_appoinment: endPoint: /preregistration/v1/appointment/{preRegistrationId} + description: Canceling an appointment with an incomplete appointment data role: batch checkErrorsOnlyInResponse: true restMethod: put @@ -47,6 +50,7 @@ CancelAppointment: }' Prereg_CancelAppointment_inValid_preRegistrationId_sid: endPoint: /preregistration/v1/appointment/{preRegistrationId} + description: Canceling an appointment with an invalid preregistration ID role: batch restMethod: put inputTemplate: preReg/CancelAppointment/cancelAppointment diff --git a/apitest/src/main/resources/preReg/CopyDocument/CopyDocument.yml b/apitest/src/main/resources/preReg/CopyDocument/CopyDocument.yml index 6a94b624d0..0d3245c644 100644 --- a/apitest/src/main/resources/preReg/CopyDocument/CopyDocument.yml +++ b/apitest/src/main/resources/preReg/CopyDocument/CopyDocument.yml @@ -1,6 +1,7 @@ CopyDocument: Prereg_CopyDocument_All_Valid_Smoke_sid: endPoint: /preregistration/v1/documents/{preRegistrationId}?catCode={doc_cat_code}&sourcePreId={preRegistrationId} + description: Copy the valid Proof of Address (POA) document role: batch restMethod: put inputTemplate: preReg/CopyDocument/copyDocument @@ -15,6 +16,7 @@ CopyDocument: }' Prereg_CopyDocument_in_Valid_doc_cat_code_sid: endPoint: /preregistration/v1/documents/{preRegistrationId}?catCode={doc_cat_code}&sourcePreId={preRegistrationId} + description: Copy the Proof of Address (POA) document with the invalid document category code role: batch restMethod: put inputTemplate: preReg/CopyDocument/copyDocument @@ -32,6 +34,7 @@ CopyDocument: }' Prereg_CopyDocument_blank_doc_cat_code_sid: endPoint: /preregistration/v1/documents/{preRegistrationId}?catCode={doc_cat_code}&sourcePreId={preRegistrationId} + description: Copy the blank document and categorize it with the code role: batch restMethod: put inputTemplate: preReg/CopyDocument/copyDocument @@ -49,6 +52,7 @@ CopyDocument: }' Prereg_CopyDocument_Invalid_preRegistrationId_sid: endPoint: /preregistration/v1/documents/{preRegistrationId}?catCode={doc_cat_code}&sourcePreId={preRegistrationId} + description: Copy the Proof of Address (POA) document with the invalid preregistration ID role: batch restMethod: put inputTemplate: preReg/CopyDocument/copyDocument diff --git a/apitest/src/main/resources/preReg/DeleteAllDocForaPRID/DeleteAllDocForaPRID.yml b/apitest/src/main/resources/preReg/DeleteAllDocForaPRID/DeleteAllDocForaPRID.yml index f749d93452..8c5f4bc80f 100644 --- a/apitest/src/main/resources/preReg/DeleteAllDocForaPRID/DeleteAllDocForaPRID.yml +++ b/apitest/src/main/resources/preReg/DeleteAllDocForaPRID/DeleteAllDocForaPRID.yml @@ -1,6 +1,7 @@ DeleteAllDocForaPRID: Prereg_DeletePreRegistration_All_Valid_Smoke_sid: endPoint: /preregistration/v1/documents/preregistration/{preRegistrationId} + description: Delete preregistration with all valid preregistration ID role: batch checkErrorsOnlyInResponse: true restMethod: delete @@ -13,6 +14,7 @@ DeleteAllDocForaPRID: }' Prereg_DeletePreRegistration_InValid_preRegistrationId_sid: endPoint: /preregistration/v1/documents/preregistration/{preRegistrationId} + description: Delete preregistration with an invalid preregisteration ID role: batch restMethod: delete inputTemplate: preReg/DeleteAllDocForaPRID/deleteAllDocForaPRID diff --git a/apitest/src/main/resources/preReg/DeleteBooking/DeleteBooking.yml b/apitest/src/main/resources/preReg/DeleteBooking/DeleteBooking.yml index 3c2974c5de..99c4abde1e 100644 --- a/apitest/src/main/resources/preReg/DeleteBooking/DeleteBooking.yml +++ b/apitest/src/main/resources/preReg/DeleteBooking/DeleteBooking.yml @@ -1,6 +1,7 @@ DeleteBooking: Prereg_DeleteBooking_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/appointment?preRegistrationId={preRegistrationId} + description: Delete bookings for all valid preregistration ID role: batch restMethod: delete inputTemplate: preReg/DeleteBooking/deleteBooking diff --git a/apitest/src/main/resources/preReg/DeleteLostUinApplication/DeleteLostUinApplication.yml b/apitest/src/main/resources/preReg/DeleteLostUinApplication/DeleteLostUinApplication.yml index 125a4b5093..88b22c85bd 100644 --- a/apitest/src/main/resources/preReg/DeleteLostUinApplication/DeleteLostUinApplication.yml +++ b/apitest/src/main/resources/preReg/DeleteLostUinApplication/DeleteLostUinApplication.yml @@ -1,6 +1,7 @@ DeleteLostUinApplication: Prereg_DeleteLostUinApplication_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/prereg/{applicationId} + description: Delete the lost UIN application with valid data role: batch checkErrorsOnlyInResponse: true restMethod: delete @@ -14,6 +15,7 @@ DeleteLostUinApplication: }' Prereg_DeleteLostUinApplication_after_its_deletion: endPoint: /preregistration/v1/applications/prereg/{applicationId} + description: Delete the lost UIN application after it has been removed role: batch checkErrorsOnlyInResponse: true restMethod: delete @@ -31,6 +33,7 @@ DeleteLostUinApplication: }' Prereg_DeleteLostUinApplication_multiple_application_sid: endPoint: /preregistration/v1/applications/prereg/{applicationId} + description: Delete the lost UIN application with multiple preregistration IDs for the application role: batch checkErrorsOnlyInResponse: true restMethod: delete @@ -44,6 +47,7 @@ DeleteLostUinApplication: }' Prereg_DeleteLostUinApplication_inValid_preRegistrationId_sid: endPoint: /preregistration/v1/applications/prereg/{applicationId} + description: Delete the lost UIN application with an invalid preregistration ID role: batch restMethod: delete inputTemplate: preReg/DeleteLostUinApplication/deleteLostUinApplication @@ -60,6 +64,7 @@ DeleteLostUinApplication: }' Prereg_DeleteLostUinApplication_random_number_sid: endPoint: /preregistration/v1/applications/prereg/{applicationId} + description: Delete the lost UIN application with a random number preregistration ID role: batch restMethod: delete inputTemplate: preReg/DeleteLostUinApplication/deleteLostUinApplication diff --git a/apitest/src/main/resources/preReg/DeletePreRegistration/DeletePreRegistration.yml b/apitest/src/main/resources/preReg/DeletePreRegistration/DeletePreRegistration.yml index 0d23be3e7d..5a496023a7 100644 --- a/apitest/src/main/resources/preReg/DeletePreRegistration/DeletePreRegistration.yml +++ b/apitest/src/main/resources/preReg/DeletePreRegistration/DeletePreRegistration.yml @@ -1,6 +1,7 @@ DeletePreRegistration: Prereg_DeletePreRegistration_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Delete the preregistration with a valid preregistration ID role: batch restMethod: delete inputTemplate: preReg/DeletePreRegistration/deletePreRegistration @@ -13,6 +14,7 @@ DeletePreRegistration: }' Prereg_DeletePreRegistration_inValid_preRegistrationId_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Delete the preregistration with an invalid preregistration ID role: batch restMethod: delete inputTemplate: preReg/DeletePreRegistration/deletePreRegistration diff --git a/apitest/src/main/resources/preReg/DeleteSpecificDocForaPRID/DeleteSpecificDocForaPRID.yml b/apitest/src/main/resources/preReg/DeleteSpecificDocForaPRID/DeleteSpecificDocForaPRID.yml index 1ce3096c3e..7b4ff9bc46 100644 --- a/apitest/src/main/resources/preReg/DeleteSpecificDocForaPRID/DeleteSpecificDocForaPRID.yml +++ b/apitest/src/main/resources/preReg/DeleteSpecificDocForaPRID/DeleteSpecificDocForaPRID.yml @@ -1,6 +1,7 @@ DeleteSpecificDocForaPRID: Prereg_DeleteSpecificDocForaPRID_All_Valid_Smoke_sid: endPoint: /preregistration/v1/documents/{documentId}?preRegistrationId={preRegistrationId} + description: Delete specific document for a valid PRID role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -15,6 +16,7 @@ DeleteSpecificDocForaPRID: }' Prereg_DeletePreRegistration_inValid_preRegistrationId_sid: endPoint: /preregistration/v1/documents/{documentId}?preRegistrationId={preRegistrationId} + description: Delete preregistration with an invalid PRID role: batch restMethod: post inputTemplate: preReg/DeleteSpecificDocForaPRID/deleteSpecificDocForaPRID @@ -32,6 +34,7 @@ DeleteSpecificDocForaPRID: }' Prereg_DeletePreRegistration_inValid_documentId_sid: endPoint: /preregistration/v1/documents/{documentId}?preRegistrationId={preRegistrationId} + description: Delete preregistration with an invalid document ID role: batch restMethod: post inputTemplate: preReg/DeleteSpecificDocForaPRID/deleteSpecificDocForaPRID diff --git a/apitest/src/main/resources/preReg/FetchApplicationByPrid/FetchApplicationByPrid.yml b/apitest/src/main/resources/preReg/FetchApplicationByPrid/FetchApplicationByPrid.yml index b6adbbaa5d..e508d257a6 100644 --- a/apitest/src/main/resources/preReg/FetchApplicationByPrid/FetchApplicationByPrid.yml +++ b/apitest/src/main/resources/preReg/FetchApplicationByPrid/FetchApplicationByPrid.yml @@ -1,6 +1,7 @@ FetchApplicationByPrid: Prereg_FetchApplicationByPrid_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Fetch demographic details using a valid PRID role: batch restMethod: get inputTemplate: preReg/FetchApplicationByPrid/fetchApplicationByPrid @@ -13,6 +14,7 @@ FetchApplicationByPrid: }' Prereg_FetchApplicationByPrid_inValid_preRegistrationId_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Fetch demographic details using an invalid PRID role: batch restMethod: get inputTemplate: preReg/FetchApplicationByPrid/fetchApplicationByPrid diff --git a/apitest/src/main/resources/preReg/FetchAppointmentDetailsByPrid/FetchAppointmentDetailsByPrid.yml b/apitest/src/main/resources/preReg/FetchAppointmentDetailsByPrid/FetchAppointmentDetailsByPrid.yml index c5f28547e5..af5c2bb668 100644 --- a/apitest/src/main/resources/preReg/FetchAppointmentDetailsByPrid/FetchAppointmentDetailsByPrid.yml +++ b/apitest/src/main/resources/preReg/FetchAppointmentDetailsByPrid/FetchAppointmentDetailsByPrid.yml @@ -1,6 +1,7 @@ FetchAppointmentDetailsByPrid: Prereg_FetchAppointmentDetailsByPrid_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Fetch appointment details for the preregistration ID role: batch restMethod: get inputTemplate: preReg/FetchAppointmentDetailsByPrid/fetchAppointmentDetailsByPrid @@ -13,6 +14,7 @@ FetchAppointmentDetailsByPrid: }' Prereg_FetchAppointmentDetailsByPrid_inValid_preRegistrationId_sid: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Fetch appointment details for the invalid preregistration ID role: batch restMethod: get inputTemplate: preReg/FetchAppointmentDetailsByPrid/fetchAppointmentDetailsByPrid diff --git a/apitest/src/main/resources/preReg/GetAllApplications/GetAllApplications.yml b/apitest/src/main/resources/preReg/GetAllApplications/GetAllApplications.yml index a2917f183f..dafbf32c58 100644 --- a/apitest/src/main/resources/preReg/GetAllApplications/GetAllApplications.yml +++ b/apitest/src/main/resources/preReg/GetAllApplications/GetAllApplications.yml @@ -1,6 +1,7 @@ GetAllApplications: Prereg_GetAllApplications_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications + description: Retrieve all applications with valid data role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -13,6 +14,7 @@ GetAllApplications: }' Prereg_GetAllApplications_InValid: endPoint: /preregistration/v1/applications + description: Retrieve all applications with invalid data role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -30,6 +32,7 @@ GetAllApplications: }' Prereg_GetAllApplications_InValid_Type: endPoint: /preregistration/v1/applications?type={type} + description: Retrieve all applications with an invalid type role: batch restMethod: get inputTemplate: preReg/GetAllApplications/getAllApplications @@ -46,6 +49,7 @@ GetAllApplications: }' Prereg_GetAllApplications_Valid_Type_Smoke_sid: endPoint: /preregistration/v1/applications?type={type} + description: Retrieve all applications with a valid type role: batch checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/preReg/GetAllApplicationsWithapplicationId/GetAllApplicationsWithapplicationId.yml b/apitest/src/main/resources/preReg/GetAllApplicationsWithapplicationId/GetAllApplicationsWithapplicationId.yml index df01911d49..629e2f93d1 100644 --- a/apitest/src/main/resources/preReg/GetAllApplicationsWithapplicationId/GetAllApplicationsWithapplicationId.yml +++ b/apitest/src/main/resources/preReg/GetAllApplicationsWithapplicationId/GetAllApplicationsWithapplicationId.yml @@ -1,6 +1,7 @@ GetAllApplicationsWithapplicationId: Prereg_GetAllApplicationsWithapplicationId_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/{applicationId} + description: Retrieve all applications with the application ID role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -13,6 +14,7 @@ GetAllApplicationsWithapplicationId: }' Prereg_GetAllApplicationsWithapplicationId_with_expired: endPoint: /preregistration/v1/applications/{applicationId} + description: Retrieve all applications with the expired application ID role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -25,6 +27,7 @@ GetAllApplicationsWithapplicationId: }' Prereg_GetAllApplicationsWithapplicationId_with_invalid_applicationId: endPoint: /preregistration/v1/applications/{applicationId} + description: Retrieve all applications with an invalid application ID role: batch checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/preReg/GetAllDocForPrId/GetAllDocForPrId.yml b/apitest/src/main/resources/preReg/GetAllDocForPrId/GetAllDocForPrId.yml index 02e97b7ea5..37b8684a48 100644 --- a/apitest/src/main/resources/preReg/GetAllDocForPrId/GetAllDocForPrId.yml +++ b/apitest/src/main/resources/preReg/GetAllDocForPrId/GetAllDocForPrId.yml @@ -1,6 +1,7 @@ GetAllDocForPrId: Prereg_GetAllDocForPrId_All_Valid_Smoke_sid: endPoint: /preregistration/v1/documents/preregistration/{preRegistrationId} + description: Retrieve all documents associated with the valid Pre-Registration ID role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -15,6 +16,7 @@ GetAllDocForPrId: }' Prereg_GetAllDocForPrId_inValid_preRegistrationId_sid: endPoint: /preregistration/v1/documents/preregistration/{preRegistrationId} + description: Retrieve all documents associated with the invalid Pre-Registration ID role: batch restMethod: get inputTemplate: preReg/GetAllDocForPrId/getAllDocForPrId diff --git a/apitest/src/main/resources/preReg/GetAllPreRegApplications/GetAllPreRegApplications.yml b/apitest/src/main/resources/preReg/GetAllPreRegApplications/GetAllPreRegApplications.yml index 673ce6cadf..80e8d61737 100644 --- a/apitest/src/main/resources/preReg/GetAllPreRegApplications/GetAllPreRegApplications.yml +++ b/apitest/src/main/resources/preReg/GetAllPreRegApplications/GetAllPreRegApplications.yml @@ -1,6 +1,7 @@ GetAllPreRegApplications: Prereg_GetAllPreRegApplications_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications + description: Retrieve all preregistered applications with a valid preregistration ID role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -12,6 +13,7 @@ GetAllPreRegApplications: }' Prereg_GetAllPreRegApplications_LOST_UIN_APPLICATION_sid: endPoint: /preregistration/v1/applications + description: Retrieve all preregistered applications with a prereg ID associated with the lost UIN application role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -23,6 +25,7 @@ GetAllPreRegApplications: }' Prereg_GetAllPreRegApplications_DELETE_UIN_APPLICATION_sid: endPoint: /preregistration/v1/applications + description: Retrieve all preregistered applications with a prereg ID associated with a deleted UIN application role: batch checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/preReg/GetApplicationStatusWithPrId/GetApplicationStatusWithPrId.yml b/apitest/src/main/resources/preReg/GetApplicationStatusWithPrId/GetApplicationStatusWithPrId.yml index 5804173f01..01bd323971 100644 --- a/apitest/src/main/resources/preReg/GetApplicationStatusWithPrId/GetApplicationStatusWithPrId.yml +++ b/apitest/src/main/resources/preReg/GetApplicationStatusWithPrId/GetApplicationStatusWithPrId.yml @@ -1,6 +1,7 @@ GetApplicationStatusWithPrId: Prereg_GetApplicationStatusWithPrId_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId} + description: Retrieve the application status using a valid PRID role: batch restMethod: get inputTemplate: preReg/GetApplicationStatusWithPrId/getApplicationStatusWithPrId @@ -13,6 +14,7 @@ GetApplicationStatusWithPrId: }' Prereg_GetApplicationStatusWithPrId_inValid_PRID_sid: endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId} + description: Retrieve the application status using an invalid PRID role: batch restMethod: get inputTemplate: preReg/GetApplicationStatusWithPrId/getApplicationStatusWithPrId @@ -29,6 +31,7 @@ GetApplicationStatusWithPrId: }' Prereg_GetApplicationStatusWithPrId_Blank_PRID_sid: endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId} + description: Retrieve the application status using an blank PRID role: batch restMethod: get inputTemplate: preReg/GetApplicationStatusWithPrId/getApplicationStatusWithPrId diff --git a/apitest/src/main/resources/preReg/GetApplicationWithPrId/GetApplicationWithPrId.yml b/apitest/src/main/resources/preReg/GetApplicationWithPrId/GetApplicationWithPrId.yml index a6d6ed9b18..49a765cbc1 100644 --- a/apitest/src/main/resources/preReg/GetApplicationWithPrId/GetApplicationWithPrId.yml +++ b/apitest/src/main/resources/preReg/GetApplicationWithPrId/GetApplicationWithPrId.yml @@ -1,6 +1,7 @@ GetApplicationWithPrId: Prereg_GetApplicationWithPrId_inValid_preRegistrationId: endPoint: /preregistration/v1/applications/{preRegistrationId} + description: Retrieve application with an invalid pre-registration ID (PRID) role: batch restMethod: get inputTemplate: preReg/GetApplicationWithPrId/getApplicationWithPrId diff --git a/apitest/src/main/resources/preReg/GetAppointmentDetails/GetAppointmentDetails.yml b/apitest/src/main/resources/preReg/GetAppointmentDetails/GetAppointmentDetails.yml index ae02d25efc..111e1a2ed8 100644 --- a/apitest/src/main/resources/preReg/GetAppointmentDetails/GetAppointmentDetails.yml +++ b/apitest/src/main/resources/preReg/GetAppointmentDetails/GetAppointmentDetails.yml @@ -1,6 +1,7 @@ GetAppointmentDetails: Prereg_GetAppointmentDetails_BookByPRID_All_Valid_Smoke_sid: endPoint: /preregistration/v1/appointment/{preRegistrationId} + description: Retrieve appointment details booked by a valid PRID role: batch restMethod: get inputTemplate: preReg/GetAppointmentDetails/getAppointmentDetails @@ -13,6 +14,7 @@ GetAppointmentDetails: }' Prereg_GetAppointmentDetails_with_cancelled_appoinment: endPoint: /preregistration/v1/appointment/{preRegistrationId} + description: Retrieve appointment details for a cancelled appointment role: batch restMethod: get inputTemplate: preReg/GetAppointmentDetails/getAppointmentDetails @@ -25,6 +27,7 @@ GetAppointmentDetails: }' Prereg_GetAppointmentDetails_AllValid_Smoke_sid: endPoint: /preregistration/v1/appointment/{preRegistrationId} + description: Retrieve appointment details for a valid preregistrationID role: batch restMethod: get inputTemplate: preReg/GetAppointmentDetails/getAppointmentDetails @@ -38,6 +41,7 @@ GetAppointmentDetails: Prereg_GetAppointmentDetails_inValid_preRegistrationId: endPoint: /preregistration/v1/appointment/{preRegistrationId} + description: Retrieve appointment details for a invalid preregistrationID role: batch restMethod: get inputTemplate: preReg/GetAppointmentDetails/getAppointmentDetails @@ -54,6 +58,7 @@ GetAppointmentDetails: }' Prereg_GetAppointmentDetails_empty_space_preRegistrationId: endPoint: /preregistration/v1/appointment/{preRegistrationId} + description: Retrieve appointment details for an empty space preregistration ID role: batch restMethod: get inputTemplate: preReg/GetAppointmentDetails/getAppointmentDetails diff --git a/apitest/src/main/resources/preReg/GetAvailableSlotForRegCentreId/GetAvailableSlotForRegCentreId.yml b/apitest/src/main/resources/preReg/GetAvailableSlotForRegCentreId/GetAvailableSlotForRegCentreId.yml index 07ad9e5a2d..8f906b254a 100644 --- a/apitest/src/main/resources/preReg/GetAvailableSlotForRegCentreId/GetAvailableSlotForRegCentreId.yml +++ b/apitest/src/main/resources/preReg/GetAvailableSlotForRegCentreId/GetAvailableSlotForRegCentreId.yml @@ -1,6 +1,7 @@ GetAvailableSlotForRegCentreId: Prereg_GetAvailableSlotForRegCentreId_All_Valid_Smoke_sid: endPoint: /preregistration/v1/appointment/availability/{registrationCenterId} + description: Retrieve available slots for a valid registration center ID role: batch restMethod: get inputTemplate: preReg/GetAvailableSlotForRegCentreId/getAvailableSlotForRegCentreId @@ -13,6 +14,7 @@ GetAvailableSlotForRegCentreId: }' Prereg_GetAvailableSlotForRegCentreId_inValid_registrationCenterId_sid: endPoint: /preregistration/v1/appointment/availability/{registrationCenterId} + description: Retrieve available slots for an invalid registration center ID role: batch restMethod: get inputTemplate: preReg/GetAvailableSlotForRegCentreId/getAvailableSlotForRegCentreId @@ -29,6 +31,7 @@ GetAvailableSlotForRegCentreId: }' Prereg_GetAvailableSlotForRegCentreId_Valid_Smoke_sid: endPoint: /preregistration/v1/appointment/availability/{registrationCenterId} + description: Retrieve available slots for a valid registration center ID role: batch restMethod: get inputTemplate: preReg/GetAvailableSlotForRegCentreId/getAvailableSlotForRegCentreId diff --git a/apitest/src/main/resources/preReg/GetBookingsForRegCenter/GetBookingsForRegCenter.yml b/apitest/src/main/resources/preReg/GetBookingsForRegCenter/GetBookingsForRegCenter.yml index 77e4a954e2..64ffe55356 100644 --- a/apitest/src/main/resources/preReg/GetBookingsForRegCenter/GetBookingsForRegCenter.yml +++ b/apitest/src/main/resources/preReg/GetBookingsForRegCenter/GetBookingsForRegCenter.yml @@ -1,6 +1,7 @@ GetBookingsForRegCenter: Prereg_GetBookingsForRegCenter_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/bookings/{regCenterId}?from_date=2020-10-01&to_date=2034-10-13 + description: Retrieve booking for a valid registration center ID role: batch restMethod: get inputTemplate: preReg/GetAvailableSlotForRegCentreId/getAvailableSlotForRegCentreId @@ -13,6 +14,7 @@ GetBookingsForRegCenter: }' Prereg_GetBookingsForRegCenter_with_InValid_date_format: endPoint: /preregistration/v1/applications/bookings/{regCenterId}?from_date=2020-45461&to_date=2034-10-13 + description: Retrieve booking for a registration center with an invalid date format role: batch restMethod: get inputTemplate: preReg/GetAvailableSlotForRegCentreId/getAvailableSlotForRegCentreId @@ -29,6 +31,7 @@ GetBookingsForRegCenter: }' Prereg_GetBookingsForRegCenter_with_InValid_regcenter: endPoint: /preregistration/v1/applications/bookings/{regCenterId}?from_date=2020-10-01&to_date=2034-10-13 + description: Retrieve booking for a registration center with an invalid registration center ID role: batch restMethod: get inputTemplate: preReg/GetAvailableSlotForRegCentreId/getAvailableSlotForRegCentreId @@ -45,6 +48,7 @@ GetBookingsForRegCenter: }' Prereg_GetBookingsForRegCenter_with_InValid_regcenter_invalidDate: endPoint: /preregistration/v1/applications/bookings/{regCenterId}?from_date=20204555&to_date=2034-10-13 + description: Retrieve booking for a registration center with an invalid registration center ID and an invalid date role: batch restMethod: get inputTemplate: preReg/GetAvailableSlotForRegCentreId/getAvailableSlotForRegCentreId diff --git a/apitest/src/main/resources/preReg/GetPRIDByDateRange/GetPRIDByDateRange.yml b/apitest/src/main/resources/preReg/GetPRIDByDateRange/GetPRIDByDateRange.yml index 6c15ea9bbb..a422541983 100644 --- a/apitest/src/main/resources/preReg/GetPRIDByDateRange/GetPRIDByDateRange.yml +++ b/apitest/src/main/resources/preReg/GetPRIDByDateRange/GetPRIDByDateRange.yml @@ -1,6 +1,7 @@ GetPRIDByDateRange: Prereg_GetPRIDByDateRange_All_Valid_Smoke_sid: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the given date range role: regproc checkErrorsOnlyInResponse: true restMethod: post @@ -19,6 +20,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_inValid_id: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range for the Invalid ID role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -40,6 +42,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_blank_id: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range for the blank ID role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -61,6 +64,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_missing_id: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range for the missing ID role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -82,6 +86,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_invalid_version: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range for the invalid version role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -103,6 +108,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_missing_version: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range for the missing version role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -124,6 +130,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_blank_version: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range for the blank version role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -145,6 +152,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_blank_requesttime: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range for the request time that is blank role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -166,6 +174,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_missing_requesttime: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range for the missing request time role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -187,6 +196,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_Invalid_requesttime: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range for the invalid request time role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -208,6 +218,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_Invalid_registrationCenterId: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range for the invalid registration center ID role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -229,6 +240,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_blank_registrationCenterId: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range for the blank registration center ID role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -250,6 +262,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_missing_registrationCenterId: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range for the missing registration center ID role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -271,6 +284,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_missing_fromDate: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range where the fromDate is missing role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -292,6 +306,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_Invalid_fromDate: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range where the fromDate is missing role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -313,6 +328,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_blank_fromDate: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range where the fromDate field is blank role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -334,6 +350,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_blank_toDate: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range where the toDate field is blank role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -355,6 +372,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_missing_toDate: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range where the toDate field is missing role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange @@ -376,6 +394,7 @@ GetPRIDByDateRange: }' Prereg_GetPRIDByDateRange_Invalid_toDate: endPoint: /preregistration/v1/sync + description: Retrieve the PRID within the specified date range where the 'toDate' field is invalid role: regproc restMethod: post inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange diff --git a/apitest/src/main/resources/preReg/GetPRIDForRegCent/GetPRIDForRegCent.yml b/apitest/src/main/resources/preReg/GetPRIDForRegCent/GetPRIDForRegCent.yml index bfe838ce63..125887e0b5 100644 --- a/apitest/src/main/resources/preReg/GetPRIDForRegCent/GetPRIDForRegCent.yml +++ b/apitest/src/main/resources/preReg/GetPRIDForRegCent/GetPRIDForRegCent.yml @@ -1,6 +1,7 @@ GetPRIDForRegCent: Prereg_GetPRIDForRegCent_All_Valid_Smoke_sid: endPoint: /preregistration/v1/appointment/preRegistrationId/{registrationCenterId}?from_date=2020-10-01&to_date=2034-10-13 + description: Retrieve PRID for a valid registration center ID role: batch restMethod: get inputTemplate: preReg/GetPRIDForRegCent/getPRIDForRegCent @@ -13,6 +14,7 @@ GetPRIDForRegCent: }' Prereg_GetPRIDForRegCent_inValid_registrationCenterId_sid: endPoint: /preregistration/v1/appointment/preRegistrationId/{registrationCenterId}?from_date=2020-10-01&to_date=2021-10-13 + description: Retrieve PRID for an invalid registration center ID role: batch restMethod: get inputTemplate: preReg/GetPRIDForRegCent/getPRIDForRegCent diff --git a/apitest/src/main/resources/preReg/GetPreRegInfoByPrid/GetPreRegInfoByPrid.yml b/apitest/src/main/resources/preReg/GetPreRegInfoByPrid/GetPreRegInfoByPrid.yml index 6b26c8c8a1..fd7d9319d3 100644 --- a/apitest/src/main/resources/preReg/GetPreRegInfoByPrid/GetPreRegInfoByPrid.yml +++ b/apitest/src/main/resources/preReg/GetPreRegInfoByPrid/GetPreRegInfoByPrid.yml @@ -1,6 +1,7 @@ GetPreRegInfoByPrid: Prereg_GetPreRegInfoByPrid_Valid_preRegistrationId: endPoint: /preregistration/v1/applications/prereg/info/{preRegistrationId} + description: Retrieve preregistration information using the preReg Id with a valid preRegistrationId role: batch restMethod: get inputTemplate: preReg/GetPreRegInfoByPrid/getPreRegInfoByPrid @@ -17,6 +18,7 @@ GetPreRegInfoByPrid: Prereg_GetPreRegInfoByPrid_inValid_preRegistrationId: endPoint: /preregistration/v1/applications/prereg/info/{preRegistrationId} + description: Retrieve preregistration information using the preReg Id with an invalid preRegistrationId role: batch restMethod: get inputTemplate: preReg/GetPreRegInfoByPrid/getPreRegInfoByPrid diff --git a/apitest/src/main/resources/preReg/GetSpecificDocumentforaPRID/GetSpecificDocumentforaPRID.yml b/apitest/src/main/resources/preReg/GetSpecificDocumentforaPRID/GetSpecificDocumentforaPRID.yml index ff67fcaa8c..df74af9566 100644 --- a/apitest/src/main/resources/preReg/GetSpecificDocumentforaPRID/GetSpecificDocumentforaPRID.yml +++ b/apitest/src/main/resources/preReg/GetSpecificDocumentforaPRID/GetSpecificDocumentforaPRID.yml @@ -1,6 +1,7 @@ GetSpecificDocumentforaPRID: Prereg_GetSpecificDocumentforaPRID_All_Valid_Smoke_sid: endPoint: /preregistration/v1/documents/{documentId}?preRegistrationId={preRegistrationId} + description: Retrieve the specific document with a valid preregistration ID role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -15,6 +16,7 @@ GetSpecificDocumentforaPRID: }' Prereg_GetSpecificDocumentforaPRID_inValid_preRegistrationId_sid: endPoint: /preregistration/v1/documents/{documentId}?preRegistrationId={preRegistrationId} + description: Retrieve the specific document with an invalid preregistration ID role: batch restMethod: get inputTemplate: preReg/GetSpecificDocumentforaPRID/getSpecificDocumentforaPRID @@ -32,6 +34,7 @@ GetSpecificDocumentforaPRID: }' Prereg_GetSpecificDocumentforaPRID_inValid_documentId_sid: endPoint: /preregistration/v1/documents/{documentId}?preRegistrationId={preRegistrationId} + description: Retrieve the specific document with an invalid document ID role: batch restMethod: get inputTemplate: preReg/GetSpecificDocumentforaPRID/getSpecificDocumentforaPRID diff --git a/apitest/src/main/resources/preReg/GetUpdatedDateTimeByPrid/GetUpdatedDateTimeByPrid.yml b/apitest/src/main/resources/preReg/GetUpdatedDateTimeByPrid/GetUpdatedDateTimeByPrid.yml index ac4ba56f9c..b2f049f63e 100644 --- a/apitest/src/main/resources/preReg/GetUpdatedDateTimeByPrid/GetUpdatedDateTimeByPrid.yml +++ b/apitest/src/main/resources/preReg/GetUpdatedDateTimeByPrid/GetUpdatedDateTimeByPrid.yml @@ -1,6 +1,7 @@ GetUpdatedDateTimeByPrid: Prereg_GetUpdatedDateTimeByPrid_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/prereg/updatedTime + description: Retrieve all applications with the application ID using valid data role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -27,6 +28,7 @@ GetUpdatedDateTimeByPrid: }' Prereg_GetUpdatedDateTimeByPrid_InValid_ID: endPoint: /preregistration/v1/applications/prereg/updatedTime + description: Retrieve all applications with the application ID using invalid ID role: batch restMethod: post inputTemplate: preReg/GetUpdatedDateTimeByPrid/getUpdatedDateTimeByPrid diff --git a/apitest/src/main/resources/preReg/InvalidateToken/InvalidateToken.yml b/apitest/src/main/resources/preReg/InvalidateToken/InvalidateToken.yml index ce93d3c279..4c2289efe0 100644 --- a/apitest/src/main/resources/preReg/InvalidateToken/InvalidateToken.yml +++ b/apitest/src/main/resources/preReg/InvalidateToken/InvalidateToken.yml @@ -1,6 +1,7 @@ InvalidateToken: Prereg_InvalidateToken_All_Valid_Smoke_sid: endPoint: /preregistration/v1/login/invalidateToken + description: Invalidate token using valid data role: batch restMethod: post inputTemplate: preReg/InvalidateToken/invalidatetoken diff --git a/apitest/src/main/resources/preReg/SendNotifications/SendNotifications.yml b/apitest/src/main/resources/preReg/SendNotifications/SendNotifications.yml index 38bbaab579..fb1ac060fe 100644 --- a/apitest/src/main/resources/preReg/SendNotifications/SendNotifications.yml +++ b/apitest/src/main/resources/preReg/SendNotifications/SendNotifications.yml @@ -1,5 +1,6 @@ SendNotifications: Prereg_SendNotifications_All_Valid_Smoke: + description: Trigger notification with valid data endPoint: /preregistration/v1/notification/notify role: batch checkErrorsOnlyInResponse: true @@ -22,6 +23,7 @@ SendNotifications: }' Prereg_SendNotifications_Notify_All_Valid_Smoke: endPoint: /preregistration/v1/notification/notify + description: Trigger notification to notify with valid data role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -43,6 +45,7 @@ SendNotifications: }' Prereg_SendNotifications_InValid_id: endPoint: /preregistration/v1/notification + description: Trigger notification with an invalid ID role: batch restMethod: post inputTemplate: preReg/SendNotifications/sendNotificationsNotify @@ -69,6 +72,7 @@ SendNotifications: }' Prereg_SendNotifications_InValid_preRegId: endPoint: /preregistration/v1/notification + description: Trigger notification with an invalid pre-registration ID role: batch restMethod: post inputTemplate: preReg/SendNotifications/sendNotificationsNotify diff --git a/apitest/src/main/resources/preReg/SendOtp/SendOtp.yml b/apitest/src/main/resources/preReg/SendOtp/SendOtp.yml index 2dd85e3166..353e2fe8e7 100644 --- a/apitest/src/main/resources/preReg/SendOtp/SendOtp.yml +++ b/apitest/src/main/resources/preReg/SendOtp/SendOtp.yml @@ -1,6 +1,24 @@ SendOtp: + Prereg_SendOtp_All_Valid_Smoke_Phone_sid: + endPoint: /preregistration/v1/login/sendOtp/langcode + description: Send OTP with a valid phone number on the phone channel + role: batch + restMethod: post + inputTemplate: preReg/SendOtp/sendotp + outputTemplate: preReg/SendOtp/sendotpResult + input: '{ + "version": "1.0", + "requesttime": "$TIMESTAMP$", + "userId": "9090872300", + "id": "mosip.pre-registration.login.sendotp" +}' + output: '{ + "status": "success" +}' + Prereg_SendOtp_Invalid_Phone_Neg: endPoint: /preregistration/v1/login/sendOtp/langcode + description: Send OTP by providing an invalid phone number on the phone channel side role: batch restMethod: post inputTemplate: preReg/SendOtp/sendotp @@ -21,6 +39,7 @@ SendOtp: Prereg_SendOtp_MISSING_Phone_Neg: endPoint: /preregistration/v1/login/sendOtp/langcode + description: Sent OTP without a phone number role: batch restMethod: post inputTemplate: preReg/SendOtp/sendotp @@ -41,7 +60,8 @@ SendOtp: Prereg_SendOtp_SpacialCharacter_Val_Phone_Neg: endPoint: /preregistration/v1/login/sendOtp/langcode - role: batch + description: Sent OTP with special characters through the phone channel + role: batch restMethod: post inputTemplate: preReg/SendOtp/sendotp outputTemplate: preReg/error @@ -59,8 +79,26 @@ SendOtp: ] }' + Prereg_SendOtp_All_Valid_Smoke_email_sid: + endPoint: /preregistration/v1/login/sendOtp/langcode + description: Send OTP using a valid email address through the email channel + role: batch + restMethod: post + inputTemplate: preReg/SendOtp/sendotp + outputTemplate: preReg/SendOtp/sendotpResult + input: '{ + "version": "1.0", + "requesttime": "$TIMESTAMP$", + "userId": "john.doe@mailinator.com", + "id": "mosip.pre-registration.login.sendotp" +}' + output: '{ + "status": "success" +}' + Prereg_SendOtp_Invalid__email_Neg: endPoint: /preregistration/v1/login/sendOtp/langcode + description: Send OTP using an invalid email address via the email channel role: batch restMethod: post inputTemplate: preReg/SendOtp/sendotp @@ -81,6 +119,7 @@ SendOtp: Prereg_SendOtp_Missing_email_Neg: endPoint: /preregistration/v1/login/sendOtp/langcode + description: Sent OTP without an email address via the email channel role: batch restMethod: post inputTemplate: preReg/SendOtp/sendotp @@ -101,6 +140,7 @@ SendOtp: Prereg_SendOtp_SpacialCharacter_email_Neg: endPoint: /preregistration/v1/login/sendOtp/langcode + description: Sent OTP with special characters through the email channel role: batch restMethod: post inputTemplate: preReg/SendOtp/sendotp diff --git a/apitest/src/main/resources/preReg/Transliteration/Translate.yml b/apitest/src/main/resources/preReg/Transliteration/Translate.yml index c9c7817403..5208a0c1b5 100644 --- a/apitest/src/main/resources/preReg/Transliteration/Translate.yml +++ b/apitest/src/main/resources/preReg/Transliteration/Translate.yml @@ -1,6 +1,7 @@ Transliteration: Prereg_Transliteration_All_Valid_Smoke_sid: endPoint: /preregistration/v1/transliteration/transliterate + description: Retrieve the preregistration data using valid transliteration role: batch restMethod: post inputTemplate: preReg/Transliteration/translate @@ -22,6 +23,7 @@ Transliteration: }' Prereg_Transliteration_inValid_tofieldlang: endPoint: /preregistration/v1/transliteration/transliterate + description: Retrieve the transliteration data for an invalid to-field language role: batch restMethod: post inputTemplate: preReg/Transliteration/translate @@ -44,6 +46,7 @@ Transliteration: }' Prereg_Transliteration_inValid_fromfieldlang: endPoint: /preregistration/v1/transliteration/transliterate + description: Retrieve the Transliteration data for an invalid 'to-field' language role: batch restMethod: post inputTemplate: preReg/Transliteration/translate diff --git a/apitest/src/main/resources/preReg/UpdateDocRefID/UpdateDocRefID.yml b/apitest/src/main/resources/preReg/UpdateDocRefID/UpdateDocRefID.yml index 8ca0d9fda8..97405bd485 100644 --- a/apitest/src/main/resources/preReg/UpdateDocRefID/UpdateDocRefID.yml +++ b/apitest/src/main/resources/preReg/UpdateDocRefID/UpdateDocRefID.yml @@ -1,6 +1,7 @@ UpdateDocRefID: Prereg_UpdateDocRefID_All_Valid_Smoke_POA_sid: endPoint: /preregistration/v1/documents/document/{documentId}?preRegistrationId={preRegistrationId}&refNumber={refNumber} + description: Update the document reference ID for the valid Proof of Address (POA) role: batch checkErrorsOnlyInResponse: true restMethod: put @@ -15,6 +16,7 @@ UpdateDocRefID: }' Prereg_UpdateDocRefID_All_Valid_Smoke_POI_sid: endPoint: /preregistration/v1/documents/document/{documentId}?preRegistrationId={preRegistrationId}&refNumber={refNumber} + description: Update the document reference ID for the valid Proof of Identity (POI) role: batch checkErrorsOnlyInResponse: true restMethod: put @@ -29,6 +31,7 @@ UpdateDocRefID: }' Prereg_UpdateDocRefID_All_Valid_Smoke_POB_sid: endPoint: /preregistration/v1/documents/document/{documentId}?preRegistrationId={preRegistrationId}&refNumber={refNumber} + description: Update the document reference ID for the valid Proof of Date of Birth (POB) role: batch checkErrorsOnlyInResponse: true restMethod: put @@ -43,6 +46,7 @@ UpdateDocRefID: }' Prereg_UpdateDocRefID_All_Valid_Smoke_POR_sid: endPoint: /preregistration/v1/documents/document/{documentId}?preRegistrationId={preRegistrationId}&refNumber={refNumber} + description: Update the document reference ID for the valid Proof of Residence (POR) role: batch checkErrorsOnlyInResponse: true restMethod: put @@ -57,6 +61,7 @@ UpdateDocRefID: }' Prereg_UpdateDocRefID_inValid_documentId: endPoint: /preregistration/v1/documents/document/{documentId}?preRegistrationId={preRegistrationId}&refNumber={refNumber} + description: Update the document reference ID for the invalid document ID role: batch restMethod: put inputTemplate: preReg/UpdateDocRefID/updateDocRefID @@ -76,6 +81,7 @@ UpdateDocRefID: Prereg_UpdateDocRefID_All_SpatialCharacter_RefNum_Neg: endPoint: /preregistration/v1/documents/document/{documentId}?preRegistrationId={preRegistrationId}&refNumber={refNumber} + description: Update the document reference ID with the special character and reference number role: batch checkErrorsOnlyInResponse: true restMethod: put @@ -96,6 +102,7 @@ UpdateDocRefID: Prereg_UpdateDocRefID_Exceeding_Limit_RefNum_Neg: endPoint: /preregistration/v1/documents/document/{documentId}?preRegistrationId={preRegistrationId}&refNumber={refNumber} + description: Update the document reference ID with an exceeding limit and reference number role: batch checkErrorsOnlyInResponse: true restMethod: put diff --git a/apitest/src/main/resources/preReg/UpdatePreRegStatus/updatePreRegStatus.yml b/apitest/src/main/resources/preReg/UpdatePreRegStatus/updatePreRegStatus.yml index ef04ce3c4c..53eaf31dd4 100644 --- a/apitest/src/main/resources/preReg/UpdatePreRegStatus/updatePreRegStatus.yml +++ b/apitest/src/main/resources/preReg/UpdatePreRegStatus/updatePreRegStatus.yml @@ -1,6 +1,7 @@ UpdatePreRegStatus: Prereg_UpdatePreRegStatus_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode} + description: Update the status of an application to 'Pending Appointment' using the prereg ID and status code role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -14,6 +15,7 @@ UpdatePreRegStatus: }' Prereg_UpdatePreRegStatus_for_expired_testcase_sid: endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode} + description: Update the status of the expired test case application using the prereg ID and status code role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -27,6 +29,7 @@ UpdatePreRegStatus: }' Prereg_UpdatePreRegStatus_All_Valid_Smoke_BookByPRID_sid: endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode} + description: Update the status for a valid booking using the PRID (Preregistration ID) role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -40,6 +43,7 @@ UpdatePreRegStatus: }' Prereg_UpdatePreRegStatus_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode} + description: Update the application status to 'Pending Appointment' using the prereg ID and status code role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -53,6 +57,7 @@ UpdatePreRegStatus: }' Prereg_UpdatePreRegStatus_CA_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode} + description: Update the status of an application to'Pending Appointment'for canceling using the prereg ID and status code role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -66,6 +71,7 @@ UpdatePreRegStatus: }' Prereg_UpdatePreRegStatus_Smoke_alldel_sid: endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode} + description: Update the status of an application to 'pending Appointment' for deleted the prereg ID and status code role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -79,6 +85,7 @@ UpdatePreRegStatus: }' Prereg_UpdatePreRegStatus_Smoke_CancellAppointment_sid: endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode} + description: Update the status of an application to 'cancell Appointment' using the preregistration ID and status code role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -92,6 +99,7 @@ UpdatePreRegStatus: }' Prereg_UpdatePreRegStatus_Smoke_CancelApplicationsAppointment_sid: endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode} + description: Update the status of an application to'cancell application Appointment'using the prereg ID and status code role: batch checkErrorsOnlyInResponse: true restMethod: get @@ -105,6 +113,7 @@ UpdatePreRegStatus: }' Prereg_UpdatePreRegStatus_without_update_prereg_status_sid: endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode} + description: Update the application status without modifying the preregistration status role: batch checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/preReg/UpdatePreregistration/UpdatePreregistration.yml b/apitest/src/main/resources/preReg/UpdatePreregistration/UpdatePreregistration.yml index a60b44479e..cb7e3534b6 100644 --- a/apitest/src/main/resources/preReg/UpdatePreregistration/UpdatePreregistration.yml +++ b/apitest/src/main/resources/preReg/UpdatePreregistration/UpdatePreregistration.yml @@ -1,6 +1,7 @@ UpdatePreregistration: Prereg_UpdatePrereg_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update demographic data for a new preregistration application role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration @@ -22,6 +23,7 @@ UpdatePreregistration: }' Prereg_UpdatePrereg_All_Valid_Smoke_BookByPRID_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update the demographic data for booking an appointment with the new PRID role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration @@ -43,6 +45,7 @@ UpdatePreregistration: }' Prereg_UpdatePrereg_inValid_dateOfBirth_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update the demographic data with an invalid date of birth role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration @@ -68,6 +71,7 @@ UpdatePreregistration: }' Prereg_UpdatePrereg_missing_Version_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update the demographic data with a missing version number role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration @@ -93,6 +97,7 @@ UpdatePreregistration: }' Prereg_UpdatePrereg_invalid_Version_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update the demographic data with an invalid version role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration @@ -118,6 +123,7 @@ UpdatePreregistration: }' Prereg_UpdatePrereg_invalid_email_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update the demographic data with an invalid email address role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration @@ -143,6 +149,7 @@ UpdatePreregistration: }' Prereg_UpdatePrereg_missing_langCode_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update the demographic data with an missing language code role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration @@ -168,6 +175,7 @@ UpdatePreregistration: }' Prereg_UpdatePrereg_INVALID_langCode_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update the demographic data with an invalid language code role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration @@ -193,6 +201,7 @@ UpdatePreregistration: }' Prereg_UpdatePrereg_INVALID_requesttime_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update the demographic data with an invalid request time role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration @@ -218,6 +227,7 @@ UpdatePreregistration: }' Prereg_UpdatePrereg_Missing_requesttime_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update the demographic data without a request time role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration @@ -243,6 +253,7 @@ UpdatePreregistration: }' Prereg_UpdatePrereg_previous_date_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update the demographic data with a past date role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration @@ -268,6 +279,7 @@ UpdatePreregistration: }' Prereg_UpdatePrereg_invalid_id_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update the demographic data with an invalid ID role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration @@ -293,6 +305,7 @@ UpdatePreregistration: }' Prereg_UpdatePrereg_missing_id_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update the demographic data with a missing ID role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration @@ -318,6 +331,7 @@ UpdatePreregistration: }' Prereg_UpdatePrereg_blank_id_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update the demographic data with a blank ID role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration @@ -343,6 +357,7 @@ UpdatePreregistration: }' Prereg_UpdatePrereg_update_date_without_Status_change_sid: endPoint: /preregistration/v1/applications/prereg/{preRegistrationId} + description: Update the demographic data for date of birth without changing the status role: batch restMethod: put inputTemplate: preReg/UpdatePreregistration/updatePreregistration diff --git a/apitest/src/main/resources/preReg/ValidateOtp/ValidateOtp.yml b/apitest/src/main/resources/preReg/ValidateOtp/ValidateOtp.yml index 7fdc53366e..3160c45856 100644 --- a/apitest/src/main/resources/preReg/ValidateOtp/ValidateOtp.yml +++ b/apitest/src/main/resources/preReg/ValidateOtp/ValidateOtp.yml @@ -1,6 +1,7 @@ ValidateOtp: Prereg_SendOtp_All_Valid_Smoke_email_sid: endPoint: /preregistration/v1/login/validateOtp + description: Validating OTP with a valid phone number role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -17,6 +18,7 @@ ValidateOtp: }' Prereg_ValidateOtp_All_Valid_Smoke_Phone_sid: endPoint: /preregistration/v1/login/validateOtp + description: Validating OTP with an invalid phone number role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -34,6 +36,7 @@ ValidateOtp: Prereg_ValidateOtp_Invalid_Phone_Neg: endPoint: /preregistration/v1/login/validateOtp + description: Validating OTP with a phone number containing special characters role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -55,6 +58,7 @@ ValidateOtp: }' Prereg_ValidateOtp_SpacialCharacters_Phone_Neg: endPoint: /preregistration/v1/login/validateOtp + description: validating OPT with valid email address role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -76,6 +80,7 @@ ValidateOtp: }' Prereg_ValidateOtp_SpacialCharacters_Email_Neg: endPoint: /preregistration/v1/login/validateOtp + description: Validating OTP with an email address containing special characters role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -97,6 +102,7 @@ ValidateOtp: }' Prereg_ValidateOtp_Invalid_Email_Neg: endPoint: /preregistration/v1/login/validateOtp + description: Validating OTP with an invalid email address role: batch checkErrorsOnlyInResponse: true restMethod: post diff --git a/apitest/src/main/resources/preReg/autoGeneratedId.properties b/apitest/src/main/resources/preReg/ValidateOtp/autoGeneratedId.properties similarity index 100% rename from apitest/src/main/resources/preReg/autoGeneratedId.properties rename to apitest/src/main/resources/preReg/ValidateOtp/autoGeneratedId.properties diff --git a/apitest/src/main/resources/preReg/bookAppointment/bookAppointment.yml b/apitest/src/main/resources/preReg/bookAppointment/bookAppointment.yml index d6de29b162..23ca440a54 100644 --- a/apitest/src/main/resources/preReg/bookAppointment/bookAppointment.yml +++ b/apitest/src/main/resources/preReg/bookAppointment/bookAppointment.yml @@ -1,6 +1,7 @@ BookAppointment: Prereg_BookAppointment_All_Valid_Smoke: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appoinment valid data role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -20,6 +21,7 @@ BookAppointment: }' Prereg_BookAppointment_CA_Smoke: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment to cancel the existing appointment role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -39,6 +41,7 @@ BookAppointment: }' Prereg_BookAppointment_CancelApplicationsAppointment_Smoke: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment to cancel applications the existing appointment role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -58,6 +61,7 @@ BookAppointment: }' Prereg_BookAppointment_inValid_preRegistrationId: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with an invalid preregistration ID role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -81,6 +85,7 @@ BookAppointment: }' Prereg_BookAppointment_blank_preRegistrationId: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a blank preregistration ID role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -105,6 +110,7 @@ BookAppointment: }' Prereg_BookAppointment_Invalid_Id: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a invalid preregistration ID role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -128,6 +134,7 @@ BookAppointment: }' Prereg_BookAppointment_Blank_Id: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a blank ID role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -152,6 +159,7 @@ BookAppointment: }' Prereg_BookAppointment_Blank_version: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a blank version role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -175,6 +183,7 @@ BookAppointment: }' Prereg_BookAppointment_Missing_version: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a missing version role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -198,6 +207,7 @@ BookAppointment: }' Prereg_BookAppointment_Invalid_version: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a invalid version role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -221,6 +231,7 @@ BookAppointment: }' Prereg_BookAppointment_Invalid_registration_center_id: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with an invalid registration center ID role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -245,6 +256,7 @@ BookAppointment: }' Prereg_BookAppointment_Missing_registration_center_id: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a missing registration center ID role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -269,6 +281,7 @@ BookAppointment: }' Prereg_BookAppointment_Blank_registration_center_id: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a blank registration center ID role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -293,6 +306,7 @@ BookAppointment: }' Prereg_BookAppointment_Blank_appointment_date: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a blank appointment date role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -317,6 +331,7 @@ BookAppointment: }' Prereg_BookAppointment_Missing_appointment_date: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a missing appointment date role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -340,6 +355,7 @@ BookAppointment: }' Prereg_BookAppointment_Invalid_appointment_date: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a invalid appointment date role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -364,6 +380,7 @@ BookAppointment: }' Prereg_BookAppointment_Invalid_time_slot_to: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with an invalid time slot role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -387,6 +404,7 @@ BookAppointment: }' Prereg_BookAppointment_Missing_time_slot_to: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a missing time slot role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -410,6 +428,7 @@ BookAppointment: }' Prereg_BookAppointment_Invalid_time_slot_from: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with an invalid time slot from role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -433,6 +452,7 @@ BookAppointment: }' Prereg_BookAppointment_Blank_time_slot_to: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with an Blank time slot form role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -456,6 +476,7 @@ BookAppointment: }' Prereg_BookAppointment_Blank_time_slot_from: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with an blank time slot role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -479,6 +500,7 @@ BookAppointment: }' Prereg_BookAppointment_missing_time_slot_from: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with an missing time slot from role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -502,6 +524,7 @@ BookAppointment: }' Prereg_BookAppointment_missing_requesttime: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a missing request time role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -525,6 +548,7 @@ BookAppointment: }' Prereg_BookAppointment_Invalid_requesttime: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a invalid request time role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -549,6 +573,7 @@ BookAppointment: }' Prereg_BookAppointment_Blank_requesttime: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a Blank request time role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -572,6 +597,7 @@ BookAppointment: }' Prereg_BookAppointment_previous_date: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with a previous date role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -596,6 +622,7 @@ BookAppointment: Prereg_BookAppointment_On_holiday: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment on a holiday role: batch restMethod: post inputTemplate: preReg/bookAppointment/bookAppointment @@ -621,6 +648,7 @@ BookAppointment: Prereg_BookAppointment_with_expired_status: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with an expired status role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -646,6 +674,7 @@ BookAppointment: }' Prereg_BookAppointment_with_All_InValid_data: endPoint: /preregistration/v1/applications/appointment/{preRegistrationId} + description: Book an appointment with an invalid data role: batch checkErrorsOnlyInResponse: true restMethod: post diff --git a/apitest/src/main/resources/preReg/bookAppointmentByPRID/bookAppointmentByPRID.yml b/apitest/src/main/resources/preReg/bookAppointmentByPRID/bookAppointmentByPRID.yml index 1816a11e5e..a9b5f40542 100644 --- a/apitest/src/main/resources/preReg/bookAppointmentByPRID/bookAppointmentByPRID.yml +++ b/apitest/src/main/resources/preReg/bookAppointmentByPRID/bookAppointmentByPRID.yml @@ -1,6 +1,7 @@ BookAppointmentByPRID: Prereg_BookAppointmentByPRID_All_Valid_Smoke: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for validation role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -20,6 +21,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_inValid_preRegistrationId: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for an invalid preregistration ID role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -43,6 +45,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_blank_preRegistrationId: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for a blank preregistration ID role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -66,6 +69,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_missing_preRegistrationId: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for a missing preregistration ID role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -89,6 +93,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_inValid_Id: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for a invalid preregistration ID role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -112,6 +117,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_Blank_Id: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for a blank ID role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -135,6 +141,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_Blank_version: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for a blank version role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -158,6 +165,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_Missing_version: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for a missing version role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -181,6 +189,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_Invalid_version: endPoint: /preregistration/v1/applications/appointment + description: Schedule an appointment with a PRID for a invalid version role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -204,6 +213,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_Invalid_registration_center_id: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for an invalid registration center ID role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -227,6 +237,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_Missing_registration_center_id: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for an missing registration center ID role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -250,6 +261,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_Blank_registration_center_id: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for an Blank registration center ID role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -273,6 +285,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_Blank_appointment_date: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for an Blank appointment date role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -296,6 +309,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_Missing_appointment_date: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for a missing appointment date role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -319,6 +333,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_Invalid_appointment_date: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for an invalid appointment date role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -343,6 +358,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_blank_time_slot_to: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for an Blank time slot to role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -366,6 +382,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_blank_time_slot_from: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for an Blank time slot from role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -389,6 +406,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_Missing_time_slot_to: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for an missing time slot to role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -412,6 +430,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_Missing_time_slot_from: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for an missing time slot from role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -435,6 +454,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_missing_requesttime: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for a missing request time role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -458,6 +478,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_Invalid_requesttime: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for a invalid request time role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -482,6 +503,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_Blank_requesttime: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for a Blank request time role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID @@ -505,6 +527,7 @@ BookAppointmentByPRID: }' Prereg_BookAppointmentByPRID_previous_requesttime: endPoint: /preregistration/v1/applications/appointment + description: Book an appointment with a PRID for a previous request time role: batch restMethod: post inputTemplate: preReg/bookAppointmentByPRID/bookAppointmentByPRID diff --git a/apitest/src/main/resources/preReg/createPrereg/createPrereg.yml b/apitest/src/main/resources/preReg/createPrereg/createPrereg.yml index fe8af7aa30..6dbd6ff5ed 100644 --- a/apitest/src/main/resources/preReg/createPrereg/createPrereg.yml +++ b/apitest/src/main/resources/preReg/createPrereg/createPrereg.yml @@ -1,6 +1,7 @@ CreatePrereg: Prereg_CreatePrereg_All_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating demographic details with valid data role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -21,6 +22,7 @@ CreatePrereg: }' Prereg_CreatePrereg_book_appoinment_without_update_prereg_status_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration for booking an appointment without updating preregistration status role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -41,6 +43,7 @@ CreatePrereg: }' Prereg_CreatePrereg_All_Valid_Smoke_UpdateDocRefID_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration with a valid updated document reference ID role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -62,6 +65,7 @@ CreatePrereg: }' Prereg_CreatePrereg_All_Valid_Smoke_BookByPRID_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration for a valid booking using the PRID (Patient Registration ID) role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -84,6 +88,7 @@ CreatePrereg: }' Prereg_CreatePrereg_Valid_Smoke_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating demographic details with valid data role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -105,6 +110,7 @@ CreatePrereg: }' Prereg_CreatePrereg_Smoke_alldel_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration to delete data role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -126,6 +132,7 @@ CreatePrereg: }' Prereg_CreatePrereg_Smoke_CancellAppointment_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration data to cancel a booked appointment role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -147,6 +154,7 @@ CreatePrereg: }' Prereg_CreatePrereg_Smoke_CancelApplicationsAppointment_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration and cancelling the appointment after booking role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -168,6 +176,7 @@ CreatePrereg: }' Prereg_CreatePrereg_All_Valid_Smoke_for_expiry_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration, booking an appointment, and checking the expiration status if the user does not reach the center by the scheduled slot time role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -188,6 +197,7 @@ CreatePrereg: }' Prereg_CreatePrereg_in_Valid_id_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating demographic details with an invalid field ID role: batch restMethod: post inputTemplate: preReg/createPrereg/createPrereg @@ -213,6 +223,7 @@ CreatePrereg: }' Prereg_CreatePrereg_missing_id_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration with a missing ID role: batch restMethod: post inputTemplate: preReg/createPrereg/createPrereg @@ -238,6 +249,7 @@ CreatePrereg: }' Prereg_CreatePrereg_blank_id_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration with a blank ID role: batch restMethod: post inputTemplate: preReg/createPrereg/createPrereg @@ -263,6 +275,7 @@ CreatePrereg: }' Prereg_CreatePrereg_missing_langCode_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration without specifying a langcode role: batch restMethod: post inputTemplate: preReg/createPrereg/createPrereg @@ -288,6 +301,7 @@ CreatePrereg: }' Prereg_CreatePrereg_invalid_langCode_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration with an invalid langcode role: batch restMethod: post inputTemplate: preReg/createPrereg/createPrereg @@ -313,6 +327,7 @@ CreatePrereg: }' Prereg_CreatePrereg_invalid_email_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration with an invalid email address role: batch restMethod: post inputTemplate: preReg/createPrereg/createPrereg @@ -338,6 +353,7 @@ CreatePrereg: }' Prereg_CreatePrereg_invalid_requesttime_format_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration with an invalid request-time format role: batch restMethod: post inputTemplate: preReg/createPrereg/createPrereg @@ -363,6 +379,7 @@ CreatePrereg: }' Prereg_CreatePrereg_missing_requesttime_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration without specifying a request time role: batch restMethod: post inputTemplate: preReg/createPrereg/createPrereg @@ -388,6 +405,7 @@ CreatePrereg: }' Prereg_CreatePrereg_previous_date_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration with a previous date role: batch restMethod: post inputTemplate: preReg/createPrereg/createPrereg @@ -413,6 +431,7 @@ CreatePrereg: }' Prereg_CreatePrereg_invalid_version_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration with an invalid version role: batch restMethod: post inputTemplate: preReg/createPrereg/createPrereg @@ -438,6 +457,7 @@ CreatePrereg: }' Prereg_CreatePrereg_missing_version_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration without specifying a version role: batch restMethod: post inputTemplate: preReg/createPrereg/createPrereg @@ -464,6 +484,7 @@ CreatePrereg: Prereg_CreatePrereg_Invalid_PostalCode_Neg: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration with an invalid postal code role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -491,6 +512,7 @@ CreatePrereg: Prereg_CreatePrereg_SpacialCharacter_PostalCode_Neg: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration with a special character in the postal code role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -517,6 +539,7 @@ CreatePrereg: }' Prereg_CreatePrereg_Invalid_OTP_Neg: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration with an invalid OTP role: invalidBatch checkErrorsOnlyInResponse: true restMethod: post @@ -543,6 +566,7 @@ CreatePrereg: }' Prereg_CreatePrereg_All_Valid_Smoke_date_verification_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration with an invalid OTP role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -563,7 +587,8 @@ CreatePrereg: }' Prereg_CreatePrereg_with_special_characters_date: endPoint: /preregistration/v1/applications/prereg - role: batch + description: Creating preregistration with special characters on the date filed + role: batch checkErrorsOnlyInResponse: true restMethod: post inputTemplate: preReg/createPrereg/createPrereg @@ -588,6 +613,7 @@ CreatePrereg: }' Prereg_CreatePrereg_with_future_date: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration with a future date role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -608,6 +634,7 @@ CreatePrereg: }' Prereg_CreatePrereg_cancell_incomplete_prid_sid: endPoint: /preregistration/v1/applications/prereg + description: Creating preregistration and canceling the incomplete PRID role: batch checkErrorsOnlyInResponse: true restMethod: post @@ -628,7 +655,8 @@ CreatePrereg: }' Prereg_CreatePrereg_cancell_pending_appoinment_prid_sid: endPoint: /preregistration/v1/applications/prereg - role: batch + description: Creating preregistration and canceling pending appointment using PRID + role: batch checkErrorsOnlyInResponse: true restMethod: post inputTemplate: preReg/createPrereg/createPrereg diff --git a/apitest/src/main/resources/preReg/uploadDocument/uploadDocument.yml b/apitest/src/main/resources/preReg/uploadDocument/uploadDocument.yml index be0b4e6cfd..ab4a22ec2f 100644 --- a/apitest/src/main/resources/preReg/uploadDocument/uploadDocument.yml +++ b/apitest/src/main/resources/preReg/uploadDocument/uploadDocument.yml @@ -1,6 +1,7 @@ UploadDocument: Prereg_UploadDocument_All_Valid_Smoke_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid document preregistration ID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -24,6 +25,7 @@ UploadDocument: }' Prereg_UploadDocument_Rebook_the_booked_appoinment_Smoke_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the document to rebook the booked appointment role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -47,6 +49,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POI_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Identity (POI) document role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -70,6 +73,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POB_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Date of Birth (POB) document role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -93,6 +97,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POR_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Residence (POR) document role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -116,6 +121,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_UpdateDocRefID_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: upload the valid document with the updated document reference ID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -139,6 +145,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POI_UpdateDocRefID_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Identity (POI) document with the updated reference ID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -162,6 +169,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POB_UpdateDocRefID_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Date of Birth (POB) document with the updated reference ID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -185,6 +193,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POR_UpdateDocRefID_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Residence (POR) document with the updated reference ID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -208,6 +217,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_BookByPRID_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid document to book an appointment using PRID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -231,6 +241,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POI_BookByPRID_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Identity (POI) document to book an appointment using PRID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -254,6 +265,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POB_BookByPRID_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Date of Birth (POB) document to book an appointment using PRID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -277,6 +289,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POR_BookByPRID_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Residence (POR) document to book an appointment using PRID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -300,6 +313,7 @@ UploadDocument: }' Prereg_UploadDocument_Valid_Smoke_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Address (POA) document role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -323,6 +337,7 @@ UploadDocument: }' Prereg_UploadDocument_Valid_Smoke_POI_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Identity (POI) document role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -346,6 +361,7 @@ UploadDocument: }' Prereg_UploadDocument_Valid_POB_Smoke_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Date of Birth (POB) document role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -369,6 +385,7 @@ UploadDocument: }' Prereg_UploadDocument_Valid_POR_Smoke_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Residence (POR) document role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -392,6 +409,7 @@ UploadDocument: }' Prereg_UploadDocument_Smoke_alldel_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Address (POA) document for deletion role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -415,6 +433,7 @@ UploadDocument: }' Prereg_UploadDocument_Smoke_POI_alldel_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Identity (POI) document for deletion role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -438,6 +457,7 @@ UploadDocument: }' Prereg_UploadDocument_Smoke_POB_alldel_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Date of Birth (POB) document for deletion role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -461,6 +481,7 @@ UploadDocument: }' Prereg_UploadDocument_Smoke_POR_alldel_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Residence (POR) document for deletion role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -484,6 +505,7 @@ UploadDocument: }' Prereg_UploadDocument_Smoke_cancellappointment_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Address (POA) document to cancelling the appointment role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -507,6 +529,7 @@ UploadDocument: }' Prereg_UploadDocument_Smoke_cancellappointment_POI_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Address (POI) document to cancelling the appointment role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -530,6 +553,7 @@ UploadDocument: }' Prereg_UploadDocument_Smoke_cancellappointment_POB_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Date of Birth (POB) document to cancel the appointment role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -553,6 +577,7 @@ UploadDocument: }' Prereg_UploadDocument_Smoke_cancellappointment_POR_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Residence (POR) document to cancel the appointment role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -576,6 +601,7 @@ UploadDocument: }' Prereg_UploadDocument_Smoke_CancelApplicationsAppointment_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Address (POA) document to cancel the application appointment role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -599,6 +625,7 @@ UploadDocument: }' Prereg_UploadDocument_Smoke_CancelApplicationsAppointment_POI_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Identity (POI) document to cancel the application appointment role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -622,6 +649,7 @@ UploadDocument: }' Prereg_UploadDocument_Smoke_CancelApplicationsAppointment_POB_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Date of Birth (POB) document to cancel the application appointment role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -645,6 +673,7 @@ UploadDocument: }' Prereg_UploadDocument_Smoke_CancelApplicationsAppointment_POR_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the valid Proof of Residence (POR) document to cancel the application appointment role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -668,6 +697,7 @@ UploadDocument: }' Prereg_UploadDocument_inValid_docTypCode_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the invalid Proof of Address (POA) document type code role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -691,6 +721,7 @@ UploadDocument: }' Prereg_UploadDocument_blank_docTypCode_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the blank Proof of Address (POA) document type code role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -714,6 +745,7 @@ UploadDocument: }' Prereg_UploadDocument_missing_docTypCode_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Address (POA) document without the document type code role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -737,6 +769,7 @@ UploadDocument: }' Prereg_UploadDocument_blank_doccatCode_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Address (POA) document blank the document category code role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -760,6 +793,7 @@ UploadDocument: }' Prereg_UploadDocument_missing_doccatCode_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Address (POA) document without the document category code role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -783,6 +817,7 @@ UploadDocument: }' Prereg_UploadDocument_Invalid_doccatCode_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Address (POA) document with the invalid document category code role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -806,6 +841,7 @@ UploadDocument: }' Prereg_UploadDocument_Invalid_langCode_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Address (POA) document with the invalid language code role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -830,6 +866,7 @@ UploadDocument: }' Prereg_UploadDocument_missing_langCode_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Address (POA) document with the missing document category code role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -854,6 +891,7 @@ UploadDocument: }' Prereg_UploadDocument_inValid_id_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Address (POA) document with an invalid ID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -878,6 +916,7 @@ UploadDocument: }' Prereg_UploadDocument_Blank_id_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Address (POA) document with a blank ID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -905,6 +944,7 @@ UploadDocument: Prereg_UploadDocument_All_Valid_Smoke_expiry_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Address (POA) document with an expired ID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -928,6 +968,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POI_expired_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Identity (POI) document with an expired ID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -951,6 +992,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POB_expired_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Date of Birth (POB) document with an expired ID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -974,6 +1016,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POR_expired_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Residence (POR) document with an expired ID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -998,6 +1041,7 @@ UploadDocument: Prereg_UploadDocument_All_Valid_Smoke_cancell_pending_appoinment_prid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Address (POA) document to cancel a pending appointment with PRID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -1021,6 +1065,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POI_cancell_pending_appoinment_prid_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Identity (POI) document to cancel a pending appointment with PRID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -1044,6 +1089,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POB_cancell_pending_appoinment_prid_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of date of Birth (POB) document to cancel a pending appointment with PRID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument @@ -1067,6 +1113,7 @@ UploadDocument: }' Prereg_UploadDocument_All_Valid_Smoke_POR_cancell_pending_appoinment_prid_sid: endPoint: /preregistration/v1/documents/{preRegistrationId} + description: Upload the Proof of Residence (POR) document to cancel a pending appointment with PRID role: batch restMethod: post inputTemplate: preReg/uploadDocument/uploadDocument