diff --git a/api-test/pom.xml b/api-test/pom.xml
index 4ac0500da3..6414f5d222 100644
--- a/api-test/pom.xml
+++ b/api-test/pom.xml
@@ -54,9 +54,9 @@
- io.mosip.testrig.apirig.apitest.commons
+ io.mosip.testrig.apitest.commons
apitest-commons
- 1.2.2-SNAPSHOT
+ 1.3.0-SNAPSHOT
diff --git a/api-test/src/main/java/io/mosip/testrig/apirig/testrunner/MosipTestRunner.java b/api-test/src/main/java/io/mosip/testrig/apirig/testrunner/MosipTestRunner.java
index 1e412e9494..63fa15da52 100644
--- a/api-test/src/main/java/io/mosip/testrig/apirig/testrunner/MosipTestRunner.java
+++ b/api-test/src/main/java/io/mosip/testrig/apirig/testrunner/MosipTestRunner.java
@@ -76,7 +76,6 @@ public static void main(String[] arg) {
SkipTestCaseHandler.loadTestcaseToBeSkippedList("testCaseSkippedList.txt");
setLogLevels();
-
// For now we are not doing health check for qa-115.
if (BaseTestCase.isTargetEnvLTS()) {
HealthChecker healthcheck = new HealthChecker();
@@ -87,10 +86,6 @@ public static void main(String[] arg) {
KeycloakUserManager.removeUser();
KeycloakUserManager.createUsers();
KeycloakUserManager.closeKeycloakInstance();
-
- //List localDocCatCode =new ArrayList<>(BaseTestCase.getDocCatCode());
-
- // List localDocCatCode =new ArrayList<>(BaseTestCase.getDocCatCode());
startTestRunner();
} catch (Exception e) {
diff --git a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/DeleteWithParam.java b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/DeleteWithParam.java
index ef87e0c054..8c96e2e9f6 100644
--- a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/DeleteWithParam.java
+++ b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/DeleteWithParam.java
@@ -26,7 +26,6 @@
import io.mosip.testrig.apirig.utils.AdminTestException;
import io.mosip.testrig.apirig.utils.AdminTestUtil;
import io.mosip.testrig.apirig.utils.AuthenticationTestException;
-import io.mosip.testrig.apirig.utils.ConfigManager;
import io.mosip.testrig.apirig.utils.GlobalConstants;
import io.mosip.testrig.apirig.utils.OutputValidationUtil;
import io.mosip.testrig.apirig.utils.PreRegConfigManager;
diff --git a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/GetWithParam.java b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/GetWithParam.java
index 65757bb2d6..6d736b073f 100644
--- a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/GetWithParam.java
+++ b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/GetWithParam.java
@@ -26,7 +26,6 @@
import io.mosip.testrig.apirig.utils.AdminTestException;
import io.mosip.testrig.apirig.utils.AdminTestUtil;
import io.mosip.testrig.apirig.utils.AuthenticationTestException;
-import io.mosip.testrig.apirig.utils.ConfigManager;
import io.mosip.testrig.apirig.utils.GlobalConstants;
import io.mosip.testrig.apirig.utils.OutputValidationUtil;
import io.mosip.testrig.apirig.utils.PreRegConfigManager;
diff --git a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/GetWithParamForAutoGenId.java b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/GetWithParamForAutoGenId.java
index 378ea41190..db5d502ff6 100644
--- a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/GetWithParamForAutoGenId.java
+++ b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/GetWithParamForAutoGenId.java
@@ -26,7 +26,6 @@
import io.mosip.testrig.apirig.utils.AdminTestException;
import io.mosip.testrig.apirig.utils.AdminTestUtil;
import io.mosip.testrig.apirig.utils.AuthenticationTestException;
-import io.mosip.testrig.apirig.utils.ConfigManager;
import io.mosip.testrig.apirig.utils.GlobalConstants;
import io.mosip.testrig.apirig.utils.OutputValidationUtil;
import io.mosip.testrig.apirig.utils.PreRegConfigManager;
diff --git a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PostWithFormDataAndFileForNotificationAPI.java b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PostWithFormDataAndFileForNotificationAPI.java
index 6a6c485bca..eabc0a3de6 100644
--- a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PostWithFormDataAndFileForNotificationAPI.java
+++ b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PostWithFormDataAndFileForNotificationAPI.java
@@ -24,7 +24,6 @@
import io.mosip.testrig.apirig.utils.AdminTestException;
import io.mosip.testrig.apirig.utils.AdminTestUtil;
import io.mosip.testrig.apirig.utils.AuthenticationTestException;
-import io.mosip.testrig.apirig.utils.ConfigManager;
import io.mosip.testrig.apirig.utils.GlobalConstants;
import io.mosip.testrig.apirig.utils.OutputValidationUtil;
import io.mosip.testrig.apirig.utils.PreRegConfigManager;
diff --git a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PostWithFormPathParamAndFile.java b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PostWithFormPathParamAndFile.java
index f3fc0b6439..21894ad3d7 100644
--- a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PostWithFormPathParamAndFile.java
+++ b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PostWithFormPathParamAndFile.java
@@ -24,7 +24,6 @@
import io.mosip.testrig.apirig.utils.AdminTestException;
import io.mosip.testrig.apirig.utils.AdminTestUtil;
import io.mosip.testrig.apirig.utils.AuthenticationTestException;
-import io.mosip.testrig.apirig.utils.ConfigManager;
import io.mosip.testrig.apirig.utils.GlobalConstants;
import io.mosip.testrig.apirig.utils.OutputValidationUtil;
import io.mosip.testrig.apirig.utils.PreRegConfigManager;
diff --git a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PostWithPathParamsAndBody.java b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PostWithPathParamsAndBody.java
index 5d59bbdf84..6147bde81e 100644
--- a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PostWithPathParamsAndBody.java
+++ b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PostWithPathParamsAndBody.java
@@ -24,7 +24,6 @@
import io.mosip.testrig.apirig.utils.AdminTestException;
import io.mosip.testrig.apirig.utils.AdminTestUtil;
import io.mosip.testrig.apirig.utils.AuthenticationTestException;
-import io.mosip.testrig.apirig.utils.ConfigManager;
import io.mosip.testrig.apirig.utils.GlobalConstants;
import io.mosip.testrig.apirig.utils.OutputValidationUtil;
import io.mosip.testrig.apirig.utils.PreRegConfigManager;
diff --git a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PreregAuditValidator.java b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PreregAuditValidator.java
index f7be19fa19..394635b38b 100644
--- a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PreregAuditValidator.java
+++ b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PreregAuditValidator.java
@@ -24,12 +24,10 @@
import io.mosip.testrig.apirig.dbaccess.AuditDBManager;
import io.mosip.testrig.apirig.dto.OutputValidationDto;
import io.mosip.testrig.apirig.dto.TestCaseDTO;
-import io.mosip.testrig.apirig.testrunner.BaseTestCase;
import io.mosip.testrig.apirig.testrunner.HealthChecker;
import io.mosip.testrig.apirig.utils.AdminTestException;
import io.mosip.testrig.apirig.utils.AdminTestUtil;
import io.mosip.testrig.apirig.utils.AuthenticationTestException;
-import io.mosip.testrig.apirig.utils.ConfigManager;
import io.mosip.testrig.apirig.utils.GlobalConstants;
import io.mosip.testrig.apirig.utils.OutputValidationUtil;
import io.mosip.testrig.apirig.utils.PreRegConfigManager;
diff --git a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PutWithPathParam.java b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PutWithPathParam.java
index 5930fecebd..cf118694ee 100644
--- a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PutWithPathParam.java
+++ b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/PutWithPathParam.java
@@ -26,7 +26,6 @@
import io.mosip.testrig.apirig.utils.AdminTestException;
import io.mosip.testrig.apirig.utils.AdminTestUtil;
import io.mosip.testrig.apirig.utils.AuthenticationTestException;
-import io.mosip.testrig.apirig.utils.ConfigManager;
import io.mosip.testrig.apirig.utils.GlobalConstants;
import io.mosip.testrig.apirig.utils.OutputValidationUtil;
import io.mosip.testrig.apirig.utils.PreRegConfigManager;
diff --git a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/SimplePost.java b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/SimplePost.java
index ea0480aec3..d7cb215a9a 100644
--- a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/SimplePost.java
+++ b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/SimplePost.java
@@ -26,7 +26,6 @@
import io.mosip.testrig.apirig.utils.AdminTestException;
import io.mosip.testrig.apirig.utils.AdminTestUtil;
import io.mosip.testrig.apirig.utils.AuthenticationTestException;
-import io.mosip.testrig.apirig.utils.ConfigManager;
import io.mosip.testrig.apirig.utils.GlobalConstants;
import io.mosip.testrig.apirig.utils.OutputValidationUtil;
import io.mosip.testrig.apirig.utils.PreRegConfigManager;
diff --git a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/UpdatePrereg.java b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/UpdatePrereg.java
index 8546d4a625..9feaebf4dc 100644
--- a/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/UpdatePrereg.java
+++ b/api-test/src/main/java/io/mosip/testrig/apirig/testscripts/UpdatePrereg.java
@@ -26,7 +26,6 @@
import io.mosip.testrig.apirig.utils.AdminTestException;
import io.mosip.testrig.apirig.utils.AdminTestUtil;
import io.mosip.testrig.apirig.utils.AuthenticationTestException;
-import io.mosip.testrig.apirig.utils.ConfigManager;
import io.mosip.testrig.apirig.utils.GlobalConstants;
import io.mosip.testrig.apirig.utils.OutputValidationUtil;
import io.mosip.testrig.apirig.utils.PreRegConfigManager;
diff --git a/api-test/src/main/resources/preReg/AddLostUinApplication/AddLostUinApplication.yml b/api-test/src/main/resources/preReg/AddLostUinApplication/AddLostUinApplication.yml
index 8a82d19ddf..b7d2f73b3f 100644
--- a/api-test/src/main/resources/preReg/AddLostUinApplication/AddLostUinApplication.yml
+++ b/api-test/src/main/resources/preReg/AddLostUinApplication/AddLostUinApplication.yml
@@ -1,6 +1,7 @@
AddLostUinApplication:
Prereg_AddLostUinApplication_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/lostuin
+ uniqueIdentifier: TC_prereg_AddLostUinApplication_01
description: process the lost UIN application with a valid ID
role: batch
templateFields: ["langCode"]
@@ -19,6 +20,7 @@ AddLostUinApplication:
}'
Prereg_AddLostUinApplication_Invalid_id:
endPoint: /preregistration/v1/applications/lostuin
+ uniqueIdentifier: TC_prereg_AddLostUinApplication_02
description: process the lost UIN application with an invalid ID
role: batch
templateFields: ["langCode"]
@@ -40,6 +42,7 @@ AddLostUinApplication:
}'
Prereg_AddLostUinApplication_invalid_lang_code:
endPoint: /preregistration/v1/applications/lostuin
+ uniqueIdentifier: TC_prereg_AddLostUinApplication_03
description: Process the lost UIN application with an invalid language code
role: batch
restMethod: post
@@ -60,6 +63,7 @@ AddLostUinApplication:
}'
Prereg_AddLostUinApplication_without_version:
endPoint: /preregistration/v1/applications/lostuin
+ uniqueIdentifier: TC_prereg_AddLostUinApplication_04
description: Process the lost UIN application without specifying the version
role: batch
templateFields: ["langCode"]
@@ -81,6 +85,7 @@ AddLostUinApplication:
}'
Prereg_AddLostUinApplication_without_version_attribute:
endPoint: /preregistration/v1/applications/lostuin
+ uniqueIdentifier: TC_prereg_AddLostUinApplication_05
description: Process the lost UIN application without specifying the version and attribute
role: batch
templateFields: ["langCode"]
@@ -102,6 +107,7 @@ AddLostUinApplication:
}'
Prereg_AddLostUinApplication_with_INVALID_version:
endPoint: /preregistration/v1/applications/lostuin
+ uniqueIdentifier: TC_prereg_AddLostUinApplication_06
description: Process the lost UIN application with an invalid version
role: batch
templateFields: ["langCode"]
@@ -123,6 +129,7 @@ AddLostUinApplication:
}'
Prereg_AddLostUinApplication_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/lostuin
+ uniqueIdentifier: TC_prereg_AddLostUinApplication_07
description: Process the lost UIN application with a valid data
role: batch
templateFields: ["langCode"]
@@ -142,6 +149,7 @@ AddLostUinApplication:
Prereg_AddLostUinApplication_inValid_langcode:
endPoint: /preregistration/v1/applications/lostuin
+ uniqueIdentifier: TC_prereg_AddLostUinApplication_08
description: Process the lost UIN application with an invalid language code
role: batch
restMethod: post
@@ -162,6 +170,7 @@ AddLostUinApplication:
}'
Prereg_AddLostUinApplication_without_any_data:
endPoint: /preregistration/v1/applications/lostuin
+ uniqueIdentifier: TC_prereg_AddLostUinApplication_09
description: Process the lost UIN application with no data provided
role: batch
restMethod: post
diff --git a/api-test/src/main/resources/preReg/AddUpdateRegistration/AddUpdateRegistration.yml b/api-test/src/main/resources/preReg/AddUpdateRegistration/AddUpdateRegistration.yml
index 6acfd17bba..80266a24f0 100644
--- a/api-test/src/main/resources/preReg/AddUpdateRegistration/AddUpdateRegistration.yml
+++ b/api-test/src/main/resources/preReg/AddUpdateRegistration/AddUpdateRegistration.yml
@@ -1,6 +1,7 @@
AddUpdateRegistration:
Prereg_AddUpdateRegistration_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/updateregistration
+ uniqueIdentifier: TC_prereg_AddUpdateRegistration_01
description: add an update to the registration with valid data
role: batch
templateFields: ["langCode"]
@@ -20,6 +21,7 @@ AddUpdateRegistration:
Prereg_AddUpdateRegistration_inValid_langcode:
endPoint: /preregistration/v1/applications/updateregistration
+ uniqueIdentifier: TC_prereg_AddUpdateRegistration_02
description: add an update to the registration with an invalid data
role: batch
restMethod: post
diff --git a/api-test/src/main/resources/preReg/CancelApplicationsAppointment/CancelApplicationsAppointment.yml b/api-test/src/main/resources/preReg/CancelApplicationsAppointment/CancelApplicationsAppointment.yml
index 7fd03826f1..c01e0c9c19 100644
--- a/api-test/src/main/resources/preReg/CancelApplicationsAppointment/CancelApplicationsAppointment.yml
+++ b/api-test/src/main/resources/preReg/CancelApplicationsAppointment/CancelApplicationsAppointment.yml
@@ -1,6 +1,7 @@
CancelApplicationsAppointment:
Prereg_CancelApplicationsAppointment_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_CancelAppointment_01
description: Canceling appointment for a valid preregistration ID
role: batch
checkErrorsOnlyInResponse: true
@@ -14,6 +15,7 @@ CancelApplicationsAppointment:
}'
Prereg_CancelApplicationsAppointment_inValid_preRegistrationId_sid:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_CancelAppointment_02
description: Canceling appointment for an invalid preregistration ID
role: batch
restMethod: put
diff --git a/api-test/src/main/resources/preReg/CancelAppointment/CancelAppointment.yml b/api-test/src/main/resources/preReg/CancelAppointment/CancelAppointment.yml
index c26e4a872b..0c3221b7ec 100644
--- a/api-test/src/main/resources/preReg/CancelAppointment/CancelAppointment.yml
+++ b/api-test/src/main/resources/preReg/CancelAppointment/CancelAppointment.yml
@@ -1,6 +1,7 @@
CancelAppointment:
Prereg_CancelAppointment_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_CancelAppointment_01
description: Cancel appointment for a valid preregistration ID
role: batch
checkErrorsOnlyInResponse: true
@@ -14,6 +15,7 @@ CancelAppointment:
}'
Prereg_CancelAppointment_with_already_cancelled_appoinment:
endPoint: /preregistration/v1/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_CancelAppointment_02
description: Canceling an appointment that has already been cancelled
role: batch
checkErrorsOnlyInResponse: true
@@ -32,6 +34,7 @@ CancelAppointment:
}'
Prereg_CancelAppointment_cancell_incomplete_appoinment:
endPoint: /preregistration/v1/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_CancelAppointment_03
description: Canceling an appointment with an incomplete appointment data
role: batch
checkErrorsOnlyInResponse: true
@@ -50,6 +53,7 @@ CancelAppointment:
}'
Prereg_CancelAppointment_inValid_preRegistrationId_sid:
endPoint: /preregistration/v1/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_CancelAppointment_04
description: Canceling an appointment with an invalid preregistration ID
role: batch
restMethod: put
diff --git a/api-test/src/main/resources/preReg/CopyDocument/CopyDocument.yml b/api-test/src/main/resources/preReg/CopyDocument/CopyDocument.yml
index 0d3245c644..5deefd5788 100644
--- a/api-test/src/main/resources/preReg/CopyDocument/CopyDocument.yml
+++ b/api-test/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}
+ uniqueIdentifier: TC_prereg_CopyDocument_01
description: Copy the valid Proof of Address (POA) document
role: batch
restMethod: put
@@ -16,6 +17,7 @@ CopyDocument:
}'
Prereg_CopyDocument_in_Valid_doc_cat_code_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}?catCode={doc_cat_code}&sourcePreId={preRegistrationId}
+ uniqueIdentifier: TC_prereg_CopyDocument_02
description: Copy the Proof of Address (POA) document with the invalid document category code
role: batch
restMethod: put
@@ -34,6 +36,7 @@ CopyDocument:
}'
Prereg_CopyDocument_blank_doc_cat_code_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}?catCode={doc_cat_code}&sourcePreId={preRegistrationId}
+ uniqueIdentifier: TC_prereg_CopyDocument_03
description: Copy the blank document and categorize it with the code
role: batch
restMethod: put
@@ -52,6 +55,7 @@ CopyDocument:
}'
Prereg_CopyDocument_Invalid_preRegistrationId_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}?catCode={doc_cat_code}&sourcePreId={preRegistrationId}
+ uniqueIdentifier: TC_prereg_CopyDocument_04
description: Copy the Proof of Address (POA) document with the invalid preregistration ID
role: batch
restMethod: put
diff --git a/api-test/src/main/resources/preReg/DeleteAllDocForaPRID/DeleteAllDocForaPRID.yml b/api-test/src/main/resources/preReg/DeleteAllDocForaPRID/DeleteAllDocForaPRID.yml
index 8c5f4bc80f..82ac241b66 100644
--- a/api-test/src/main/resources/preReg/DeleteAllDocForaPRID/DeleteAllDocForaPRID.yml
+++ b/api-test/src/main/resources/preReg/DeleteAllDocForaPRID/DeleteAllDocForaPRID.yml
@@ -1,6 +1,7 @@
DeleteAllDocForaPRID:
Prereg_DeletePreRegistration_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/documents/preregistration/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_DeleteAllDocForaPRID_01
description: Delete preregistration with all valid preregistration ID
role: batch
checkErrorsOnlyInResponse: true
@@ -14,6 +15,7 @@ DeleteAllDocForaPRID:
}'
Prereg_DeletePreRegistration_InValid_preRegistrationId_sid:
endPoint: /preregistration/v1/documents/preregistration/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_DeleteAllDocForaPRID_02
description: Delete preregistration with an invalid preregisteration ID
role: batch
restMethod: delete
diff --git a/api-test/src/main/resources/preReg/DeleteBooking/DeleteBooking.yml b/api-test/src/main/resources/preReg/DeleteBooking/DeleteBooking.yml
index 99c4abde1e..527cd7fe17 100644
--- a/api-test/src/main/resources/preReg/DeleteBooking/DeleteBooking.yml
+++ b/api-test/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}
+ uniqueIdentifier: TC_prereg_DeleteBooking_01
description: Delete bookings for all valid preregistration ID
role: batch
restMethod: delete
diff --git a/api-test/src/main/resources/preReg/DeleteLostUinApplication/DeleteLostUinApplication.yml b/api-test/src/main/resources/preReg/DeleteLostUinApplication/DeleteLostUinApplication.yml
index 88b22c85bd..5770543f20 100644
--- a/api-test/src/main/resources/preReg/DeleteLostUinApplication/DeleteLostUinApplication.yml
+++ b/api-test/src/main/resources/preReg/DeleteLostUinApplication/DeleteLostUinApplication.yml
@@ -1,6 +1,7 @@
DeleteLostUinApplication:
Prereg_DeleteLostUinApplication_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/prereg/{applicationId}
+ uniqueIdentifier: TC_prereg_DeleteLostUinApplication_01
description: Delete the lost UIN application with valid data
role: batch
checkErrorsOnlyInResponse: true
@@ -15,6 +16,7 @@ DeleteLostUinApplication:
}'
Prereg_DeleteLostUinApplication_after_its_deletion:
endPoint: /preregistration/v1/applications/prereg/{applicationId}
+ uniqueIdentifier: TC_prereg_DeleteLostUinApplication_02
description: Delete the lost UIN application after it has been removed
role: batch
checkErrorsOnlyInResponse: true
@@ -33,6 +35,7 @@ DeleteLostUinApplication:
}'
Prereg_DeleteLostUinApplication_multiple_application_sid:
endPoint: /preregistration/v1/applications/prereg/{applicationId}
+ uniqueIdentifier: TC_prereg_DeleteLostUinApplication_03
description: Delete the lost UIN application with multiple preregistration IDs for the application
role: batch
checkErrorsOnlyInResponse: true
@@ -47,6 +50,7 @@ DeleteLostUinApplication:
}'
Prereg_DeleteLostUinApplication_inValid_preRegistrationId_sid:
endPoint: /preregistration/v1/applications/prereg/{applicationId}
+ uniqueIdentifier: TC_prereg_DeleteLostUinApplication_04
description: Delete the lost UIN application with an invalid preregistration ID
role: batch
restMethod: delete
@@ -64,6 +68,7 @@ DeleteLostUinApplication:
}'
Prereg_DeleteLostUinApplication_random_number_sid:
endPoint: /preregistration/v1/applications/prereg/{applicationId}
+ uniqueIdentifier: TC_prereg_DeleteLostUinApplication_05
description: Delete the lost UIN application with a random number preregistration ID
role: batch
restMethod: delete
diff --git a/api-test/src/main/resources/preReg/DeletePreRegistration/DeletePreRegistration.yml b/api-test/src/main/resources/preReg/DeletePreRegistration/DeletePreRegistration.yml
index 5a496023a7..4d1e375b12 100644
--- a/api-test/src/main/resources/preReg/DeletePreRegistration/DeletePreRegistration.yml
+++ b/api-test/src/main/resources/preReg/DeletePreRegistration/DeletePreRegistration.yml
@@ -1,6 +1,7 @@
DeletePreRegistration:
Prereg_DeletePreRegistration_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_DeletePreRegistration_01
description: Delete the preregistration with a valid preregistration ID
role: batch
restMethod: delete
@@ -14,6 +15,7 @@ DeletePreRegistration:
}'
Prereg_DeletePreRegistration_inValid_preRegistrationId_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_DeletePreRegistration_02
description: Delete the preregistration with an invalid preregistration ID
role: batch
restMethod: delete
diff --git a/api-test/src/main/resources/preReg/DeleteSpecificDocForaPRID/DeleteSpecificDocForaPRID.yml b/api-test/src/main/resources/preReg/DeleteSpecificDocForaPRID/DeleteSpecificDocForaPRID.yml
index 7b4ff9bc46..6c00c09bb7 100644
--- a/api-test/src/main/resources/preReg/DeleteSpecificDocForaPRID/DeleteSpecificDocForaPRID.yml
+++ b/api-test/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}
+ uniqueIdentifier: TC_prereg_DeleteSpecificDocForaPRID_01
description: Delete specific document for a valid PRID
role: batch
checkErrorsOnlyInResponse: true
@@ -16,6 +17,7 @@ DeleteSpecificDocForaPRID:
}'
Prereg_DeletePreRegistration_inValid_preRegistrationId_sid:
endPoint: /preregistration/v1/documents/{documentId}?preRegistrationId={preRegistrationId}
+ uniqueIdentifier: TC_prereg_DeleteSpecificDocForaPRID_02
description: Delete preregistration with an invalid PRID
role: batch
restMethod: post
@@ -34,6 +36,7 @@ DeleteSpecificDocForaPRID:
}'
Prereg_DeletePreRegistration_inValid_documentId_sid:
endPoint: /preregistration/v1/documents/{documentId}?preRegistrationId={preRegistrationId}
+ uniqueIdentifier: TC_prereg_DeleteSpecificDocForaPRID_03
description: Delete preregistration with an invalid document ID
role: batch
restMethod: post
diff --git a/api-test/src/main/resources/preReg/FetchApplicationByPrid/FetchApplicationByPrid.yml b/api-test/src/main/resources/preReg/FetchApplicationByPrid/FetchApplicationByPrid.yml
index e508d257a6..7e2b6ab70c 100644
--- a/api-test/src/main/resources/preReg/FetchApplicationByPrid/FetchApplicationByPrid.yml
+++ b/api-test/src/main/resources/preReg/FetchApplicationByPrid/FetchApplicationByPrid.yml
@@ -1,6 +1,7 @@
FetchApplicationByPrid:
Prereg_FetchApplicationByPrid_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_FetchApplicationByPrid_01
description: Fetch demographic details using a valid PRID
role: batch
restMethod: get
@@ -14,6 +15,7 @@ FetchApplicationByPrid:
}'
Prereg_FetchApplicationByPrid_inValid_preRegistrationId_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_FetchApplicationByPrid_02
description: Fetch demographic details using an invalid PRID
role: batch
restMethod: get
diff --git a/api-test/src/main/resources/preReg/FetchAppointmentDetailsByPrid/FetchAppointmentDetailsByPrid.yml b/api-test/src/main/resources/preReg/FetchAppointmentDetailsByPrid/FetchAppointmentDetailsByPrid.yml
index af5c2bb668..d5d7d891db 100644
--- a/api-test/src/main/resources/preReg/FetchAppointmentDetailsByPrid/FetchAppointmentDetailsByPrid.yml
+++ b/api-test/src/main/resources/preReg/FetchAppointmentDetailsByPrid/FetchAppointmentDetailsByPrid.yml
@@ -1,6 +1,7 @@
FetchAppointmentDetailsByPrid:
Prereg_FetchAppointmentDetailsByPrid_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_FetchAppointmentDetailsByPrid_01
description: Fetch appointment details for the preregistration ID
role: batch
restMethod: get
@@ -14,6 +15,7 @@ FetchAppointmentDetailsByPrid:
}'
Prereg_FetchAppointmentDetailsByPrid_inValid_preRegistrationId_sid:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_FetchAppointmentDetailsByPrid_02
description: Fetch appointment details for the invalid preregistration ID
role: batch
restMethod: get
diff --git a/api-test/src/main/resources/preReg/FetchAvailabilityData/FetchAvailabilityData.yml b/api-test/src/main/resources/preReg/FetchAvailabilityData/FetchAvailabilityData.yml
index 275effbd61..517b3d6a66 100644
--- a/api-test/src/main/resources/preReg/FetchAvailabilityData/FetchAvailabilityData.yml
+++ b/api-test/src/main/resources/preReg/FetchAvailabilityData/FetchAvailabilityData.yml
@@ -1,6 +1,7 @@
FetchAvailabilityDataByCenterID:
Prereg_FetchAvailabilityDataByCenterID_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/appointment/slots/availability/10003
+ uniqueIdentifier: TC_prereg_FetchAvailabilityDataByCenterID_01
description: Fetch the available data by center ID
role: batch
restMethod: get
@@ -14,6 +15,7 @@ FetchAvailabilityDataByCenterID:
}'
Prereg_FetchAvailabilityData_inValid_CenterID_Smoke_sid:
endPoint: /preregistration/v1/applications/appointment/slots/availability/{registrationCenterId}
+ uniqueIdentifier: TC_prereg_FetchAvailabilityDataByCenterID_02
description: Fetch the available data by invalid center ID
role: batch
restMethod: get
diff --git a/api-test/src/main/resources/preReg/GetAllApplications/GetAllApplications.yml b/api-test/src/main/resources/preReg/GetAllApplications/GetAllApplications.yml
index acdecaa231..e0992fd44f 100644
--- a/api-test/src/main/resources/preReg/GetAllApplications/GetAllApplications.yml
+++ b/api-test/src/main/resources/preReg/GetAllApplications/GetAllApplications.yml
@@ -1,6 +1,7 @@
GetAllApplications:
Prereg_GetAllApplications_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications
+ uniqueIdentifier: TC_prereg_GetAllApplications_01
description: Retrieve all applications with valid data
role: batch
checkErrorsOnlyInResponse: true
@@ -14,6 +15,7 @@ GetAllApplications:
}'
Prereg_GetAllApplications_InValid:
endPoint: /preregistration/v1/applications?type={type}
+ uniqueIdentifier: TC_prereg_GetAllApplications_02
description: Retrieve all applications with invalid data
role: batch
checkErrorsOnlyInResponse: true
@@ -32,6 +34,7 @@ GetAllApplications:
}'
Prereg_GetAllApplications_InValid_Type:
endPoint: /preregistration/v1/applications?type={type}
+ uniqueIdentifier: TC_prereg_GetAllApplications_03
description: Retrieve all applications with an invalid type
role: batch
restMethod: get
@@ -49,6 +52,7 @@ GetAllApplications:
}'
Prereg_GetAllApplications_Valid_Type_Smoke_sid:
endPoint: /preregistration/v1/applications?type={type}
+ uniqueIdentifier: TC_prereg_GetAllApplications_04
description: Retrieve all applications with a valid type
role: batch
checkErrorsOnlyInResponse: true
diff --git a/api-test/src/main/resources/preReg/GetAllApplicationsWithapplicationId/GetAllApplicationsWithapplicationId.yml b/api-test/src/main/resources/preReg/GetAllApplicationsWithapplicationId/GetAllApplicationsWithapplicationId.yml
index 5060c7b3f0..eda5b008cc 100644
--- a/api-test/src/main/resources/preReg/GetAllApplicationsWithapplicationId/GetAllApplicationsWithapplicationId.yml
+++ b/api-test/src/main/resources/preReg/GetAllApplicationsWithapplicationId/GetAllApplicationsWithapplicationId.yml
@@ -1,6 +1,7 @@
GetAllApplicationsWithapplicationId:
Prereg_GetAllApplicationsWithapplicationId_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/{applicationId}
+ uniqueIdentifier: TC_prereg_GetAllApplicationsWithapplicationId_01
description: Retrieve all applications with the application ID
role: batch
checkErrorsOnlyInResponse: true
@@ -14,6 +15,7 @@ GetAllApplicationsWithapplicationId:
}'
Prereg_GetAllApplicationsWithapplicationId_with_expired:
endPoint: /preregistration/v1/applications/{applicationId}
+ uniqueIdentifier: TC_prereg_GetAllApplicationsWithapplicationId_02
description: Retrieve all applications with the expired application ID
role: batch
checkErrorsOnlyInResponse: true
@@ -27,6 +29,7 @@ GetAllApplicationsWithapplicationId:
}'
Prereg_GetAllApplicationsWithapplicationId_with_invalid_applicationId:
endPoint: /preregistration/v1/applications/{applicationId}
+ uniqueIdentifier: TC_prereg_GetAllApplicationsWithapplicationId_03
description: Retrieve all applications with an invalid application ID
role: batch
checkErrorsOnlyInResponse: true
diff --git a/api-test/src/main/resources/preReg/GetAllDocForPrId/GetAllDocForPrId.yml b/api-test/src/main/resources/preReg/GetAllDocForPrId/GetAllDocForPrId.yml
index 37b8684a48..eb23b681a4 100644
--- a/api-test/src/main/resources/preReg/GetAllDocForPrId/GetAllDocForPrId.yml
+++ b/api-test/src/main/resources/preReg/GetAllDocForPrId/GetAllDocForPrId.yml
@@ -1,6 +1,7 @@
GetAllDocForPrId:
Prereg_GetAllDocForPrId_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/documents/preregistration/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_01
description: Retrieve all documents associated with the valid Pre-Registration ID
role: batch
checkErrorsOnlyInResponse: true
@@ -16,6 +17,7 @@ GetAllDocForPrId:
}'
Prereg_GetAllDocForPrId_inValid_preRegistrationId_sid:
endPoint: /preregistration/v1/documents/preregistration/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_02
description: Retrieve all documents associated with the invalid Pre-Registration ID
role: batch
restMethod: get
diff --git a/api-test/src/main/resources/preReg/GetAllPreRegApplications/GetAllPreRegApplications.yml b/api-test/src/main/resources/preReg/GetAllPreRegApplications/GetAllPreRegApplications.yml
index 80e8d61737..0868a11ef5 100644
--- a/api-test/src/main/resources/preReg/GetAllPreRegApplications/GetAllPreRegApplications.yml
+++ b/api-test/src/main/resources/preReg/GetAllPreRegApplications/GetAllPreRegApplications.yml
@@ -1,6 +1,7 @@
GetAllPreRegApplications:
Prereg_GetAllPreRegApplications_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications
+ uniqueIdentifier: TC_prereg_GetAllPreRegApplications_01
description: Retrieve all preregistered applications with a valid preregistration ID
role: batch
checkErrorsOnlyInResponse: true
@@ -13,6 +14,7 @@ GetAllPreRegApplications:
}'
Prereg_GetAllPreRegApplications_LOST_UIN_APPLICATION_sid:
endPoint: /preregistration/v1/applications
+ uniqueIdentifier: TC_prereg_GetAllPreRegApplications_02
description: Retrieve all preregistered applications with a prereg ID associated with the lost UIN application
role: batch
checkErrorsOnlyInResponse: true
@@ -25,6 +27,7 @@ GetAllPreRegApplications:
}'
Prereg_GetAllPreRegApplications_DELETE_UIN_APPLICATION_sid:
endPoint: /preregistration/v1/applications
+ uniqueIdentifier: TC_prereg_GetAllPreRegApplications_03
description: Retrieve all preregistered applications with a prereg ID associated with a deleted UIN application
role: batch
checkErrorsOnlyInResponse: true
diff --git a/api-test/src/main/resources/preReg/GetApplicationStatusByApplicationID/GetApplicationStatusByApplicationID.yml b/api-test/src/main/resources/preReg/GetApplicationStatusByApplicationID/GetApplicationStatusByApplicationID.yml
index 97a4af3955..f75f4457c1 100644
--- a/api-test/src/main/resources/preReg/GetApplicationStatusByApplicationID/GetApplicationStatusByApplicationID.yml
+++ b/api-test/src/main/resources/preReg/GetApplicationStatusByApplicationID/GetApplicationStatusByApplicationID.yml
@@ -1,6 +1,7 @@
GetApplicationStatusByApplicationID:
Prereg_GetApplicationStatusByApplicationID_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/status/{applicationId}
+ uniqueIdentifier: TC_prereg_GetApplicationStatusByApplicationID_01
description: Retrieve the application status by application ID
role: batch
checkErrorsOnlyInResponse: true
@@ -15,6 +16,7 @@ GetApplicationStatusByApplicationID:
}'
Prereg_GetApplicationStatusByApplicationID_InValid_applicationId:
endPoint: /preregistration/v1/applications/status/{applicationId}
+ uniqueIdentifier: TC_prereg_GetApplicationStatusByApplicationID_02
description: Retrieve the application status by invalid application ID
role: batch
restMethod: get
diff --git a/api-test/src/main/resources/preReg/GetApplicationStatusWithPrId/GetApplicationStatusWithPrId.yml b/api-test/src/main/resources/preReg/GetApplicationStatusWithPrId/GetApplicationStatusWithPrId.yml
index 01bd323971..8d2d577b3d 100644
--- a/api-test/src/main/resources/preReg/GetApplicationStatusWithPrId/GetApplicationStatusWithPrId.yml
+++ b/api-test/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}
+ uniqueIdentifier: TC_prereg_GetApplicationStatusWithPrId_01
description: Retrieve the application status using a valid PRID
role: batch
restMethod: get
@@ -14,6 +15,7 @@ GetApplicationStatusWithPrId:
}'
Prereg_GetApplicationStatusWithPrId_inValid_PRID_sid:
endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_GetApplicationStatusWithPrId_02
description: Retrieve the application status using an invalid PRID
role: batch
restMethod: get
@@ -31,6 +33,7 @@ GetApplicationStatusWithPrId:
}'
Prereg_GetApplicationStatusWithPrId_Blank_PRID_sid:
endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_GetApplicationStatusWithPrId_03
description: Retrieve the application status using an blank PRID
role: batch
restMethod: get
diff --git a/api-test/src/main/resources/preReg/GetApplicationWithPrId/GetApplicationWithPrId.yml b/api-test/src/main/resources/preReg/GetApplicationWithPrId/GetApplicationWithPrId.yml
index 49a765cbc1..7213f68070 100644
--- a/api-test/src/main/resources/preReg/GetApplicationWithPrId/GetApplicationWithPrId.yml
+++ b/api-test/src/main/resources/preReg/GetApplicationWithPrId/GetApplicationWithPrId.yml
@@ -1,6 +1,7 @@
GetApplicationWithPrId:
Prereg_GetApplicationWithPrId_inValid_preRegistrationId:
endPoint: /preregistration/v1/applications/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_GetApplicationWithPrId_01
description: Retrieve application with an invalid pre-registration ID (PRID)
role: batch
restMethod: get
diff --git a/api-test/src/main/resources/preReg/GetAppointmentDetails/GetAppointmentDetails.yml b/api-test/src/main/resources/preReg/GetAppointmentDetails/GetAppointmentDetails.yml
index 111e1a2ed8..15dd54c456 100644
--- a/api-test/src/main/resources/preReg/GetAppointmentDetails/GetAppointmentDetails.yml
+++ b/api-test/src/main/resources/preReg/GetAppointmentDetails/GetAppointmentDetails.yml
@@ -1,6 +1,7 @@
GetAppointmentDetails:
Prereg_GetAppointmentDetails_BookByPRID_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_GetAppointmentDetails_01
description: Retrieve appointment details booked by a valid PRID
role: batch
restMethod: get
@@ -14,6 +15,7 @@ GetAppointmentDetails:
}'
Prereg_GetAppointmentDetails_with_cancelled_appoinment:
endPoint: /preregistration/v1/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_GetAppointmentDetails_02
description: Retrieve appointment details for a cancelled appointment
role: batch
restMethod: get
@@ -27,6 +29,7 @@ GetAppointmentDetails:
}'
Prereg_GetAppointmentDetails_AllValid_Smoke_sid:
endPoint: /preregistration/v1/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_GetAppointmentDetails_03
description: Retrieve appointment details for a valid preregistrationID
role: batch
restMethod: get
@@ -41,6 +44,7 @@ GetAppointmentDetails:
Prereg_GetAppointmentDetails_inValid_preRegistrationId:
endPoint: /preregistration/v1/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_GetAppointmentDetails_04
description: Retrieve appointment details for a invalid preregistrationID
role: batch
restMethod: get
@@ -58,6 +62,7 @@ GetAppointmentDetails:
}'
Prereg_GetAppointmentDetails_empty_space_preRegistrationId:
endPoint: /preregistration/v1/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_GetAppointmentDetails_05
description: Retrieve appointment details for an empty space preregistration ID
role: batch
restMethod: get
diff --git a/api-test/src/main/resources/preReg/GetAvailableSlotForRegCentreId/GetAvailableSlotForRegCentreId.yml b/api-test/src/main/resources/preReg/GetAvailableSlotForRegCentreId/GetAvailableSlotForRegCentreId.yml
index 8f906b254a..9c813681ae 100644
--- a/api-test/src/main/resources/preReg/GetAvailableSlotForRegCentreId/GetAvailableSlotForRegCentreId.yml
+++ b/api-test/src/main/resources/preReg/GetAvailableSlotForRegCentreId/GetAvailableSlotForRegCentreId.yml
@@ -1,6 +1,7 @@
GetAvailableSlotForRegCentreId:
Prereg_GetAvailableSlotForRegCentreId_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/appointment/availability/{registrationCenterId}
+ uniqueIdentifier: TC_prereg_GetAvailableSlotForRegCentreId_01
description: Retrieve available slots for a valid registration center ID
role: batch
restMethod: get
@@ -14,6 +15,7 @@ GetAvailableSlotForRegCentreId:
}'
Prereg_GetAvailableSlotForRegCentreId_inValid_registrationCenterId_sid:
endPoint: /preregistration/v1/appointment/availability/{registrationCenterId}
+ uniqueIdentifier: TC_prereg_GetAvailableSlotForRegCentreId_02
description: Retrieve available slots for an invalid registration center ID
role: batch
restMethod: get
@@ -31,6 +33,7 @@ GetAvailableSlotForRegCentreId:
}'
Prereg_GetAvailableSlotForRegCentreId_Valid_Smoke_sid:
endPoint: /preregistration/v1/appointment/availability/{registrationCenterId}
+ uniqueIdentifier: TC_prereg_GetAvailableSlotForRegCentreId_03
description: Retrieve available slots for a valid registration center ID
role: batch
restMethod: get
diff --git a/api-test/src/main/resources/preReg/GetBookingsForRegCenter/GetBookingsForRegCenter.yml b/api-test/src/main/resources/preReg/GetBookingsForRegCenter/GetBookingsForRegCenter.yml
index 8461fb0319..c3e2e3de9f 100644
--- a/api-test/src/main/resources/preReg/GetBookingsForRegCenter/GetBookingsForRegCenter.yml
+++ b/api-test/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
+ endPoint: /preregistration/v1/applications/bookings/{regCenterId}?appointmentDate=2020-10-01&appointmentToDate=2034-10-13
+ uniqueIdentifier: TC_prereg_GetBookingsForRegCenter_01
description: Retrieve booking for a valid registration center ID
role: batch
restMethod: get
@@ -14,6 +15,7 @@ GetBookingsForRegCenter:
}'
Prereg_GetBookingsForRegCenter_with_InValid_date_format:
endPoint: /preregistration/v1/applications/bookings/{regCenterId}?from_date=2020-45461&to_date=2034-10-13
+ uniqueIdentifier: TC_prereg_GetBookingsForRegCenter_02
description: Retrieve booking for a registration center with an invalid date format
role: batch
restMethod: get
@@ -30,7 +32,8 @@ GetBookingsForRegCenter:
]
}'
Prereg_GetBookingsForRegCenter_with_InValid_regcenter:
- endPoint: /preregistration/v1/applications/bookings/{regCenterId}?from_date=2020-10-01&to_date=2034-10-13
+ endPoint: /preregistration/v1/applications/bookings/{regCenterId}?appointmentDate=2020-10-01&appointmentToDate=2034-10-13
+ uniqueIdentifier: TC_prereg_GetBookingsForRegCenter_03
description: Retrieve booking for a registration center with an invalid registration center ID
role: batch
restMethod: get
@@ -47,7 +50,8 @@ GetBookingsForRegCenter:
]
}'
Prereg_GetBookingsForRegCenter_with_InValid_regcenter_invalidDate:
- endPoint: /preregistration/v1/applications/bookings/{regCenterId}?from_date=20204555&to_date=2034-10-13
+ endPoint: /preregistration/v1/applications/bookings/{regCenterId}?appointmentDate=20204y464tg1&appointmentToDate=2034-10-13
+ uniqueIdentifier: TC_prereg_GetBookingsForRegCenter_04
description: Retrieve booking for a registration center with an invalid registration center ID and an invalid date
role: batch
restMethod: get
diff --git a/api-test/src/main/resources/preReg/GetPRIDByDateRange/GetPRIDByDateRange.yml b/api-test/src/main/resources/preReg/GetPRIDByDateRange/GetPRIDByDateRange.yml
index a422541983..8fed1dd614 100644
--- a/api-test/src/main/resources/preReg/GetPRIDByDateRange/GetPRIDByDateRange.yml
+++ b/api-test/src/main/resources/preReg/GetPRIDByDateRange/GetPRIDByDateRange.yml
@@ -1,8 +1,9 @@
GetPRIDByDateRange:
Prereg_GetPRIDByDateRange_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_01
description: Retrieve the PRID within the given date range
- role: regproc
+ role: admin
checkErrorsOnlyInResponse: true
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
@@ -20,8 +21,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_inValid_id:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_02
description: Retrieve the PRID within the specified date range for the Invalid ID
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -42,8 +44,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_blank_id:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_03
description: Retrieve the PRID within the specified date range for the blank ID
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -64,8 +67,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_missing_id:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_04
description: Retrieve the PRID within the specified date range for the missing ID
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -86,8 +90,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_invalid_version:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_05
description: Retrieve the PRID within the specified date range for the invalid version
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -108,8 +113,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_missing_version:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_06
description: Retrieve the PRID within the specified date range for the missing version
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -130,8 +136,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_blank_version:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_07
description: Retrieve the PRID within the specified date range for the blank version
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -152,8 +159,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_blank_requesttime:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_08
description: Retrieve the PRID within the specified date range for the request time that is blank
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -174,8 +182,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_missing_requesttime:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_09
description: Retrieve the PRID within the specified date range for the missing request time
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -196,8 +205,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_Invalid_requesttime:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_10
description: Retrieve the PRID within the specified date range for the invalid request time
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -218,8 +228,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_Invalid_registrationCenterId:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_11
description: Retrieve the PRID within the specified date range for the invalid registration center ID
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -240,8 +251,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_blank_registrationCenterId:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_12
description: Retrieve the PRID within the specified date range for the blank registration center ID
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -262,8 +274,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_missing_registrationCenterId:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_13
description: Retrieve the PRID within the specified date range for the missing registration center ID
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -284,8 +297,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_missing_fromDate:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_14
description: Retrieve the PRID within the specified date range where the fromDate is missing
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -306,8 +320,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_Invalid_fromDate:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_15
description: Retrieve the PRID within the specified date range where the fromDate is missing
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -328,8 +343,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_blank_fromDate:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_16
description: Retrieve the PRID within the specified date range where the fromDate field is blank
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -350,8 +366,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_blank_toDate:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_17
description: Retrieve the PRID within the specified date range where the toDate field is blank
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -372,8 +389,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_missing_toDate:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_18
description: Retrieve the PRID within the specified date range where the toDate field is missing
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
@@ -394,8 +412,9 @@ GetPRIDByDateRange:
}'
Prereg_GetPRIDByDateRange_Invalid_toDate:
endPoint: /preregistration/v1/sync
+ uniqueIdentifier: TC_prereg_GetPRIDByDateRange_19
description: Retrieve the PRID within the specified date range where the 'toDate' field is invalid
- role: regproc
+ role: admin
restMethod: post
inputTemplate: preReg/GetPRIDByDateRange/getPRIDByDateRange
outputTemplate: preReg/error
diff --git a/api-test/src/main/resources/preReg/GetPRIDForRegCent/GetPRIDForRegCent.yml b/api-test/src/main/resources/preReg/GetPRIDForRegCent/GetPRIDForRegCent.yml
index 125887e0b5..904fcfcec4 100644
--- a/api-test/src/main/resources/preReg/GetPRIDForRegCent/GetPRIDForRegCent.yml
+++ b/api-test/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
+ uniqueIdentifier: TC_prereg_GetPRIDForRegCent_01
description: Retrieve PRID for a valid registration center ID
role: batch
restMethod: get
@@ -14,6 +15,7 @@ GetPRIDForRegCent:
}'
Prereg_GetPRIDForRegCent_inValid_registrationCenterId_sid:
endPoint: /preregistration/v1/appointment/preRegistrationId/{registrationCenterId}?from_date=2020-10-01&to_date=2021-10-13
+ uniqueIdentifier: TC_prereg_GetPRIDForRegCent_02
description: Retrieve PRID for an invalid registration center ID
role: batch
restMethod: get
diff --git a/api-test/src/main/resources/preReg/GetPreRegDemographicDataByPrid/GetPreRegDemographicDataByPrid.yml b/api-test/src/main/resources/preReg/GetPreRegDemographicDataByPrid/GetPreRegDemographicDataByPrid.yml
index 49bd14ccb9..0afc7bf4ab 100644
--- a/api-test/src/main/resources/preReg/GetPreRegDemographicDataByPrid/GetPreRegDemographicDataByPrid.yml
+++ b/api-test/src/main/resources/preReg/GetPreRegDemographicDataByPrid/GetPreRegDemographicDataByPrid.yml
@@ -1,6 +1,7 @@
GetPreRegDemographicDataByPrid:
Prereg_GetPreRegDemographicDataByPrid_Valid_preRegistrationId:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_GetPreRegDemographicDataByPrid_01
description: Retrieve the PreReg demographic data by PRID
role: batch
restMethod: get
@@ -18,6 +19,7 @@ GetPreRegDemographicDataByPrid:
}'
Prereg_GetPreRegDemographicDataByPrid_inValid_preRegistrationId:
endPoint: /preregistration/v1/applications/prereg/info/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_GetPreRegDemographicDataByPrid_02
description: Retrieve the PreReg demographic data by invalid PRID
role: batch
restMethod: get
diff --git a/api-test/src/main/resources/preReg/GetPreRegInfoByPrid/GetPreRegInfoByPrid.yml b/api-test/src/main/resources/preReg/GetPreRegInfoByPrid/GetPreRegInfoByPrid.yml
index fd7d9319d3..56e7621506 100644
--- a/api-test/src/main/resources/preReg/GetPreRegInfoByPrid/GetPreRegInfoByPrid.yml
+++ b/api-test/src/main/resources/preReg/GetPreRegInfoByPrid/GetPreRegInfoByPrid.yml
@@ -1,6 +1,7 @@
GetPreRegInfoByPrid:
Prereg_GetPreRegInfoByPrid_Valid_preRegistrationId:
endPoint: /preregistration/v1/applications/prereg/info/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_GetPreRegInfoByPrid_01
description: Retrieve preregistration information using the preReg Id with a valid preRegistrationId
role: batch
restMethod: get
@@ -18,6 +19,7 @@ GetPreRegInfoByPrid:
Prereg_GetPreRegInfoByPrid_inValid_preRegistrationId:
endPoint: /preregistration/v1/applications/prereg/info/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_GetPreRegInfoByPrid_02
description: Retrieve preregistration information using the preReg Id with an invalid preRegistrationId
role: batch
restMethod: get
diff --git a/api-test/src/main/resources/preReg/GetSpecificDocumentforaPRID/GetSpecificDocumentforaPRID.yml b/api-test/src/main/resources/preReg/GetSpecificDocumentforaPRID/GetSpecificDocumentforaPRID.yml
index df74af9566..dc0a6352a2 100644
--- a/api-test/src/main/resources/preReg/GetSpecificDocumentforaPRID/GetSpecificDocumentforaPRID.yml
+++ b/api-test/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}
+ uniqueIdentifier: TC_prereg_GetSpecificDocumentforaPRID_01
description: Retrieve the specific document with a valid preregistration ID
role: batch
checkErrorsOnlyInResponse: true
@@ -16,6 +17,7 @@ GetSpecificDocumentforaPRID:
}'
Prereg_GetSpecificDocumentforaPRID_inValid_preRegistrationId_sid:
endPoint: /preregistration/v1/documents/{documentId}?preRegistrationId={preRegistrationId}
+ uniqueIdentifier: TC_prereg_GetSpecificDocumentforaPRID_02
description: Retrieve the specific document with an invalid preregistration ID
role: batch
restMethod: get
@@ -34,6 +36,7 @@ GetSpecificDocumentforaPRID:
}'
Prereg_GetSpecificDocumentforaPRID_inValid_documentId_sid:
endPoint: /preregistration/v1/documents/{documentId}?preRegistrationId={preRegistrationId}
+ uniqueIdentifier: TC_prereg_GetSpecificDocumentforaPRID_03
description: Retrieve the specific document with an invalid document ID
role: batch
restMethod: get
diff --git a/api-test/src/main/resources/preReg/GetUpdatedDateTimeByPrid/GetUpdatedDateTimeByPrid.yml b/api-test/src/main/resources/preReg/GetUpdatedDateTimeByPrid/GetUpdatedDateTimeByPrid.yml
index b2f049f63e..f929a29acd 100644
--- a/api-test/src/main/resources/preReg/GetUpdatedDateTimeByPrid/GetUpdatedDateTimeByPrid.yml
+++ b/api-test/src/main/resources/preReg/GetUpdatedDateTimeByPrid/GetUpdatedDateTimeByPrid.yml
@@ -1,6 +1,7 @@
GetUpdatedDateTimeByPrid:
Prereg_GetUpdatedDateTimeByPrid_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/prereg/updatedTime
+ uniqueIdentifier: TC_prereg_GetUpdatedDateTimeByPrid_01
description: Retrieve all applications with the application ID using valid data
role: batch
checkErrorsOnlyInResponse: true
@@ -28,6 +29,7 @@ GetUpdatedDateTimeByPrid:
}'
Prereg_GetUpdatedDateTimeByPrid_InValid_ID:
endPoint: /preregistration/v1/applications/prereg/updatedTime
+ uniqueIdentifier: TC_prereg_GetUpdatedDateTimeByPrid_02
description: Retrieve all applications with the application ID using invalid ID
role: batch
restMethod: post
diff --git a/api-test/src/main/resources/preReg/InvalidateToken/InvalidateToken.yml b/api-test/src/main/resources/preReg/InvalidateToken/InvalidateToken.yml
index 4c2289efe0..6a280e8979 100644
--- a/api-test/src/main/resources/preReg/InvalidateToken/InvalidateToken.yml
+++ b/api-test/src/main/resources/preReg/InvalidateToken/InvalidateToken.yml
@@ -1,6 +1,7 @@
InvalidateToken:
Prereg_InvalidateToken_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/login/invalidateToken
+ uniqueIdentifier: TC_prereg_InvalidateToken_01
description: Invalidate token using valid data
role: batch
restMethod: post
diff --git a/api-test/src/main/resources/preReg/SendNotifications/SendNotifications.yml b/api-test/src/main/resources/preReg/SendNotifications/SendNotifications.yml
index fb1ac060fe..7f7d358014 100644
--- a/api-test/src/main/resources/preReg/SendNotifications/SendNotifications.yml
+++ b/api-test/src/main/resources/preReg/SendNotifications/SendNotifications.yml
@@ -1,7 +1,8 @@
SendNotifications:
Prereg_SendNotifications_All_Valid_Smoke:
- description: Trigger notification with valid data
endPoint: /preregistration/v1/notification/notify
+ uniqueIdentifier: TC_prereg_SendNotifications_01
+ description: Trigger notification with valid data
role: batch
checkErrorsOnlyInResponse: true
restMethod: post
@@ -23,6 +24,7 @@ SendNotifications:
}'
Prereg_SendNotifications_Notify_All_Valid_Smoke:
endPoint: /preregistration/v1/notification/notify
+ uniqueIdentifier: TC_prereg_SendNotifications_02
description: Trigger notification to notify with valid data
role: batch
checkErrorsOnlyInResponse: true
@@ -45,6 +47,7 @@ SendNotifications:
}'
Prereg_SendNotifications_InValid_id:
endPoint: /preregistration/v1/notification
+ uniqueIdentifier: TC_prereg_SendNotifications_03
description: Trigger notification with an invalid ID
role: batch
restMethod: post
@@ -72,6 +75,7 @@ SendNotifications:
}'
Prereg_SendNotifications_InValid_preRegId:
endPoint: /preregistration/v1/notification
+ uniqueIdentifier: TC_prereg_SendNotifications_04
description: Trigger notification with an invalid pre-registration ID
role: batch
restMethod: post
diff --git a/api-test/src/main/resources/preReg/SendOtp/SendOtp.yml b/api-test/src/main/resources/preReg/SendOtp/SendOtp.yml
index 353e2fe8e7..8f946b5c26 100644
--- a/api-test/src/main/resources/preReg/SendOtp/SendOtp.yml
+++ b/api-test/src/main/resources/preReg/SendOtp/SendOtp.yml
@@ -1,6 +1,7 @@
SendOtp:
Prereg_SendOtp_All_Valid_Smoke_Phone_sid:
endPoint: /preregistration/v1/login/sendOtp/langcode
+ uniqueIdentifier: TC_prereg_SendOtp_01
description: Send OTP with a valid phone number on the phone channel
role: batch
restMethod: post
@@ -18,6 +19,7 @@ SendOtp:
Prereg_SendOtp_Invalid_Phone_Neg:
endPoint: /preregistration/v1/login/sendOtp/langcode
+ uniqueIdentifier: TC_prereg_SendOtp_02
description: Send OTP by providing an invalid phone number on the phone channel side
role: batch
restMethod: post
@@ -39,6 +41,7 @@ SendOtp:
Prereg_SendOtp_MISSING_Phone_Neg:
endPoint: /preregistration/v1/login/sendOtp/langcode
+ uniqueIdentifier: TC_prereg_SendOtp_03
description: Sent OTP without a phone number
role: batch
restMethod: post
@@ -60,6 +63,7 @@ SendOtp:
Prereg_SendOtp_SpacialCharacter_Val_Phone_Neg:
endPoint: /preregistration/v1/login/sendOtp/langcode
+ uniqueIdentifier: TC_prereg_SendOtp_04
description: Sent OTP with special characters through the phone channel
role: batch
restMethod: post
@@ -81,6 +85,7 @@ SendOtp:
Prereg_SendOtp_All_Valid_Smoke_email_sid:
endPoint: /preregistration/v1/login/sendOtp/langcode
+ uniqueIdentifier: TC_prereg_SendOtp_05
description: Send OTP using a valid email address through the email channel
role: batch
restMethod: post
@@ -98,6 +103,7 @@ SendOtp:
Prereg_SendOtp_Invalid__email_Neg:
endPoint: /preregistration/v1/login/sendOtp/langcode
+ uniqueIdentifier: TC_prereg_SendOtp_06
description: Send OTP using an invalid email address via the email channel
role: batch
restMethod: post
@@ -119,6 +125,7 @@ SendOtp:
Prereg_SendOtp_Missing_email_Neg:
endPoint: /preregistration/v1/login/sendOtp/langcode
+ uniqueIdentifier: TC_prereg_SendOtp_07
description: Sent OTP without an email address via the email channel
role: batch
restMethod: post
@@ -140,6 +147,7 @@ SendOtp:
Prereg_SendOtp_SpacialCharacter_email_Neg:
endPoint: /preregistration/v1/login/sendOtp/langcode
+ uniqueIdentifier: TC_prereg_SendOtp_08
description: Sent OTP with special characters through the email channel
role: batch
restMethod: post
@@ -160,6 +168,8 @@ SendOtp:
}'
Prereg_SendOtp_All_Valid_Smoke_Phone_sid:
endPoint: /preregistration/v1/login/sendOtp/langcode
+ uniqueIdentifier: TC_prereg_SendOtp_09
+ description: Send OTP with a valid phone number on the phone channel
role: batch
restMethod: post
inputTemplate: preReg/SendOtp/sendotp
@@ -175,6 +185,8 @@ SendOtp:
}'
Prereg_SendOtp_All_Valid_Smoke_email_sid:
endPoint: /preregistration/v1/login/sendOtp/langcode
+ uniqueIdentifier: TC_prereg_SendOtp_10
+ description: Send OTP with a valid phone number on the phone channel
role: batch
restMethod: post
inputTemplate: preReg/SendOtp/sendotp
diff --git a/api-test/src/main/resources/preReg/Transliteration/Translate.yml b/api-test/src/main/resources/preReg/Transliteration/Translate.yml
index 5208a0c1b5..cb4e18ff9f 100644
--- a/api-test/src/main/resources/preReg/Transliteration/Translate.yml
+++ b/api-test/src/main/resources/preReg/Transliteration/Translate.yml
@@ -1,6 +1,7 @@
Transliteration:
Prereg_Transliteration_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/transliteration/transliterate
+ uniqueIdentifier: TC_prereg_Transliteration_01
description: Retrieve the preregistration data using valid transliteration
role: batch
restMethod: post
@@ -23,6 +24,7 @@ Transliteration:
}'
Prereg_Transliteration_inValid_tofieldlang:
endPoint: /preregistration/v1/transliteration/transliterate
+ uniqueIdentifier: TC_prereg_Transliteration_02
description: Retrieve the transliteration data for an invalid to-field language
role: batch
restMethod: post
@@ -46,6 +48,7 @@ Transliteration:
}'
Prereg_Transliteration_inValid_fromfieldlang:
endPoint: /preregistration/v1/transliteration/transliterate
+ uniqueIdentifier: TC_prereg_Transliteration_03
description: Retrieve the Transliteration data for an invalid 'to-field' language
role: batch
restMethod: post
diff --git a/api-test/src/main/resources/preReg/UpdateDocRefID/UpdateDocRefID.yml b/api-test/src/main/resources/preReg/UpdateDocRefID/UpdateDocRefID.yml
index 97405bd485..09f9c971bc 100644
--- a/api-test/src/main/resources/preReg/UpdateDocRefID/UpdateDocRefID.yml
+++ b/api-test/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}
+ uniqueIdentifier: TC_prereg_UpdateDocRefID_01
description: Update the document reference ID for the valid Proof of Address (POA)
role: batch
checkErrorsOnlyInResponse: true
@@ -16,6 +17,7 @@ UpdateDocRefID:
}'
Prereg_UpdateDocRefID_All_Valid_Smoke_POI_sid:
endPoint: /preregistration/v1/documents/document/{documentId}?preRegistrationId={preRegistrationId}&refNumber={refNumber}
+ uniqueIdentifier: TC_prereg_UpdateDocRefID_02
description: Update the document reference ID for the valid Proof of Identity (POI)
role: batch
checkErrorsOnlyInResponse: true
@@ -31,6 +33,7 @@ UpdateDocRefID:
}'
Prereg_UpdateDocRefID_All_Valid_Smoke_POB_sid:
endPoint: /preregistration/v1/documents/document/{documentId}?preRegistrationId={preRegistrationId}&refNumber={refNumber}
+ uniqueIdentifier: TC_prereg_UpdateDocRefID_03
description: Update the document reference ID for the valid Proof of Date of Birth (POB)
role: batch
checkErrorsOnlyInResponse: true
@@ -46,6 +49,7 @@ UpdateDocRefID:
}'
Prereg_UpdateDocRefID_All_Valid_Smoke_POR_sid:
endPoint: /preregistration/v1/documents/document/{documentId}?preRegistrationId={preRegistrationId}&refNumber={refNumber}
+ uniqueIdentifier: TC_prereg_UpdateDocRefID_04
description: Update the document reference ID for the valid Proof of Residence (POR)
role: batch
checkErrorsOnlyInResponse: true
@@ -61,6 +65,7 @@ UpdateDocRefID:
}'
Prereg_UpdateDocRefID_inValid_documentId:
endPoint: /preregistration/v1/documents/document/{documentId}?preRegistrationId={preRegistrationId}&refNumber={refNumber}
+ uniqueIdentifier: TC_prereg_UpdateDocRefID_05
description: Update the document reference ID for the invalid document ID
role: batch
restMethod: put
@@ -81,6 +86,7 @@ UpdateDocRefID:
Prereg_UpdateDocRefID_All_SpatialCharacter_RefNum_Neg:
endPoint: /preregistration/v1/documents/document/{documentId}?preRegistrationId={preRegistrationId}&refNumber={refNumber}
+ uniqueIdentifier: TC_prereg_UpdateDocRefID_06
description: Update the document reference ID with the special character and reference number
role: batch
checkErrorsOnlyInResponse: true
@@ -102,6 +108,7 @@ UpdateDocRefID:
Prereg_UpdateDocRefID_Exceeding_Limit_RefNum_Neg:
endPoint: /preregistration/v1/documents/document/{documentId}?preRegistrationId={preRegistrationId}&refNumber={refNumber}
+ uniqueIdentifier: TC_prereg_UpdateDocRefID_07
description: Update the document reference ID with an exceeding limit and reference number
role: batch
checkErrorsOnlyInResponse: true
diff --git a/api-test/src/main/resources/preReg/UpdatePreRegStatus/updatePreRegStatus.yml b/api-test/src/main/resources/preReg/UpdatePreRegStatus/updatePreRegStatus.yml
index 53eaf31dd4..e9329a2601 100644
--- a/api-test/src/main/resources/preReg/UpdatePreRegStatus/updatePreRegStatus.yml
+++ b/api-test/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}
+ uniqueIdentifier: TC_prereg_UpdatePreRegStatus_01
description: Update the status of an application to 'Pending Appointment' using the prereg ID and status code
role: batch
checkErrorsOnlyInResponse: true
@@ -15,6 +16,7 @@ UpdatePreRegStatus:
}'
Prereg_UpdatePreRegStatus_for_expired_testcase_sid:
endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode}
+ uniqueIdentifier: TC_prereg_UpdatePreRegStatus_02
description: Update the status of the expired test case application using the prereg ID and status code
role: batch
checkErrorsOnlyInResponse: true
@@ -29,6 +31,7 @@ UpdatePreRegStatus:
}'
Prereg_UpdatePreRegStatus_All_Valid_Smoke_BookByPRID_sid:
endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode}
+ uniqueIdentifier: TC_prereg_UpdatePreRegStatus_03
description: Update the status for a valid booking using the PRID (Preregistration ID)
role: batch
checkErrorsOnlyInResponse: true
@@ -43,6 +46,7 @@ UpdatePreRegStatus:
}'
Prereg_UpdatePreRegStatus_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode}
+ uniqueIdentifier: TC_prereg_UpdatePreRegStatus_04
description: Update the application status to 'Pending Appointment' using the prereg ID and status code
role: batch
checkErrorsOnlyInResponse: true
@@ -57,6 +61,7 @@ UpdatePreRegStatus:
}'
Prereg_UpdatePreRegStatus_CA_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode}
+ uniqueIdentifier: TC_prereg_UpdatePreRegStatus_05
description: Update the status of an application to'Pending Appointment'for canceling using the prereg ID and status code
role: batch
checkErrorsOnlyInResponse: true
@@ -71,6 +76,7 @@ UpdatePreRegStatus:
}'
Prereg_UpdatePreRegStatus_Smoke_alldel_sid:
endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode}
+ uniqueIdentifier: TC_prereg_UpdatePreRegStatus_06
description: Update the status of an application to 'pending Appointment' for deleted the prereg ID and status code
role: batch
checkErrorsOnlyInResponse: true
@@ -85,6 +91,7 @@ UpdatePreRegStatus:
}'
Prereg_UpdatePreRegStatus_Smoke_CancellAppointment_sid:
endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode}
+ uniqueIdentifier: TC_prereg_UpdatePreRegStatus_07
description: Update the status of an application to 'cancell Appointment' using the preregistration ID and status code
role: batch
checkErrorsOnlyInResponse: true
@@ -99,6 +106,7 @@ UpdatePreRegStatus:
}'
Prereg_UpdatePreRegStatus_Smoke_CancelApplicationsAppointment_sid:
endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode}
+ uniqueIdentifier: TC_prereg_UpdatePreRegStatus_08
description: Update the status of an application to'cancell application Appointment'using the prereg ID and status code
role: batch
checkErrorsOnlyInResponse: true
@@ -113,6 +121,7 @@ UpdatePreRegStatus:
}'
Prereg_UpdatePreRegStatus_without_update_prereg_status_sid:
endPoint: /preregistration/v1/applications/prereg/status/{preRegistrationId}?statusCode={statusCode}
+ uniqueIdentifier: TC_prereg_UpdatePreRegStatus_09
description: Update the application status without modifying the preregistration status
role: batch
checkErrorsOnlyInResponse: true
diff --git a/api-test/src/main/resources/preReg/UpdatePreregistration/UpdatePreregistration.yml b/api-test/src/main/resources/preReg/UpdatePreregistration/UpdatePreregistration.yml
index cb7e3534b6..daa1867b96 100644
--- a/api-test/src/main/resources/preReg/UpdatePreregistration/UpdatePreregistration.yml
+++ b/api-test/src/main/resources/preReg/UpdatePreregistration/UpdatePreregistration.yml
@@ -1,6 +1,7 @@
UpdatePreregistration:
Prereg_UpdatePrereg_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_01
description: Update demographic data for a new preregistration application
role: batch
restMethod: put
@@ -23,6 +24,7 @@ UpdatePreregistration:
}'
Prereg_UpdatePrereg_All_Valid_Smoke_BookByPRID_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_02
description: Update the demographic data for booking an appointment with the new PRID
role: batch
restMethod: put
@@ -45,6 +47,7 @@ UpdatePreregistration:
}'
Prereg_UpdatePrereg_inValid_dateOfBirth_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_03
description: Update the demographic data with an invalid date of birth
role: batch
restMethod: put
@@ -71,6 +74,7 @@ UpdatePreregistration:
}'
Prereg_UpdatePrereg_missing_Version_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_04
description: Update the demographic data with a missing version number
role: batch
restMethod: put
@@ -97,6 +101,7 @@ UpdatePreregistration:
}'
Prereg_UpdatePrereg_invalid_Version_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_05
description: Update the demographic data with an invalid version
role: batch
restMethod: put
@@ -123,6 +128,7 @@ UpdatePreregistration:
}'
Prereg_UpdatePrereg_invalid_email_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_06
description: Update the demographic data with an invalid email address
role: batch
restMethod: put
@@ -149,6 +155,7 @@ UpdatePreregistration:
}'
Prereg_UpdatePrereg_missing_langCode_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_07
description: Update the demographic data with an missing language code
role: batch
restMethod: put
@@ -175,6 +182,7 @@ UpdatePreregistration:
}'
Prereg_UpdatePrereg_INVALID_langCode_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_08
description: Update the demographic data with an invalid language code
role: batch
restMethod: put
@@ -201,6 +209,7 @@ UpdatePreregistration:
}'
Prereg_UpdatePrereg_INVALID_requesttime_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_09
description: Update the demographic data with an invalid request time
role: batch
restMethod: put
@@ -227,6 +236,7 @@ UpdatePreregistration:
}'
Prereg_UpdatePrereg_Missing_requesttime_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_010
description: Update the demographic data without a request time
role: batch
restMethod: put
@@ -253,6 +263,7 @@ UpdatePreregistration:
}'
Prereg_UpdatePrereg_previous_date_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_011
description: Update the demographic data with a past date
role: batch
restMethod: put
@@ -279,6 +290,7 @@ UpdatePreregistration:
}'
Prereg_UpdatePrereg_invalid_id_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_012
description: Update the demographic data with an invalid ID
role: batch
restMethod: put
@@ -305,6 +317,7 @@ UpdatePreregistration:
}'
Prereg_UpdatePrereg_missing_id_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_013
description: Update the demographic data with a missing ID
role: batch
restMethod: put
@@ -331,6 +344,7 @@ UpdatePreregistration:
}'
Prereg_UpdatePrereg_blank_id_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_014
description: Update the demographic data with a blank ID
role: batch
restMethod: put
@@ -357,6 +371,7 @@ UpdatePreregistration:
}'
Prereg_UpdatePrereg_update_date_without_Status_change_sid:
endPoint: /preregistration/v1/applications/prereg/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UpdatePreregistration_015
description: Update the demographic data for date of birth without changing the status
role: batch
restMethod: put
diff --git a/api-test/src/main/resources/preReg/ValidateOtp/ValidateOtp.yml b/api-test/src/main/resources/preReg/ValidateOtp/ValidateOtp.yml
index da01ddcc39..e2d290914e 100644
--- a/api-test/src/main/resources/preReg/ValidateOtp/ValidateOtp.yml
+++ b/api-test/src/main/resources/preReg/ValidateOtp/ValidateOtp.yml
@@ -1,6 +1,7 @@
ValidateOtp:
Prereg_ValidateOtp_All_Valid_Smoke_email_sid:
endPoint: /preregistration/v1/login/validateOtp
+ uniqueIdentifier: TC_prereg_ValidateOtp_01
description: Validating OTP with a valid phone number
role: batch
checkErrorsOnlyInResponse: true
@@ -18,6 +19,7 @@ ValidateOtp:
Prereg_ValidateOtp_All_Valid_Smoke_Phone_sid:
endPoint: /preregistration/v1/login/validateOtp
+ uniqueIdentifier: TC_prereg_ValidateOtp_02
description: Validating OTP with an invalid phone number
role: batch
restMethod: post
@@ -40,6 +42,7 @@ ValidateOtp:
Prereg_ValidateOtp_Invalid_Phone_Neg_INVALIDOTP:
endPoint: /preregistration/v1/login/validateOtp
+ uniqueIdentifier: TC_prereg_ValidateOtp_03
description: Validating OTP with a phone number containing special characters
role: batch
checkErrorsOnlyInResponse: true
@@ -63,6 +66,7 @@ ValidateOtp:
Prereg_ValidateOtp_SpacialCharacters_Phone_Neg_INVALIDOTP:
endPoint: /preregistration/v1/login/validateOtp
+ uniqueIdentifier: TC_prereg_ValidateOtp_04
description: Validating OTP with a valid email address
role: batch
checkErrorsOnlyInResponse: true
@@ -86,6 +90,7 @@ ValidateOtp:
Prereg_ValidateOtp_SpacialCharacters_Email_Neg_INVALIDOTP:
endPoint: /preregistration/v1/login/validateOtp
+ uniqueIdentifier: TC_prereg_ValidateOtp_05
description: Validating OTP with an email address containing special characters
role: batch
checkErrorsOnlyInResponse: true
@@ -109,6 +114,7 @@ ValidateOtp:
Prereg_ValidateOtp_Invalid_Email_Neg_INVALIDOTP:
endPoint: /preregistration/v1/login/validateOtp
+ uniqueIdentifier: TC_prereg_ValidateOtp_06
description: Validating OTP with an invalid email address
role: batch
checkErrorsOnlyInResponse: true
diff --git a/api-test/src/main/resources/preReg/bookAppointment/bookAppointment.yml b/api-test/src/main/resources/preReg/bookAppointment/bookAppointment.yml
index 14326106ae..13fde3d886 100644
--- a/api-test/src/main/resources/preReg/bookAppointment/bookAppointment.yml
+++ b/api-test/src/main/resources/preReg/bookAppointment/bookAppointment.yml
@@ -1,6 +1,7 @@
BookAppointment:
Prereg_BookAppointment_All_Valid_Smoke:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_01
description: Book an appoinment valid data
role: batch
checkErrorsOnlyInResponse: true
@@ -21,6 +22,7 @@ BookAppointment:
}'
Prereg_BookAppointment_CA_Smoke:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_02
description: Book an appointment to cancel the existing appointment
role: batch
checkErrorsOnlyInResponse: true
@@ -41,6 +43,7 @@ BookAppointment:
}'
Prereg_BookAppointment_CancelApplicationsAppointment_Smoke:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_03
description: Book an appointment to cancel applications the existing appointment
role: batch
checkErrorsOnlyInResponse: true
@@ -61,6 +64,7 @@ BookAppointment:
}'
Prereg_BookAppointment_inValid_preRegistrationId:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_04
description: Book an appointment with an invalid preregistration ID
role: batch
restMethod: post
@@ -85,6 +89,7 @@ BookAppointment:
}'
Prereg_BookAppointment_blank_preRegistrationId:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_05
description: Book an appointment with a blank preregistration ID
role: batch
restMethod: post
@@ -110,6 +115,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Invalid_Id:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_06
description: Book an appointment with a invalid preregistration ID
role: batch
restMethod: post
@@ -134,6 +140,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Blank_Id:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_07
description: Book an appointment with a blank ID
role: batch
restMethod: post
@@ -159,6 +166,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Blank_version:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_08
description: Book an appointment with a blank version
role: batch
restMethod: post
@@ -183,6 +191,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Missing_version:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_09
description: Book an appointment with a missing version
role: batch
restMethod: post
@@ -207,6 +216,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Invalid_version:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_10
description: Book an appointment with a invalid version
role: batch
restMethod: post
@@ -231,6 +241,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Invalid_registration_center_id:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_11
description: Book an appointment with an invalid registration center ID
role: batch
restMethod: post
@@ -256,6 +267,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Missing_registration_center_id:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_12
description: Book an appointment with a missing registration center ID
role: batch
restMethod: post
@@ -281,6 +293,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Blank_registration_center_id:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_13
description: Book an appointment with a blank registration center ID
role: batch
restMethod: post
@@ -306,6 +319,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Blank_appointment_date:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_14
description: Book an appointment with a blank appointment date
role: batch
restMethod: post
@@ -331,6 +345,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Missing_appointment_date:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_15
description: Book an appointment with a missing appointment date
role: batch
restMethod: post
@@ -355,6 +370,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Invalid_appointment_date:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_16
description: Book an appointment with a invalid appointment date
role: batch
restMethod: post
@@ -380,6 +396,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Invalid_time_slot_to:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_17
description: Book an appointment with an invalid time slot
role: batch
restMethod: post
@@ -404,6 +421,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Missing_time_slot_to:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_18
description: Book an appointment with a missing time slot
role: batch
restMethod: post
@@ -428,6 +446,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Invalid_time_slot_from:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_19
description: Book an appointment with an invalid time slot from
role: batch
restMethod: post
@@ -452,6 +471,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Blank_time_slot_to:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_20
description: Book an appointment with an Blank time slot form
role: batch
restMethod: post
@@ -476,6 +496,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Blank_time_slot_from:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_21
description: Book an appointment with an blank time slot
role: batch
restMethod: post
@@ -500,6 +521,7 @@ BookAppointment:
}'
Prereg_BookAppointment_missing_time_slot_from:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_22
description: Book an appointment with an missing time slot from
role: batch
restMethod: post
@@ -524,6 +546,7 @@ BookAppointment:
}'
Prereg_BookAppointment_missing_requesttime:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_23
description: Book an appointment with a missing request time
role: batch
restMethod: post
@@ -548,6 +571,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Invalid_requesttime:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_24
description: Book an appointment with a invalid request time
role: batch
restMethod: post
@@ -573,6 +597,7 @@ BookAppointment:
}'
Prereg_BookAppointment_Blank_requesttime:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_25
description: Book an appointment with a Blank request time
role: batch
restMethod: post
@@ -597,6 +622,7 @@ BookAppointment:
}'
Prereg_BookAppointment_previous_date:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_26
description: Book an appointment with a previous date
role: batch
restMethod: post
@@ -622,6 +648,7 @@ BookAppointment:
Prereg_BookAppointment_On_holiday:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_27
description: Book an appointment on a holiday
role: batch
restMethod: post
@@ -648,6 +675,7 @@ BookAppointment:
Prereg_BookAppointment_with_expired_status:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_28
description: Book an appointment with an expired status
role: batch
checkErrorsOnlyInResponse: true
@@ -674,6 +702,7 @@ BookAppointment:
}'
Prereg_BookAppointment_with_All_InValid_data:
endPoint: /preregistration/v1/applications/appointment/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_BookAppointment_29
description: Book an appointment with an invalid data
role: batch
checkErrorsOnlyInResponse: true
diff --git a/api-test/src/main/resources/preReg/bookAppointmentByPRID/bookAppointmentByPRID.yml b/api-test/src/main/resources/preReg/bookAppointmentByPRID/bookAppointmentByPRID.yml
index a9b5f40542..deb598c56e 100644
--- a/api-test/src/main/resources/preReg/bookAppointmentByPRID/bookAppointmentByPRID.yml
+++ b/api-test/src/main/resources/preReg/bookAppointmentByPRID/bookAppointmentByPRID.yml
@@ -1,6 +1,7 @@
BookAppointmentByPRID:
Prereg_BookAppointmentByPRID_All_Valid_Smoke:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_01
description: Book an appointment with a PRID for validation
role: batch
checkErrorsOnlyInResponse: true
@@ -21,6 +22,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_inValid_preRegistrationId:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_02
description: Book an appointment with a PRID for an invalid preregistration ID
role: batch
restMethod: post
@@ -45,6 +47,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_blank_preRegistrationId:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_03
description: Book an appointment with a PRID for a blank preregistration ID
role: batch
restMethod: post
@@ -69,6 +72,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_missing_preRegistrationId:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_04
description: Book an appointment with a PRID for a missing preregistration ID
role: batch
restMethod: post
@@ -93,6 +97,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_inValid_Id:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_05
description: Book an appointment with a PRID for a invalid preregistration ID
role: batch
restMethod: post
@@ -117,6 +122,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_Blank_Id:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_06
description: Book an appointment with a PRID for a blank ID
role: batch
restMethod: post
@@ -141,6 +147,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_Blank_version:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_07
description: Book an appointment with a PRID for a blank version
role: batch
restMethod: post
@@ -165,6 +172,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_Missing_version:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_08
description: Book an appointment with a PRID for a missing version
role: batch
restMethod: post
@@ -189,6 +197,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_Invalid_version:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_09
description: Schedule an appointment with a PRID for a invalid version
role: batch
restMethod: post
@@ -213,6 +222,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_Invalid_registration_center_id:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_10
description: Book an appointment with a PRID for an invalid registration center ID
role: batch
restMethod: post
@@ -237,6 +247,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_Missing_registration_center_id:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_11
description: Book an appointment with a PRID for an missing registration center ID
role: batch
restMethod: post
@@ -261,6 +272,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_Blank_registration_center_id:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_12
description: Book an appointment with a PRID for an Blank registration center ID
role: batch
restMethod: post
@@ -285,6 +297,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_Blank_appointment_date:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_13
description: Book an appointment with a PRID for an Blank appointment date
role: batch
restMethod: post
@@ -309,6 +322,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_Missing_appointment_date:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_14
description: Book an appointment with a PRID for a missing appointment date
role: batch
restMethod: post
@@ -333,6 +347,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_Invalid_appointment_date:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_15
description: Book an appointment with a PRID for an invalid appointment date
role: batch
restMethod: post
@@ -358,6 +373,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_blank_time_slot_to:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_16
description: Book an appointment with a PRID for an Blank time slot to
role: batch
restMethod: post
@@ -382,6 +398,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_blank_time_slot_from:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_17
description: Book an appointment with a PRID for an Blank time slot from
role: batch
restMethod: post
@@ -406,6 +423,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_Missing_time_slot_to:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_18
description: Book an appointment with a PRID for an missing time slot to
role: batch
restMethod: post
@@ -430,6 +448,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_Missing_time_slot_from:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_19
description: Book an appointment with a PRID for an missing time slot from
role: batch
restMethod: post
@@ -454,6 +473,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_missing_requesttime:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_20
description: Book an appointment with a PRID for a missing request time
role: batch
restMethod: post
@@ -478,6 +498,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_Invalid_requesttime:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_21
description: Book an appointment with a PRID for a invalid request time
role: batch
restMethod: post
@@ -503,6 +524,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_Blank_requesttime:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_22
description: Book an appointment with a PRID for a Blank request time
role: batch
restMethod: post
@@ -527,6 +549,7 @@ BookAppointmentByPRID:
}'
Prereg_BookAppointmentByPRID_previous_requesttime:
endPoint: /preregistration/v1/applications/appointment
+ uniqueIdentifier: TC_prereg_BookAppointmentByPRID_23
description: Book an appointment with a PRID for a previous request time
role: batch
restMethod: post
diff --git a/api-test/src/main/resources/preReg/createPrereg/createPrereg.yml b/api-test/src/main/resources/preReg/createPrereg/createPrereg.yml
index 854ca8b940..da115e2a3e 100644
--- a/api-test/src/main/resources/preReg/createPrereg/createPrereg.yml
+++ b/api-test/src/main/resources/preReg/createPrereg/createPrereg.yml
@@ -1,6 +1,7 @@
CreatePrereg:
Prereg_CreatePrereg_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_01
description: Creating demographic details with valid data
role: batch
checkErrorsOnlyInResponse: true
@@ -22,6 +23,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_book_appoinment_without_update_prereg_status_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_02
description: Creating preregistration for booking an appointment without updating preregistration status
role: batch
checkErrorsOnlyInResponse: true
@@ -43,6 +45,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_All_Valid_Smoke_UpdateDocRefID_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_03
description: Creating preregistration with a valid updated document reference ID
role: batch
checkErrorsOnlyInResponse: true
@@ -65,6 +68,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_All_Valid_Smoke_BookByPRID_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_04
description: Creating preregistration for a valid booking using the PRID (Patient Registration ID)
role: batch
checkErrorsOnlyInResponse: true
@@ -88,6 +92,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_Valid_Smoke_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_05
description: Creating demographic details with valid data
role: batch
checkErrorsOnlyInResponse: true
@@ -110,6 +115,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_Smoke_alldel_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_06
description: Creating preregistration to delete data
role: batch
checkErrorsOnlyInResponse: true
@@ -132,6 +138,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_Smoke_CancellAppointment_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_07
description: Creating preregistration data to cancel a booked appointment
role: batch
checkErrorsOnlyInResponse: true
@@ -154,6 +161,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_Smoke_CancelApplicationsAppointment_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_08
description: Creating preregistration and cancelling the appointment after booking
role: batch
checkErrorsOnlyInResponse: true
@@ -176,6 +184,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_All_Valid_Smoke_for_expiry_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_09
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
@@ -197,6 +206,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_in_Valid_id_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_10
description: Creating demographic details with an invalid field ID
role: batch
restMethod: post
@@ -223,6 +233,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_missing_id_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_11
description: Creating preregistration with a missing ID
role: batch
restMethod: post
@@ -249,6 +260,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_blank_id_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_12
description: Creating preregistration with a blank ID
role: batch
restMethod: post
@@ -275,6 +287,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_missing_langCode_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_13
description: Creating preregistration without specifying a langcode
role: batch
restMethod: post
@@ -301,6 +314,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_invalid_langCode_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_14
description: Creating preregistration with an invalid langcode
role: batch
restMethod: post
@@ -327,6 +341,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_invalid_email_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_15
description: Creating preregistration with an invalid email address
role: batch
restMethod: post
@@ -353,6 +368,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_invalid_requesttime_format_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_16
description: Creating preregistration with an invalid request-time format
role: batch
restMethod: post
@@ -379,6 +395,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_missing_requesttime_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_17
description: Creating preregistration without specifying a request time
role: batch
restMethod: post
@@ -405,6 +422,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_previous_date_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_18
description: Creating preregistration with a previous date
role: batch
restMethod: post
@@ -431,6 +449,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_invalid_version_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_19
description: Creating preregistration with an invalid version
role: batch
restMethod: post
@@ -457,6 +476,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_missing_version_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_20
description: Creating preregistration without specifying a version
role: batch
restMethod: post
@@ -484,6 +504,7 @@ CreatePrereg:
Prereg_CreatePrereg_Invalid_PostalCode_Neg:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_21
description: Creating preregistration with an invalid postal code
role: batch
checkErrorsOnlyInResponse: true
@@ -512,6 +533,7 @@ CreatePrereg:
Prereg_CreatePrereg_SpacialCharacter_PostalCode_Neg:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_22
description: Creating preregistration with a special character in the postal code
role: batch
checkErrorsOnlyInResponse: true
@@ -539,6 +561,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_Invalid_OTP_Neg_StatusCode:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_23
description: Creating preregistration with an invalid OTP
role: invalidBatch
checkErrorsOnlyInResponse: true
@@ -561,7 +584,8 @@ CreatePrereg:
Prereg_CreatePrereg_All_Valid_Smoke_date_verification_sid:
endPoint: /preregistration/v1/applications/prereg
- description: Creating preregistration with an invalid OTP
+ uniqueIdentifier: TC_Prereg_CreatePrereg_24
+ description: Creating a preregistration process with accurate data verification
role: batch
checkErrorsOnlyInResponse: true
restMethod: post
@@ -582,6 +606,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_with_special_characters_date:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_25
description: Creating preregistration with special characters on the date filed
role: batch
checkErrorsOnlyInResponse: true
@@ -608,6 +633,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_with_future_date:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_26
description: Creating preregistration with a future date
role: batch
checkErrorsOnlyInResponse: true
@@ -629,6 +655,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_cancell_incomplete_prid_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_27
description: Creating preregistration and canceling the incomplete PRID
role: batch
checkErrorsOnlyInResponse: true
@@ -650,6 +677,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_cancell_pending_appoinment_prid_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_28
description: Creating preregistration and canceling pending appointment using PRID
role: batch
checkErrorsOnlyInResponse: true
@@ -671,6 +699,7 @@ CreatePrereg:
}'
Prereg_CreatePrereg_Smoke_PreRegDemographicData_sid:
endPoint: /preregistration/v1/applications/prereg
+ uniqueIdentifier: TC_Prereg_CreatePrereg_29
description: Creating preregistration appointment using PRID for demographic data
role: batch
checkErrorsOnlyInResponse: true
@@ -689,4 +718,4 @@ CreatePrereg:
"id": "mosip.pre-registration.demographic.create"
}'
output: '{
-}'
\ No newline at end of file
+}'
diff --git a/api-test/src/main/resources/preReg/uploadDocument/uploadDocument.yml b/api-test/src/main/resources/preReg/uploadDocument/uploadDocument.yml
index 584e567636..972bbd0ce6 100644
--- a/api-test/src/main/resources/preReg/uploadDocument/uploadDocument.yml
+++ b/api-test/src/main/resources/preReg/uploadDocument/uploadDocument.yml
@@ -1,6 +1,7 @@
UploadDocument:
Prereg_UploadDocument_All_Valid_Smoke_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_01
description: Upload the valid document preregistration ID
role: batch
restMethod: post
@@ -25,6 +26,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Rebook_the_booked_appoinment_Smoke_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_02
description: Upload the document to rebook the booked appointment
role: batch
restMethod: post
@@ -49,6 +51,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POI_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_03
description: Upload the valid Proof of Identity (POI) document
role: batch
restMethod: post
@@ -73,6 +76,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POB_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_04
description: Upload the valid Proof of Date of Birth (POB) document
role: batch
restMethod: post
@@ -97,6 +101,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POR_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_05
description: Upload the valid Proof of Residence (POR) document
role: batch
restMethod: post
@@ -121,6 +126,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_UpdateDocRefID_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_06
description: upload the valid document with the updated document reference ID
role: batch
restMethod: post
@@ -145,6 +151,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POI_UpdateDocRefID_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_07
description: Upload the valid Proof of Identity (POI) document with the updated reference ID
role: batch
restMethod: post
@@ -169,6 +176,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POB_UpdateDocRefID_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_08
description: Upload the valid Proof of Date of Birth (POB) document with the updated reference ID
role: batch
restMethod: post
@@ -193,6 +201,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POR_UpdateDocRefID_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_09
description: Upload the valid Proof of Residence (POR) document with the updated reference ID
role: batch
restMethod: post
@@ -217,6 +226,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_BookByPRID_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_10
description: Upload the valid document to book an appointment using PRID
role: batch
restMethod: post
@@ -241,6 +251,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POI_BookByPRID_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_11
description: Upload the valid Proof of Identity (POI) document to book an appointment using PRID
role: batch
restMethod: post
@@ -265,6 +276,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POB_BookByPRID_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_12
description: Upload the valid Proof of Date of Birth (POB) document to book an appointment using PRID
role: batch
restMethod: post
@@ -289,6 +301,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POR_BookByPRID_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_13
description: Upload the valid Proof of Residence (POR) document to book an appointment using PRID
role: batch
restMethod: post
@@ -313,6 +326,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Valid_Smoke_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_14
description: Upload the valid Proof of Address (POA) document
role: batch
restMethod: post
@@ -337,6 +351,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Valid_Smoke_POI_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_15
description: Upload the valid Proof of Identity (POI) document
role: batch
restMethod: post
@@ -361,6 +376,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Valid_POB_Smoke_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_16
description: Upload the valid Proof of Date of Birth (POB) document
role: batch
restMethod: post
@@ -385,6 +401,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Valid_POR_Smoke_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_17
description: Upload the valid Proof of Residence (POR) document
role: batch
restMethod: post
@@ -409,6 +426,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Smoke_alldel_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_18
description: Upload the Proof of Address (POA) document for deletion
role: batch
restMethod: post
@@ -433,6 +451,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Smoke_POI_alldel_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_19
description: Upload the Proof of Identity (POI) document for deletion
role: batch
restMethod: post
@@ -457,6 +476,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Smoke_POB_alldel_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_20
description: Upload the Proof of Date of Birth (POB) document for deletion
role: batch
restMethod: post
@@ -481,6 +501,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Smoke_POR_alldel_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_21
description: Upload the Proof of Residence (POR) document for deletion
role: batch
restMethod: post
@@ -505,6 +526,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Smoke_cancellappointment_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_22
description: Upload the valid Proof of Address (POA) document to cancelling the appointment
role: batch
restMethod: post
@@ -529,6 +551,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Smoke_cancellappointment_POI_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_23
description: Upload the valid Proof of Address (POI) document to cancelling the appointment
role: batch
restMethod: post
@@ -553,6 +576,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Smoke_cancellappointment_POB_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_24
description: Upload the valid Proof of Date of Birth (POB) document to cancel the appointment
role: batch
restMethod: post
@@ -577,6 +601,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Smoke_cancellappointment_POR_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_25
description: Upload the valid Proof of Residence (POR) document to cancel the appointment
role: batch
restMethod: post
@@ -601,6 +626,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Smoke_CancelApplicationsAppointment_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_26
description: Upload the valid Proof of Address (POA) document to cancel the application appointment
role: batch
restMethod: post
@@ -625,6 +651,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Smoke_CancelApplicationsAppointment_POI_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_27
description: Upload the valid Proof of Identity (POI) document to cancel the application appointment
role: batch
restMethod: post
@@ -649,6 +676,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Smoke_CancelApplicationsAppointment_POB_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_28
description: Upload the valid Proof of Date of Birth (POB) document to cancel the application appointment
role: batch
restMethod: post
@@ -673,6 +701,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Smoke_CancelApplicationsAppointment_POR_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_29
description: Upload the valid Proof of Residence (POR) document to cancel the application appointment
role: batch
restMethod: post
@@ -697,6 +726,7 @@ UploadDocument:
}'
Prereg_UploadDocument_inValid_docTypCode_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_30
description: Upload the invalid Proof of Address (POA) document type code
role: batch
restMethod: post
@@ -721,6 +751,7 @@ UploadDocument:
}'
Prereg_UploadDocument_blank_docTypCode_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_31
description: Upload the blank Proof of Address (POA) document type code
role: batch
restMethod: post
@@ -745,6 +776,7 @@ UploadDocument:
}'
Prereg_UploadDocument_missing_docTypCode_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_32
description: Upload the Proof of Address (POA) document without the document type code
role: batch
restMethod: post
@@ -769,6 +801,7 @@ UploadDocument:
}'
Prereg_UploadDocument_blank_doccatCode_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_33
description: Upload the Proof of Address (POA) document blank the document category code
role: batch
restMethod: post
@@ -793,6 +826,7 @@ UploadDocument:
}'
Prereg_UploadDocument_missing_doccatCode_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_34
description: Upload the Proof of Address (POA) document without the document category code
role: batch
restMethod: post
@@ -817,6 +851,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Invalid_doccatCode_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_35
description: Upload the Proof of Address (POA) document with the invalid document category code
role: batch
restMethod: post
@@ -841,6 +876,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Invalid_langCode_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_36
description: Upload the Proof of Address (POA) document with the invalid language code
role: batch
restMethod: post
@@ -866,6 +902,7 @@ UploadDocument:
}'
Prereg_UploadDocument_missing_langCode_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_37
description: Upload the Proof of Address (POA) document with the missing document category code
role: batch
restMethod: post
@@ -891,6 +928,7 @@ UploadDocument:
}'
Prereg_UploadDocument_inValid_id_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_38
description: Upload the Proof of Address (POA) document with an invalid ID
role: batch
restMethod: post
@@ -916,6 +954,7 @@ UploadDocument:
}'
Prereg_UploadDocument_Blank_id_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_39
description: Upload the Proof of Address (POA) document with a blank ID
role: batch
restMethod: post
@@ -944,6 +983,7 @@ UploadDocument:
Prereg_UploadDocument_All_Valid_Smoke_expiry_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_40
description: Upload the Proof of Address (POA) document with an expired ID
role: batch
restMethod: post
@@ -968,6 +1008,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POI_expired_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_41
description: Upload the Proof of Identity (POI) document with an expired ID
role: batch
restMethod: post
@@ -992,6 +1033,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POB_expired_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_42
description: Upload the Proof of Date of Birth (POB) document with an expired ID
role: batch
restMethod: post
@@ -1016,6 +1058,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POR_expired_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_43
description: Upload the Proof of Residence (POR) document with an expired ID
role: batch
restMethod: post
@@ -1041,6 +1084,7 @@ UploadDocument:
Prereg_UploadDocument_All_Valid_Smoke_cancell_pending_appoinment_prid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_44
description: Upload the Proof of Address (POA) document to cancel a pending appointment with PRID
role: batch
restMethod: post
@@ -1065,6 +1109,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POI_cancell_pending_appoinment_prid_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_45
description: Upload the Proof of Identity (POI) document to cancel a pending appointment with PRID
role: batch
restMethod: post
@@ -1089,6 +1134,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POB_cancell_pending_appoinment_prid_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_46
description: Upload the Proof of date of Birth (POB) document to cancel a pending appointment with PRID
role: batch
restMethod: post
@@ -1113,6 +1159,7 @@ UploadDocument:
}'
Prereg_UploadDocument_All_Valid_Smoke_POR_cancell_pending_appoinment_prid_sid:
endPoint: /preregistration/v1/documents/{preRegistrationId}
+ uniqueIdentifier: TC_prereg_UploadDocument_47
description: Upload the Proof of Residence (POR) document to cancel a pending appointment with PRID
role: batch
restMethod: post