diff --git a/apitest/src/main/resources/resident/AcknowledgementController/AcknowledgementController.yml b/apitest/src/main/resources/resident/AcknowledgementController/AcknowledgementController.yml index 7c3367d926a..5796292e7f6 100644 --- a/apitest/src/main/resources/resident/AcknowledgementController/AcknowledgementController.yml +++ b/apitest/src/main/resources/resident/AcknowledgementController/AcknowledgementController.yml @@ -1,6 +1,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_uin_Valid_Smoke: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: The resident is trying to get an authorization token by using a valid UIN role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -16,6 +17,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_vid_Valid_Smoke: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: The resident is trying to get an authorization token by using a valid VID role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -31,6 +33,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_uin_Invalid_languageCode_Negative: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: Resident is trying to get an authorization token by using valid UIN with an invalid language code role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -46,6 +49,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_uin_Invalid_eventId_Negative: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: Resident is trying to get an authorization token by using valid UIN with an invalid eventId role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -61,6 +65,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_uin_Empty_languageCode_Negative: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: Resident is trying to get an authorization token by using valid UIN with an empty language code role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -76,6 +81,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_uin_spaceVal_languagecode_Neg: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: Resident is trying to get an authorization token by using valid UIN with a space value for the language code role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -91,6 +97,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_uin_SpaceVal_enentId_Neg: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: Resident is trying to get an authorization token by using valid UIN with a space value for the eventId role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -106,6 +113,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_uin_Empty_eventId_Negative: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: Resident is trying to get an authorization token by using valid UIN with an empty eventId role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -121,6 +129,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_uin_Invalid_Role_Negative: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: Resident is trying to get an authorization token by using valid UIN with an invalid role role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -136,6 +145,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_vid_Invalid_languageCode_Negative: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: Resident is trying to get an authorization token by using valid VID with an invalid language code role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -151,6 +161,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_vid_Invalid_eventId_Negative: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: Resident is trying to get an authorization token by using valid VID with an invalid eventId role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -166,6 +177,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_vid_Empty_languageCode_Negative: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: Resident is trying to get an authorization token by using valid VID with an empty language code role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -181,6 +193,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_vid_Empty_eventId_Negative: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: Resident is trying to get an authorization token by using valid VID with an empty eventId role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -196,6 +209,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_vid_SpaceVal_languageCode_Neg: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: Resident is trying to get an authorization token by using valid VID with a space value for the language code role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -211,6 +225,7 @@ GetAcknowledgementController: Resident_GetAuthorizationtoken_vid_SpaceVal_eventId_Neg: endPoint: /resident/v1/ack/download/pdf/event/{eventId}/language/{languageCode} + description: Resident is trying to get an authorization token by using valid VID with a space value for the eventId role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/AddIdentity/AddIdentity.yml b/apitest/src/main/resources/resident/AddIdentity/AddIdentity.yml index cb138b58614..c441ead112d 100644 --- a/apitest/src/main/resources/resident/AddIdentity/AddIdentity.yml +++ b/apitest/src/main/resources/resident/AddIdentity/AddIdentity.yml @@ -1,6 +1,7 @@ AddIdentity: Resident_AddIdentity_withValidParameters_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity with valid parameters role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -29,6 +30,7 @@ AddIdentity: }' Resident_AddIdentity_withValidParameters_maximum_email_character_smoke_Pos11111111111111: endPoint: /idrepository/v1/identity/ + description: Add identity with the maximum email characters and valid parameters role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -57,6 +59,7 @@ AddIdentity: }' Resident_AddIdentity_ValidParam_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity with valid parameters role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -85,6 +88,7 @@ AddIdentity: }' Resident_AddIdentity_Positive_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity in a positive manner role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -113,6 +117,7 @@ AddIdentity: }' Resident_AddIdentity_Positive_PEXP_smoke: endPoint: /idrepository/v1/identity/ + description: Add identity in a positive manner to expire the Perpetual VID role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -141,6 +146,7 @@ AddIdentity: }' Resident_AddIdentity_Positive_PDEA_smoke: endPoint: /idrepository/v1/identity/ + description: Add the identity in a positive manner to deactivate the perpetual VID role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -169,6 +175,7 @@ AddIdentity: }' Resident_AddIdentity_Positive_TDEA_smoke: endPoint: /idrepository/v1/identity/ + description: Add the identity in a positive manner to deactivate the Temporary VID role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -197,6 +204,7 @@ AddIdentity: }' Resident_AddIdentity_Positive_PRE_smoke: endPoint: /idrepository/v1/identity/ + description: Add the identity in a positive manner to reactivate the perpetual VID role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -225,6 +233,7 @@ AddIdentity: }' Resident_AddIdentity_Positive_TRE_smoke: endPoint: /idrepository/v1/identity/ + description: Add the identity in a positive manner to reactivate the temporary VID role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -254,6 +263,7 @@ AddIdentity: Resident_AddIdentity_Valid_Params_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity using valid parameters role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -284,6 +294,7 @@ AddIdentity: Resident_AddIdentity_Valid_Params_AddUser_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity using valid parameters ensuring that the user is successfully added role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -314,6 +325,7 @@ AddIdentity: Resident_AddIdentity_ValidParameters_ChannelVerify_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Adding new identity using valid parameters and verifies the channel role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -344,6 +356,7 @@ AddIdentity: Resident_AddIdentity_ValidParams_For_Revoke_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity using valid parameters for revoke VID role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -373,6 +386,7 @@ AddIdentity: Resident_AddIdentity_Esignet_Integ_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Integrate Esignet functionality while adding a new identity role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -402,6 +416,7 @@ AddIdentity: Resident_AddIdentity_Esignet_Integ_Vid_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Integrate VID within Esignet functionality while adding a new identity role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -431,6 +446,7 @@ AddIdentity: Resident_AddIdentity_GetRid_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity in a positive manner while retrieving RID role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -460,6 +476,7 @@ AddIdentity: Resident_AddIdentity_UpdateCount_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity in a positive manner while updating count role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -489,6 +506,7 @@ AddIdentity: Resident_AddIdentity_ForEotp_Scen_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity in a positive manner for expired OTP functionality role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -518,6 +536,7 @@ AddIdentity: Resident_AddIdentity_ForEotp_Scen_Vid_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity with VID positively for the expired OTP functionality role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -547,6 +566,7 @@ AddIdentity: Resident_AddIdentity_ForEotp_Temp_Vid_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity with temporary VID in a positive manner the expired OTP functionality role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -576,6 +596,7 @@ AddIdentity: Resident_AddIdentity_ForEotp_Onetime_Vid_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity with onetime VID in a positive manner the expired OTP functionality role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -605,6 +626,7 @@ AddIdentity: Resident_AddIdentity_OrdrSts_Valid_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity in a positive manner with valid order status role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -634,6 +656,7 @@ AddIdentity: Resident_AddIdentity_Invalid_Scen_Vid_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity with an invalid scenario and VID role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -663,6 +686,7 @@ AddIdentity: Resident_AddIdentity_withInValid_DOB_Neg: endPoint: /idrepository/v1/identity/ + description: Add identity with an invalid DOB role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -696,6 +720,7 @@ AddIdentity: Resident_AddIdentity_withValidParameters_To_Genrate_VID_Six_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Adding identity with valid parameters to generate a VID under the Six scenario role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -725,6 +750,7 @@ AddIdentity: Resident_AddIdentity_withValidParameters_ToCreate_PreVid_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity with valid parameters in a positive manner to create perpetual VID role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -754,6 +780,7 @@ AddIdentity: Resident_AddIdentity_withValidParameters_ToCreate_Three_PreVid_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity with valid parameters in a positive manner to create three perpetual VID role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -783,6 +810,7 @@ AddIdentity: Resident_AddIdentity_withValidParameters_To_Genrate_TempVid_Use_3_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity with valid parameters to generate a temporary VID using the Use 3 method role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -812,6 +840,7 @@ AddIdentity: Resident_AddIdentity_withValidParameters_For_SendOtp_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity with valid parameters to send OTP role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ @@ -841,6 +870,7 @@ AddIdentity: Resident_AddIdentity_withValidParameters_To_Check_Ten_Transactions_smoke_Pos: endPoint: /idrepository/v1/identity/ + description: Add identity with valid parameters to check ten transactions role: idrepo restMethod: post inputTemplate: resident/AddIdentity/addIdentity_$LANGNUMBER$ diff --git a/apitest/src/main/resources/resident/AuditLog/AuditLog.yml b/apitest/src/main/resources/resident/AuditLog/AuditLog.yml index 858f9129053..7aa27663867 100644 --- a/apitest/src/main/resources/resident/AuditLog/AuditLog.yml +++ b/apitest/src/main/resources/resident/AuditLog/AuditLog.yml @@ -1,6 +1,7 @@ AuditLog: Resident_AuditLog_StatusCode_uin_all_Valid_Smoke: endPoint: /resident/v1/auth-proxy/audit/log + description: Audit log correctly returns the status codes for all operations performed on a resident when a valid UIN is provided role: residentNew checkErrorsOnlyInResponse: true restMethod: post @@ -28,6 +29,7 @@ AuditLog: Resident_AuditLog_StatusCode_vid_all_Valid_Smoke: endPoint: /resident/v1/auth-proxy/audit/log + description: Audit log correctly returns the status codes for all operations performed on a resident when a valid VID is provided role: residentNewVid checkErrorsOnlyInResponse: true restMethod: post diff --git a/apitest/src/main/resources/resident/AuthHistory/AuthHistory.yml b/apitest/src/main/resources/resident/AuthHistory/AuthHistory.yml index 577b081a56d..e62073494b5 100644 --- a/apitest/src/main/resources/resident/AuthHistory/AuthHistory.yml +++ b/apitest/src/main/resources/resident/AuthHistory/AuthHistory.yml @@ -1,6 +1,7 @@ AuthHistory: Resident_AuthHistory_With_UIN_smoke_Pos: endPoint: /resident/v1/req/auth-history + description: Retrieve authentication history based on residents UIN role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -32,6 +33,7 @@ AuthHistory: }' Resident_AuthHistory_With_VID_smoke_Pos: endPoint: /resident/v1/req/auth-history + description: Retrieve authentication history based on residents VID role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -63,6 +65,7 @@ AuthHistory: }' Resident_AuthHistory_InValid_UIN_Neg: endPoint: /resident/v1/req/auth-history + description: Retrieve the authentication history using invalid UIN role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -100,6 +103,7 @@ AuthHistory: }' Resident_AuthHistory_missing_UIN_Neg: endPoint: /resident/v1/req/auth-history + description: Retrieve the authentication history by missing UIN role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -138,6 +142,7 @@ AuthHistory: Resident_AuthHistory_Missing_OTP_Neg: endPoint: /resident/v1/req/auth-history + description: Retrieve the authentication history by missing OTP parameter role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -175,6 +180,7 @@ AuthHistory: }' Resident_AuthHistory_TransactionMismatch_Neg: endPoint: /resident/v1/req/auth-history + description: Retrieve the authentication history by transaction mismatch role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -212,6 +218,7 @@ AuthHistory: }' Resident_AuthHistory_Invalid_Id_Neg: endPoint: /resident/v1/req/auth-history + description: Retrieve the authentication history using an invalid ID parameter role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -249,6 +256,7 @@ AuthHistory: }' Resident_AuthHistory_Missing_Id_Neg: endPoint: /resident/v1/req/auth-history + description: Retrieve the authentication history using missing ID parameter role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -286,6 +294,7 @@ AuthHistory: }' Resident_AuthHistory_InValid_version_Neg: endPoint: /resident/v1/req/auth-history + description: Retrieve the authentication history using invalid version parameter role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -323,6 +332,7 @@ AuthHistory: }' Resident_AuthHistory_Missing_version_Neg: endPoint: /resident/v1/req/auth-history + description: Retrieve the authentication history with missing version role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -360,6 +370,7 @@ AuthHistory: }' Resident_AuthHistory_Invalid_Timestamp_Neg: endPoint: /resident/v1/req/auth-history + description: Retrieve the authentication history using invalid timestamp role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -397,6 +408,7 @@ AuthHistory: }' Resident_AuthHistory_Missing_Timestamp_Neg: endPoint: /resident/v1/req/auth-history + description: Retrieve the authentication history with missing timestamp role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -435,6 +447,7 @@ AuthHistory: Resident_AuthHistory_InValid_OTP_Neg: endPoint: /resident/v1/req/auth-history + description: Retrieve the authentication history using invalid OTP role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -473,6 +486,7 @@ AuthHistory: Resident_AuthHistory_With_UIN_Phone_smoke_Pos: endPoint: /resident/v1/req/auth-history + description: Retrieve the authentication history with UIN via phone role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -504,6 +518,7 @@ AuthHistory: Resident_AuthHistory_With_UIN_Email_smoke_Pos: endPoint: /resident/v1/req/auth-history + description: Retrieve the authentication history with UIN via email role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -534,6 +549,7 @@ AuthHistory: }' Resident_AuthHistory_With_UIN_EmptyChannel_Invalid_Neg: endPoint: /resident/v1/req/auth-history + description: Retrieve the authentication history with UIN using an empty channel role: resident checkErrorsOnlyInResponse: true restMethod: post diff --git a/apitest/src/main/resources/resident/AuthLock/createAuthLock.yml b/apitest/src/main/resources/resident/AuthLock/createAuthLock.yml index 3f1f62fc68d..b1652c6f14c 100644 --- a/apitest/src/main/resources/resident/AuthLock/createAuthLock.yml +++ b/apitest/src/main/resources/resident/AuthLock/createAuthLock.yml @@ -1,6 +1,7 @@ AuthLock: Resident_AuthLock_Valid_UIN_All: endPoint: /resident/v1/req/auth-lock + description: Lock all authentication type using a valid UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -34,6 +35,7 @@ AuthLock: Resident_AuthLock_Valid_VID_All: endPoint: /resident/v1/req/auth-lock + description: Lock all authentication type using a valid VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -67,6 +69,7 @@ AuthLock: Resident_AuthLock_VID_Use_Two_All: endPoint: /resident/v1/req/auth-lock + description: Lock all authentication type using a valid VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -100,6 +103,7 @@ AuthLock: Resident_AuthLock_VID_Use_All: endPoint: /resident/v1/req/auth-lock + description: Lock all authentication type using VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -133,6 +137,7 @@ AuthLock: Resident_AuthLock_Valid_UIN_smoke_demo_Pos: endPoint: /resident/v1/req/auth-lock + description: Lock the demo authentication type using a valid UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -165,6 +170,7 @@ AuthLock: }' Resident_AuthLock_Valid_VID_smoke_demo_Pos: endPoint: /resident/v1/req/auth-lock + description: Lock the demo authentication type using a valid VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -197,6 +203,7 @@ AuthLock: }' Resident_AuthLock_Valid_UIN_smoke_Face_Pos: endPoint: /resident/v1/req/auth-lock + description: Lock the face authentication type using a valid UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -229,6 +236,7 @@ AuthLock: }' Resident_AuthLock_Valid_VID_smoke_Face_Pos: endPoint: /resident/v1/req/auth-lock + description: Lock the face authentication type using a valid VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -261,6 +269,7 @@ AuthLock: }' Resident_AuthLock_Valid_UIN_smoke_Finger_Pos: endPoint: /resident/v1/req/auth-lock + description: Lock the finger authentication type using a valid UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -293,6 +302,7 @@ AuthLock: }' Resident_AuthLock_Valid_VID_smoke_Finger_Pos: endPoint: /resident/v1/req/auth-lock + description: Lock the finger authentication type using a valid VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -325,6 +335,7 @@ AuthLock: }' Resident_AuthLock_Valid_VID_smoke_Iris_Pos: endPoint: /resident/v1/req/auth-lock + description: Lock the iris authentication type using a valid VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -357,6 +368,7 @@ AuthLock: }' Resident_AuthLock_Valid_UIN_smoke_Iris_Pos: endPoint: /resident/v1/req/auth-lock + description: Lock the iris authentication type using a valid UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -389,6 +401,7 @@ AuthLock: }' Resident_AuthLock_Missing_individualIdType_Pos: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using missing individualIDtype role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -421,6 +434,7 @@ AuthLock: }' Resident_AuthLock_InValid_AuthType_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type with an invalid authtype role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -459,6 +473,7 @@ AuthLock: }' Resident_AuthLock_InValid_UIN_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using an invalid UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -497,6 +512,7 @@ AuthLock: }' Resident_AuthLock_missing_UIN_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type with a missing UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -535,6 +551,7 @@ AuthLock: }' Resident_AuthLock_InValid_OTP_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using an invalid OTP role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -574,6 +591,7 @@ AuthLock: Resident_AuthLock_InValid_OTP_Vid_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using an invalid OTP and VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -613,6 +631,7 @@ AuthLock: Resident_AuthLock_TransactionMismatch_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using mismatched transaction role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -651,6 +670,7 @@ AuthLock: }' Resident_AuthLock_Invalid_Id_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using an invalid Id role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -689,6 +709,7 @@ AuthLock: }' Resident_AuthLock_missing_Id_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using missing Id role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -727,6 +748,7 @@ AuthLock: }' Resident_AuthLock_InValid_version_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using an invalid version role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -765,6 +787,7 @@ AuthLock: }' Resident_AuthLock_Missing_version_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using a missing version role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -803,6 +826,7 @@ AuthLock: }' Resident_AuthLock_InvalidTimestamp_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using an invalid timestamp role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -841,6 +865,7 @@ AuthLock: }' Resident_AuthLock_Missing_Timestamp_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using missing timestamp role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -880,6 +905,7 @@ AuthLock: Resident_AuthLock_Invalid_Authtype_Otp_VID_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using an invalid authtype-otp and VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -919,6 +945,7 @@ AuthLock: Resident_AuthLock_Empty_UIN_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using an empty UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -957,6 +984,7 @@ AuthLock: }' Resident_AuthLock_Empty_OTP_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using an empty OTP role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -995,6 +1023,7 @@ AuthLock: }' Resident_AuthLock_Empty_TransactionId_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using an empty transactionId role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1033,6 +1062,7 @@ AuthLock: }' Resident_AuthLock_Empty_Id_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using an empty Id role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1072,6 +1102,7 @@ AuthLock: Resident_AuthLock_Empty_requesttime_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using an empty requesttime role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1111,6 +1142,7 @@ AuthLock: Resident_AuthLock_Empty_version_Pos: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using an empty version role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1146,6 +1178,7 @@ AuthLock: Resident_AuthLock_Valid_UIN_Phone_All: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using valid UIN and phone role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1178,6 +1211,7 @@ AuthLock: Resident_AuthLock_Valid_UIN_Email_All: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using valid UIN and email role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1210,6 +1244,7 @@ AuthLock: Resident_AuthLock_Valid_UIN_EmptyChannel_Invalid_Neg: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using valid UIN with an empty channel role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1252,6 +1287,7 @@ AuthLock: Resident_AuthLock_Valid_UIN_Transactions_All: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using valid UIN and transactions role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1285,6 +1321,7 @@ AuthLock: Resident_AuthLock_Valid_UIN_Transactions_Second_All: endPoint: /resident/v1/req/auth-lock + description: Lock the authentication type using valid UIN and transactions role: resident restMethod: post checkErrorsOnlyInResponse: true diff --git a/apitest/src/main/resources/resident/AuthLockNew/CreateAuthLockNew.yml b/apitest/src/main/resources/resident/AuthLockNew/CreateAuthLockNew.yml index 3dbec7742b4..04309db34e5 100644 --- a/apitest/src/main/resources/resident/AuthLockNew/CreateAuthLockNew.yml +++ b/apitest/src/main/resources/resident/AuthLockNew/CreateAuthLockNew.yml @@ -1,6 +1,7 @@ AuthLockNew: Resident_AuthLockNew_Demo_Valid_UIN_All: endPoint: /resident/v1/auth-lock-unlock + description: Lock the demo authentication type using valid UIN role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -19,6 +20,7 @@ AuthLockNew: Resident_AuthLockNew_Otp_Phone_Valid_UIN_All: endPoint: /resident/v1/auth-lock-unlock + description: Lock the otp-phone authentication type using valid UIN role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -37,6 +39,7 @@ AuthLockNew: Resident_AuthLockNew_Otp_Email_Valid_UIN_All: endPoint: /resident/v1/auth-lock-unlock + description: Lock the otp-email authentication type using valid UIN role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -55,6 +58,7 @@ AuthLockNew: Resident_AuthLockNew_Face_Valid_UIN_All: endPoint: /resident/v1/auth-lock-unlock + description: Lock the bio-face authentication type using valid UIN role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -73,6 +77,7 @@ AuthLockNew: Resident_AuthLockNew_Iris_Valid_UIN_All: endPoint: /resident/v1/auth-lock-unlock + description: Lock the bio-iris authentication type using valid UIN role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -91,6 +96,7 @@ AuthLockNew: Resident_AuthLockNew_Finger_Valid_UIN_All: endPoint: /resident/v1/auth-lock-unlock + description: Lock the bio-finger authentication type using valid UIN role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -109,6 +115,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Invalid_Requesttime_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN and an invalid requesttime role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -132,6 +139,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Invalid_Id_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN and an invalid Id role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -155,6 +163,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Invalid_Version_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN and an invalid version role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -178,6 +187,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Invalid_AuthType_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN and an invalid authtype role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -201,6 +211,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Invalid_Locked_Status_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN and an invalid locked status role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -224,6 +235,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Invalid_Secs_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN with an invalid unlockforseconds role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -247,6 +259,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Empty_Requesttime_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN with an empty requesttime role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -270,6 +283,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Empty_Id_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN with an empty Id role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -293,6 +307,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Empty_Version_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN with an empty version role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -316,6 +331,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Empty_AuthType_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN with an empty authtype role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -339,6 +355,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Empty_Locked_Status_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN with an empty locked status role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -357,6 +374,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Empty_Secs_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN with an empty unlockforseconds role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -375,6 +393,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Missing_Requesttime_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN with missing requesttime role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -398,6 +417,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Missing_Id_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN with missing Id role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -421,6 +441,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Missing_Version_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN with missing version role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -444,6 +465,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Missing_AuthType_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN with missing authtype role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -467,6 +489,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Missing_Locked_Status_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN with missing locked status role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -485,6 +508,7 @@ AuthLockNew: Resident_AuthLockNew_uin_Missing_Secs_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid UIN with missing unlockforseconds role: residentNew restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -503,6 +527,7 @@ AuthLockNew: Resident_AuthLockNew_StatusCode_Invalid_Token_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid statuscode and an invalid token role: invalid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -519,6 +544,7 @@ AuthLockNew: Resident_AuthLockNew_Demo_Valid_Vid_All: endPoint: /resident/v1/auth-lock-unlock + description: Lock the demo authentication type using valid VID role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -537,6 +563,7 @@ AuthLockNew: Resident_AuthLockNew_Face_Valid_Vid_All: endPoint: /resident/v1/auth-lock-unlock + description: Lock the face authentication type using valid VID role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -555,6 +582,7 @@ AuthLockNew: Resident_AuthLockNew_Iris_Valid_Vid_All: endPoint: /resident/v1/auth-lock-unlock + description: Lock the iris authentication type using a valid VID role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -573,6 +601,7 @@ AuthLockNew: Resident_AuthLockNew_Finger_Valid_Vid_All: endPoint: /resident/v1/auth-lock-unlock + description: Lock the finger authentication type using a valid VID role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -591,6 +620,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Invalid_Requesttime_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with an invalid requesttime role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -614,6 +644,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Invalid_Id_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with an invalid Id role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -637,6 +668,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Invalid_Version_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with an invalid version role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -660,6 +692,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Invalid_AuthType_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with an invalid authtype role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -683,6 +716,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Invalid_Locked_Status_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with an invalid lockedstatus role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -706,6 +740,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Invalid_Secs_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with an invalid unlockforseconds role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -729,6 +764,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Empty_Requesttime_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with an empty requesttime role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -752,6 +788,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Empty_Id_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with an empty Id role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -775,6 +812,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Empty_Version_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with an empty version role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -798,6 +836,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Empty_AuthType_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with an empty authtype role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -821,6 +860,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Empty_Locked_Status_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with an empty lockedstatus role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -839,6 +879,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Empty_Secs_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with an empty unlockforseconds role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -857,6 +898,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Missing_Requesttime_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with missing requesttime role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -880,6 +922,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Missing_Id_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with missing Id role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -903,6 +946,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Missing_Version_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with missing version role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -926,6 +970,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Missing_AuthType_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with missing authtype role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -949,6 +994,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Missing_Locked_Status_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with missing lockedstatus role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew @@ -967,6 +1013,7 @@ AuthLockNew: Resident_AuthLockNew_vid_Missing_Secs_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Lock the authentication type using valid VID with missing unlockforseconds role: residentNewVid restMethod: post inputTemplate: resident/AuthLockNew/CreateAuthLockNew diff --git a/apitest/src/main/resources/resident/AuthUnLock/createAuthUnLock.yml b/apitest/src/main/resources/resident/AuthUnLock/createAuthUnLock.yml index 09f4de3f2f9..113b6bee20e 100644 --- a/apitest/src/main/resources/resident/AuthUnLock/createAuthUnLock.yml +++ b/apitest/src/main/resources/resident/AuthUnLock/createAuthUnLock.yml @@ -1,6 +1,7 @@ AuthUnlock: Resident_AuthUnLock_Valid_UIN_All: endPoint: /resident/v1/req/auth-unlock + description: Unlock all authentication type using a valid UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -35,6 +36,7 @@ AuthUnlock: Resident_AuthUnLock_Valid_VID_All: endPoint: /resident/v1/req/auth-unlock + description: Unlock all authentication type using a valid VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -69,6 +71,7 @@ AuthUnlock: Resident_AuthUnLock_VID_Use_Three_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock authentication types using valid VID through three possible elements role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -103,6 +106,7 @@ AuthUnlock: Resident_AuthUnLock_VID_Use_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock authentication types using valid VID through possible elements role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -136,6 +140,7 @@ AuthUnlock: }' Resident_AuthUnLock_UIN_All_Invalid_Unlock_Seconds: endPoint: /resident/v1/req/auth-unlock + description: Unlock all authentication types using a valid UIN with an invalid unlockForSeconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -176,6 +181,7 @@ AuthUnlock: Resident_AuthUnLock_VID_All_Invalid_Unlock_Seconds: endPoint: /resident/v1/req/auth-unlock + description: Unlock all authentication types using a valid VID with an invalid unlockForSeconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -216,6 +222,7 @@ AuthUnlock: Resident_AuthUnLock_Valid_UIN_smoke_demo_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the demo authentication type using a valid UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -250,6 +257,7 @@ AuthUnlock: Resident_AuthUnLock_UIN_Invalid_Unlock_Seconds_demo_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the demo authentication type using valid UIN with an invalid unlockForSeconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -290,6 +298,7 @@ AuthUnlock: Resident_AuthUnLock_Valid_VID_smoke_demo_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the demo authentication type using a valid VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -324,6 +333,7 @@ AuthUnlock: Resident_AuthUnLock_VID_Invalid_Unlock_Seconds_demo_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the demo authentication type using valid UIN with an invalid unlockForSeconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -364,6 +374,7 @@ AuthUnlock: Resident_AuthUnLock_Valid_UIN_smoke_Face_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the face authentication type using a valid UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -398,6 +409,7 @@ AuthUnlock: Resident_AuthUnLock_UIN_Invalid_Unlock_Seconds_Face_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the face authentication type using valid UIN with an invalid unlockForSeconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -438,6 +450,7 @@ AuthUnlock: Resident_AuthUnLock_Valid_VID_smoke_Face_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the face authentication type using a valid VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -472,6 +485,7 @@ AuthUnlock: Resident_AuthUnLock_VID_Invalid_Unlock_Seconds_Face_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the face authentication type using valid VID with an invalid unlockForSeconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -512,6 +526,7 @@ AuthUnlock: Resident_AuthUnLock_Valid_UIN_smoke_Finger_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the finger authentication type using a valid UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -546,6 +561,7 @@ AuthUnlock: Resident_AuthUnLock_UIN_Invalid_Unlock_Seconds_Finger_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the finger authentication type using valid UIN with an invalid unlockForSeconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -586,6 +602,7 @@ AuthUnlock: Resident_AuthUnLock_Valid_VID_smoke_Finger_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the finger authentication type using a valid VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -620,6 +637,7 @@ AuthUnlock: Resident_AuthUnLock_VID_Invalid_Unlock_Seconds_Finger_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the finger authentication type using valid VID with an invalid unlockForSeconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -660,6 +678,7 @@ AuthUnlock: Resident_AuthUnLock_Valid_VID_smoke_Iris_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the Iris authentication type using a valid VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -694,6 +713,7 @@ AuthUnlock: Resident_AuthUnLock_VID_Invalid_Unlock_Seconds_Iris_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the iris authentication type using valid VID with an invalid unlockForSeconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -734,6 +754,7 @@ AuthUnlock: Resident_AuthUnLock_Valid_UIN_smoke_Iris_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the iris authentication type using a valid UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -768,6 +789,7 @@ AuthUnlock: Resident_AuthUnLock_UIN_Invalid_Unlock_Seconds_Iris_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the iris authentication type using valid UIN with an invalid unlockForSeconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -808,6 +830,7 @@ AuthUnlock: Resident_AuthUnLock_UIN_Missing_Unlock_Seconds_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using a valid UIN but with the unlockForSeconds parameter missing role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -848,6 +871,7 @@ AuthUnlock: Resident_AuthUnLock_VID_Missing_Unlock_Seconds_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using a valid VID but with the unlockForSeconds parameter missing role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -888,6 +912,7 @@ AuthUnlock: Resident_AuthUnLock_InValid_AuthType_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type with an invalid authtype role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -927,6 +952,7 @@ AuthUnlock: }' Resident_AuthUnLock_InValid_UIN_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type with an invalid UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -966,6 +992,7 @@ AuthUnlock: }' Resident_AuthUnLock_missing_UIN_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type with a missing UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1005,6 +1032,7 @@ AuthUnlock: }' Resident_AuthUnLock_InValid_OTP_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using an invalid OTP role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1044,6 +1072,7 @@ AuthUnlock: }' Resident_AuthUnLock_TransactionMismatch_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using mismatched transaction role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1083,6 +1112,7 @@ AuthUnlock: }' Resident_AuthUnLock_Invalid_Id_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using an invalid ID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1122,6 +1152,7 @@ AuthUnlock: }' Resident_AuthUnLock_missing_Id_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using missing ID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1161,6 +1192,7 @@ AuthUnlock: }' Resident_AuthUnLock_InValid_version_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using an invalid version role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1200,6 +1232,7 @@ AuthUnlock: }' Resident_AuthUnLock_Missing_version_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using missing version role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1239,6 +1272,7 @@ AuthUnlock: }' Resident_AuthUnLock_InvalidTimestamp_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using an invalid timestamp role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1278,6 +1312,7 @@ AuthUnlock: }' Resident_AuthUnLock_Missing_Timestamp_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using missing timestamp role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1318,6 +1353,7 @@ AuthUnlock: Resident_AuthUnLock_Invalid_Authtype_Otp_UIN_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using an invalid authtype-otp and UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1358,6 +1394,7 @@ AuthUnlock: Resident_AuthUnLock_For_30secs_Valid_UIN_All: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using the UIN for 30 seconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1392,6 +1429,7 @@ AuthUnlock: Resident_AuthUnLock_For_30secs_Valid_VID_All: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using the VID for 30 seconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1426,6 +1464,7 @@ AuthUnlock: Resident_AuthUnLock_Empty_transactionID_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using an empty transactionId role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1466,6 +1505,7 @@ AuthUnlock: Resident_AuthUnLock_Empty_individualId_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using an empty individualId role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1506,6 +1546,7 @@ AuthUnlock: Resident_AuthUnLock_Empty_requesttime_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using an empty requesttime role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1546,6 +1587,7 @@ AuthUnlock: Resident_AuthUnLock_Empty_id_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using an empty ID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1586,6 +1628,7 @@ AuthUnlock: Resident_AuthUnLock_Empty_otp_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using an empty OTP role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1626,6 +1669,7 @@ AuthUnlock: Resident_AuthUnLock_Valid_UIN_EmptyChannel_Invalid_Neg: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using valid UIN with an empty channel role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1670,6 +1714,7 @@ AuthUnlock: Resident_AuthUnLock_Valid_UIN_EmailChannel_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using a valid UIN with the email channel role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1703,6 +1748,7 @@ AuthUnlock: Resident_AuthUnLock_Valid_UIN_PhoneChannel_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using a valid UIN through the phone channel role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1736,6 +1782,7 @@ AuthUnlock: Resident_AuthUnLock_Forsecs_Valid_UIN_smoke_Finger_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the finger authentication type using a valid UIN for seconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1770,6 +1817,7 @@ AuthUnlock: Resident_AuthUnLock_Forsecs_Valid_UIN_smoke_Face_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the face authentication type using a valid UIN for seconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1804,6 +1852,7 @@ AuthUnlock: Resident_AuthUnLock_Forsecs_Valid_UIN_smoke_Iris_Pos: endPoint: /resident/v1/req/auth-unlock + description: Unlock the iris authentication type using a valid UIN for seconds role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1838,6 +1887,7 @@ AuthUnlock: Resident_AuthUnLock_Valid_UIN_Transactions_All: endPoint: /resident/v1/req/auth-unlock + description: Unlock the authentication type using valid UIN and transactions role: resident restMethod: post checkErrorsOnlyInResponse: true diff --git a/apitest/src/main/resources/resident/AuthUnlockNew/CreateAuthUnlockNew.yml b/apitest/src/main/resources/resident/AuthUnlockNew/CreateAuthUnlockNew.yml index a09540186ee..4d2c529c7d4 100644 --- a/apitest/src/main/resources/resident/AuthUnlockNew/CreateAuthUnlockNew.yml +++ b/apitest/src/main/resources/resident/AuthUnlockNew/CreateAuthUnlockNew.yml @@ -1,6 +1,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Demo_Valid_UIN_All: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the demo authentication type using valid UIN role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -19,6 +20,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_otp_Email_Valid_UIN_All: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the otp email authentication type using valid UIN role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -37,6 +39,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_otp_Email_Valid_UIN_Unlocke_Specified_Time: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the otp email authentication type using a valid UIN for the specified time role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -55,6 +58,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_OTPphone_Valid_UIN_All: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the otp phone authentication type using a valid UIN role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -73,6 +77,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_OTPphone_Valid_UIN_UnLocke_Spacified_Time: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the otp phone authentication type using a valid UIN for the specified time role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -91,6 +96,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Demo_Valid_UIN_Unlock_120_Sec: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the demo authentication type using a valid UIN for 120 seconds role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -109,6 +115,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Face_Valid_UIN_All: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the face authentication type using a valid UIN role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -126,6 +133,7 @@ AuthUnlockNew: }' Resident_AuthUnlockNew_Face_Valid_UIN_UnLocke_For Specified_Time: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the face authentication type using a valid UIN for the specified time role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -144,6 +152,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Iris_Valid_UIN_All: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the iris authentication type using a valid UIN role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -162,6 +171,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Iris_Valid_UIN_Unlocke_For_Specified_Time: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the iris authentication type using a valid UIN for the specified time role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -180,6 +190,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Finger_Valid_UIN_All: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the finger authentication type using a valid UIN role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -198,6 +209,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Finger_Valid_UIN_Unlocke_For_Specificed_Time: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the finger authentication type using a valid UIN for the specified time role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -216,6 +228,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Invalid_Requesttime_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid UIN and an invalid requesttime role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -239,6 +252,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Invalid_Id_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid UIN and an invalid ID role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -262,6 +276,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Invalid_Version_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid UIN and an invalid version role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -285,6 +300,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Invalid_AuthType_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid UIN and an invalid authtype role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -308,6 +324,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Invalid_Locked_Status_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid UIN and an invalid locked status role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -331,6 +348,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Invalid_Secs_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid UIN and an invalid unlockforseconds role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -354,6 +372,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Empty_Requesttime_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid UIN and an empty requesttime role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -377,6 +396,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Empty_Id_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid UIN and an empty ID role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -400,6 +420,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Empty_Version_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid UIN and an empty version role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -423,6 +444,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Empty_AuthType_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid UIN and an empty authtype role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -446,6 +468,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Empty_Locked_Status_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid UIN and an empty locked status role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -464,6 +487,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Empty_Secs_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid UIN and an empty unlockforseconds role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -482,6 +506,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Missing_Requesttime_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using valid UIN with missing requesttime role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -505,6 +530,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Missing_Id_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using valid UIN with missing ID role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -528,6 +554,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Missing_Version_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using valid UIN with missing version role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -551,6 +578,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Missingy_AuthType_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using valid UIN with missing authtype role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -574,6 +602,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Missing_Locked_Status_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using valid UIN with missing lockedstatus role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -592,6 +621,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_uin_Missing_Secs_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using valid UIN with missing unlockforseconds role: residentNew restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -610,6 +640,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Invalid_Token_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using an invalid token role: resident restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -633,6 +664,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Demo_Valid_Vid_All: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the demo authentication type using a valid VID role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -651,6 +683,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_otp_Phone_Valid_Vid_All: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the otp-phone authentication type using a valid VID role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -669,6 +702,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_otp_Email_Valid_Vid_All: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the otp-email authentication type using a valid VID role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -687,6 +721,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Demo_Valid_Vid_Unlock_For_Specified_Time: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the demo authentication type using a valid VID for the specified time role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -705,6 +740,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Face_Valid_Vid_All: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the face authentication type using a valid VID role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -723,6 +759,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Face_Valid_Vid_Unlocke_Specified_Time: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the face authentication type using a valid VID for the specified time role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -741,6 +778,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Iris_Valid_Vid_All: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the iris authentication type using a valid VID role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -759,6 +797,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Iris_Valid_Vid_Unlocke_Specified_Time: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the iris authentication type using a valid VID for the specified time role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -777,6 +816,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Finger_Valid_Vid_All: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the finger authentication type using a valid VID role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -795,6 +835,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_Finger_Valid_Vid_UnLocke_Specified_Time: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the finger authentication type using a valid VID for the specified time role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -813,6 +854,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Invalid_Requesttime_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid VID and an invalid requesttime role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -836,6 +878,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Invalid_Id_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid VID and an invalid ID role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -859,6 +902,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Invalid_Version_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid VID and an invalid version role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -882,6 +926,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Invalid_AuthType_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid VID and an invalid authtype role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -905,6 +950,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Invalid_Locked_Status_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid VID and an invalid lockedstatus role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -928,6 +974,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Invalid_Secs_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid VID and an invalid unlockforseconds role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -951,6 +998,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Empty_Requesttime_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid VID and an empty requesttime role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -974,6 +1022,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Empty_Id_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid VID and an empty ID role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -997,6 +1046,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Empty_Version_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid VID and an empty version role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -1020,6 +1070,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Empty_AuthType_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid VID and an empty authtype role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -1043,6 +1094,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Empty_Locked_Status_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid VID and an empty lockedstatus role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -1061,6 +1113,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Empty_Secs_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using a valid VID and an empty unlockforseconds role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -1079,6 +1132,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Missing_Requesttime_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using valid VID with missing requesttime role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -1102,6 +1156,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Missing_Id_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using valid VID with missing ID role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -1125,6 +1180,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Missing_Version_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using valid VID with missing version role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -1148,6 +1204,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Missingy_AuthType_Neg: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using valid VID with missing authtype role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -1171,6 +1228,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Missing_Locked_Status_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using valid VID with missing lockedstatus role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew @@ -1189,6 +1247,7 @@ AuthUnlockNew: Resident_AuthUnlockNew_vid_Missing_Secs_Pos: endPoint: /resident/v1/auth-lock-unlock + description: Unlock the authentication type using valid VID with missing unlockforseconds role: residentNewVid restMethod: post inputTemplate: resident/AuthUnlockNew/CreateAuthUnlockNew diff --git a/apitest/src/main/resources/resident/AuthenticateUser/AuthenticateUser.yml b/apitest/src/main/resources/resident/AuthenticateUser/AuthenticateUser.yml index ea4f8cdfd5c..d952836a563 100644 --- a/apitest/src/main/resources/resident/AuthenticateUser/AuthenticateUser.yml +++ b/apitest/src/main/resources/resident/AuthenticateUser/AuthenticateUser.yml @@ -1,6 +1,7 @@ AuthenticateUser: Resident_ESignet_AuthenticateUserIDP_uin_Otp_Valid_Smoke: endPoint: /v1/esignet/authorization/authenticate + description: Authenticate a user using their UIN and a valid OTP in the eSignet authentication process role: resident checkErrorsOnlyInResponse: true validityCheckRequired: true @@ -34,6 +35,7 @@ AuthenticateUser: Resident_ESignet_AuthenticateUserIDP_vid_Otp_Valid_Smoke: endPoint: /v1/esignet/authorization/authenticate + description: Authenticate a user using their VID and a valid OTP in the eSignet authentication process role: resident checkErrorsOnlyInResponse: true validityCheckRequired: true diff --git a/apitest/src/main/resources/resident/AuthorizationCode/AuthorizationCode.yml b/apitest/src/main/resources/resident/AuthorizationCode/AuthorizationCode.yml index db902bfb774..c8daf689e39 100644 --- a/apitest/src/main/resources/resident/AuthorizationCode/AuthorizationCode.yml +++ b/apitest/src/main/resources/resident/AuthorizationCode/AuthorizationCode.yml @@ -1,6 +1,7 @@ AuthorizationCode: Resident_ESignet_AuthorizationCode_uin_All_Valid_Smoke_sid: endPoint: /v1/esignet/authorization/auth-code + description: Generate the ESignet authorization code using UIN with valid inputs role: resident checkErrorsOnlyInResponse: true validityCheckRequired: true @@ -19,6 +20,7 @@ AuthorizationCode: Resident_ESignet_AuthorizationCode_Vid_All_Valid_Smoke_sid: endPoint: /v1/esignet/authorization/auth-code + description: Generate the ESignet authorization code using VID with valid inputs role: resident checkErrorsOnlyInResponse: true validityCheckRequired: true diff --git a/apitest/src/main/resources/resident/CheckAidStatus/CheckAidStatus.yml b/apitest/src/main/resources/resident/CheckAidStatus/CheckAidStatus.yml index a6ac7c67365..d75ec7762a9 100644 --- a/apitest/src/main/resources/resident/CheckAidStatus/CheckAidStatus.yml +++ b/apitest/src/main/resources/resident/CheckAidStatus/CheckAidStatus.yml @@ -1,6 +1,7 @@ CheckAidStatus: Resident_CheckAidStatus_all_Valid_Smoke: endPoint: /resident/v1/aid/status + description: Check the status of the AID using valid data role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -31,6 +32,7 @@ CheckAidStatus: Resident_CheckAidStatus_Invalid_Aid_Neg: endPoint: /resident/v1/aid/status + description: Check the status of the AID by using an invalid AID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -67,6 +69,7 @@ CheckAidStatus: Resident_CheckAidStatus_Invalid_TransactionID_Neg: endPoint: /resident/v1/aid/status + description: Check the status of the AID using an invalid transactionID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -103,6 +106,7 @@ CheckAidStatus: Resident_CheckAidStatus_Invalid_Otp_Neg: endPoint: /resident/v1/aid/status + description: Check the status of the AID using an invalid OTP role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -139,6 +143,7 @@ CheckAidStatus: Resident_CheckAidStatus_Empty_Aid_Neg: endPoint: /resident/v1/aid/status + description: Check the status of the AID using an empty AID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -175,6 +180,7 @@ CheckAidStatus: Resident_CheckAidStatus_Empty_TransactionID_Neg: endPoint: /resident/v1/aid/status + description: Check the status of the AID using an empty transaction ID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -211,6 +217,7 @@ CheckAidStatus: Resident_CheckAidStatus_Empty_Otp_Neg: endPoint: /resident/v1/aid/status + description: Check the status of the AID using an empty otp role: resident restMethod: post checkErrorsOnlyInResponse: true diff --git a/apitest/src/main/resources/resident/CredentialIssuance/CancellCredential/CancellCredential.yml b/apitest/src/main/resources/resident/CredentialIssuance/CancellCredential/CancellCredential.yml index 68d82fed442..4a604681459 100644 --- a/apitest/src/main/resources/resident/CredentialIssuance/CancellCredential/CancellCredential.yml +++ b/apitest/src/main/resources/resident/CredentialIssuance/CancellCredential/CancellCredential.yml @@ -1,6 +1,7 @@ CancellCredential: Resident_CredentialsStatus_euin_All_Valid_Smoke: endPoint: /resident/v1/req/credential/cancel/{requestId} + description: Check the credential status with EUIN and valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/CredentialIssuance/CredentialCheckStatus/CredentialCheckStatus.yml b/apitest/src/main/resources/resident/CredentialIssuance/CredentialCheckStatus/CredentialCheckStatus.yml index f667262bd6f..90c77a8cb1b 100644 --- a/apitest/src/main/resources/resident/CredentialIssuance/CredentialCheckStatus/CredentialCheckStatus.yml +++ b/apitest/src/main/resources/resident/CredentialIssuance/CredentialCheckStatus/CredentialCheckStatus.yml @@ -1,6 +1,7 @@ CredentialsStatus: Resident_CredentialsStatus_euin_All_Valid_Smoke: endPoint: /resident/v1/req/credential/status/{requestId} + description: Check the credential status with EUIN and valid inputs role: resident restMethod: get inputTemplate: resident/CredentialIssuance/CredentialCheckStatus/credentialcheckstatus @@ -13,6 +14,7 @@ CredentialsStatus: }' Resident_CredentialsStatus_uin_All_Valid_Smoke: endPoint: /resident/v1/req/credential/status/{requestId} + description: Check the credential status with UIN and valid inputs role: resident restMethod: get inputTemplate: resident/CredentialIssuance/CredentialCheckStatus/credentialcheckstatus @@ -25,6 +27,7 @@ CredentialsStatus: }' Resident_CredentialsStatus_QRcode_All_Valid_Smoke: endPoint: /resident/v1/req/credential/status/{requestId} + description: Check the QRcode credential status using valid inputs role: resident restMethod: get inputTemplate: resident/CredentialIssuance/CredentialCheckStatus/credentialcheckstatus @@ -37,6 +40,7 @@ CredentialsStatus: }' Resident_CredentialsStatus_Of_VID_euin_All_Valid_Smoke: endPoint: /resident/v1/req/credential/status/{requestId} + description: Check the credential status of VID with EUIN and valid inputs role: resident restMethod: get inputTemplate: resident/CredentialIssuance/CredentialCheckStatus/credentialcheckstatus @@ -49,6 +53,7 @@ CredentialsStatus: }' Resident_CredentialsStatus_Of_VID_Reprint_All_Valid_Smoke: endPoint: /resident/v1/req/credential/status/{requestId} + description: Check the reprint credential status using VID and valid inputs role: resident restMethod: get inputTemplate: resident/CredentialIssuance/CredentialCheckStatus/credentialcheckstatus @@ -61,6 +66,7 @@ CredentialsStatus: }' Resident_CredentialsStatus_Of_VID_QRcode_All_Valid_Smoke: endPoint: /resident/v1/req/credential/status/{requestId} + description: Check the QRcode credential status using VID and valid inputs role: resident restMethod: get inputTemplate: resident/CredentialIssuance/CredentialCheckStatus/credentialcheckstatus diff --git a/apitest/src/main/resources/resident/CredentialIssuance/DownloadWithReqid/DownloadWithReqid.yml b/apitest/src/main/resources/resident/CredentialIssuance/DownloadWithReqid/DownloadWithReqid.yml index 4c101a90d57..5ac575dbcd7 100644 --- a/apitest/src/main/resources/resident/CredentialIssuance/DownloadWithReqid/DownloadWithReqid.yml +++ b/apitest/src/main/resources/resident/CredentialIssuance/DownloadWithReqid/DownloadWithReqid.yml @@ -1,6 +1,7 @@ DownloadCredential: Resident_CredentialsStatus_All_Valid_Smoke_euin: endPoint: /resident/v1/req/card/{requestId} + description: Check the credential status using valid EUIN and inputs. role: resident restMethod: get inputTemplate: resident/CredentialIssuance/DownloadWithReqid/downloadwithreqid @@ -15,6 +16,7 @@ DownloadCredential: }' Resident_CredentialsStatus_All_Valid_Smoke_QrCode: endPoint: /resident/v1/req/card/{requestId} + description: Check the Qrcode credential status using valid inputs role: resident restMethod: get inputTemplate: resident/CredentialIssuance/DownloadWithReqid/downloadwithreqid @@ -29,6 +31,7 @@ DownloadCredential: }' Resident_CredentialsStatus_All_Valid_Smoke_Reprint: endPoint: /resident/v1/req/card/{requestId} + description: Check the reprint credential status using valid inputs role: resident restMethod: get inputTemplate: resident/CredentialIssuance/DownloadWithReqid/downloadwithreqid @@ -43,6 +46,7 @@ DownloadCredential: }' Resident_CredentialsStatus_VID_All_Valid_Smoke_euin: endPoint: /resident/v1/req/card/{requestId} + description: Check the credential status using VID with EUIN and valid inputs role: resident restMethod: get inputTemplate: resident/CredentialIssuance/DownloadWithReqid/downloadwithreqid @@ -57,6 +61,7 @@ DownloadCredential: }' Resident_CredentialsStatus_VID_All_Valid_Smoke_Reprint: endPoint: /resident/v1/req/card/{requestId} + description: Check the reprint credential status using VID and valid inputs role: resident restMethod: get inputTemplate: resident/CredentialIssuance/DownloadWithReqid/downloadwithreqid @@ -71,6 +76,7 @@ DownloadCredential: }' Resident_CredentialsStatus_VID_All_Valid_Smoke_QrCode: endPoint: /resident/v1/req/card/{requestId} + description: Check the Qrcode credential status using VID and valid inputs role: resident restMethod: get inputTemplate: resident/CredentialIssuance/DownloadWithReqid/downloadwithreqid @@ -85,6 +91,7 @@ DownloadCredential: }' Resident_CredentialsStatus_Invalid_requestId: endPoint: /resident/v1/req/card/{requestId} + description: Check the credential status using an invalid requestId role: resident restMethod: get inputTemplate: resident/CredentialIssuance/DownloadWithReqid/downloadwithreqid @@ -103,6 +110,7 @@ DownloadCredential: }' Resident_CredentialsStatus_Invalid_requesttime: endPoint: /resident/v1/req/card/{requestId} + description: Check the credential status using an invalid requesttime role: resident restMethod: get inputTemplate: resident/CredentialIssuance/DownloadWithReqid/downloadwithreqid @@ -121,6 +129,7 @@ DownloadCredential: }' Resident_CredentialsStatus_Empty_requestId: endPoint: /resident/v1/req/card/{requestId} + description: Check the credential status using an empty requestId role: resident restMethod: get inputTemplate: resident/CredentialIssuance/DownloadWithReqid/downloadwithreqid @@ -139,6 +148,7 @@ DownloadCredential: }' Resident_CredentialsStatus_Empty_requesttime: endPoint: /resident/v1/req/card/{requestId} + description: Check the credential status using an empty requesttime role: resident restMethod: get inputTemplate: resident/CredentialIssuance/DownloadWithReqid/downloadwithreqid diff --git a/apitest/src/main/resources/resident/CredentialIssuance/GetCredentialTypes/GetCredentialTypes.yml b/apitest/src/main/resources/resident/CredentialIssuance/GetCredentialTypes/GetCredentialTypes.yml index d6bad9eab15..a9f90ee7f9e 100644 --- a/apitest/src/main/resources/resident/CredentialIssuance/GetCredentialTypes/GetCredentialTypes.yml +++ b/apitest/src/main/resources/resident/CredentialIssuance/GetCredentialTypes/GetCredentialTypes.yml @@ -1,6 +1,7 @@ GetCredentialTypes: Resident_GetCredentialTypes_smoke: endPoint: /resident/v1/credential/types + description: Get the credential types role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -12,6 +13,7 @@ GetCredentialTypes: }' Resident_GetCredentialTypes_all_valid_smoke: endPoint: /resident/v1/credential/types + description: Get the credential type using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/CredentialIssuance/GetPolicyByCredentialType/GetPolicyByCredentialType.yml b/apitest/src/main/resources/resident/CredentialIssuance/GetPolicyByCredentialType/GetPolicyByCredentialType.yml index 2015c04333d..153aa1b316f 100644 --- a/apitest/src/main/resources/resident/CredentialIssuance/GetPolicyByCredentialType/GetPolicyByCredentialType.yml +++ b/apitest/src/main/resources/resident/CredentialIssuance/GetPolicyByCredentialType/GetPolicyByCredentialType.yml @@ -1,6 +1,7 @@ GetPolicyByCredentialType: Resident_GetPolicyByCredentialType_smoke: endPoint: /resident/v1/req/policy/partnerId/{partnerId}/credentialType/{credentialType} + description: Get the policy by credentialtype role: resident restMethod: get inputTemplate: resident/CredentialIssuance/GetPolicyByCredentialType/getPolicyByCredentialType diff --git a/apitest/src/main/resources/resident/CredentialIssuance/GetRqstId/GetRqstId.yml b/apitest/src/main/resources/resident/CredentialIssuance/GetRqstId/GetRqstId.yml index eb99caa2ae3..44a59e1ebd2 100644 --- a/apitest/src/main/resources/resident/CredentialIssuance/GetRqstId/GetRqstId.yml +++ b/apitest/src/main/resources/resident/CredentialIssuance/GetRqstId/GetRqstId.yml @@ -1,6 +1,7 @@ GetRqstId: Resident_GetRqstId_All_Valid_Smoke: endPoint: /v1/credentialrequest/getRequestIds?direction=ASC&orderBy=updateDateTime&pageNumber=0&pageSize=1&statusCode=FAILED + description: Get requestId using all valid inputs role: resident restMethod: get inputTemplate: resident/CredentialIssuance/GetRqstId/getRqstId diff --git a/apitest/src/main/resources/resident/CredentialIssuance/RequestCredentials/ReqCredential.yml b/apitest/src/main/resources/resident/CredentialIssuance/RequestCredentials/ReqCredential.yml index aa0effde06d..57a6176fed2 100644 --- a/apitest/src/main/resources/resident/CredentialIssuance/RequestCredentials/ReqCredential.yml +++ b/apitest/src/main/resources/resident/CredentialIssuance/RequestCredentials/ReqCredential.yml @@ -1,6 +1,7 @@ RequestCredentials: Resident_RequestCredentials_euin_VID_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request credentials using valid EUIN and VID with other valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -33,6 +34,7 @@ RequestCredentials: }' Resident_RequestCredentials_reprint_VID_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request reprint credentials using VID and other valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -66,6 +68,7 @@ RequestCredentials: }' Resident_RequestCredentials_Qrcode_VID_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request QRcode credentials using VID and other valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -99,6 +102,7 @@ RequestCredentials: }' Resident_RequestCredentials_VID_InValid_otp: endPoint: /resident/v1/req/credential + description: Request credentials using a VID with an invalid OTP role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -137,6 +141,7 @@ RequestCredentials: }' Resident_RequestCredentials_VID_InValid_transactionID: endPoint: /resident/v1/req/credential + description: Request credentials using a VID with an invalid transactionID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -175,6 +180,7 @@ RequestCredentials: }' Resident_RequestCredentials_VID_empty_encryptionKey_smoke: endPoint: /resident/v1/req/credential + description: Request credentials using a VID with an empty encryptionKey role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -208,6 +214,7 @@ RequestCredentials: }' Resident_RequestCredentials_VID_null_encryptionKey_smoke: endPoint: /resident/v1/req/credential + description: Request credentials using a VID with null encryptionKey role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -240,6 +247,7 @@ RequestCredentials: }' Resident_RequestCredentials_VID_missing_encryptionKey_Valid: endPoint: /resident/v1/req/credential + description: Request credentials using a VID with missing encryptionKey role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -272,6 +280,7 @@ RequestCredentials: }' Resident_RequestCredentials_VID_encrypt_false_smoke: endPoint: /resident/v1/req/credential + description: Request credentials using a VID with encrypt false role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -304,6 +313,7 @@ RequestCredentials: }' Resident_RequestCredentials_euin_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request credentials using a EUIN and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -337,6 +347,7 @@ RequestCredentials: }' Resident_RequestCredentials_printUIN_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request printUIN credentials using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -369,6 +380,7 @@ RequestCredentials: }' Resident_RequestCredentials_Qrcode_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request QRcode credentials using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -401,6 +413,7 @@ RequestCredentials: }' Resident_RequestCredentials_invalidd_individualid_neg_sid: endPoint: /resident/v1/req/credential + description: Request credentials using an invalid individualId role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -438,6 +451,7 @@ RequestCredentials: }' Resident_RequestCredentials_invalid_individualid_neg_sid: endPoint: /resident/v1/req/credential + description: Request credentials using an invalid individualId role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -474,6 +488,7 @@ RequestCredentials: }' Resident_RequestCredentials_missing_individualid_neg_sid: endPoint: /resident/v1/req/credential + description: Request credentials using missing individualId role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -511,6 +526,7 @@ RequestCredentials: }' Resident_RequestCredentials_invalid_otp: endPoint: /resident/v1/req/credential + description: Request credentials using an invalid OTP role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -548,6 +564,7 @@ RequestCredentials: }' Resident_RequestCredentials_invalid_transactionID: endPoint: /resident/v1/req/credential + description: Request credentials using an invalid transactionId role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -585,6 +602,7 @@ RequestCredentials: }' Resident_RequestCredentials_empty_encryptionKey_smoke: endPoint: /resident/v1/req/credential + description: Request credentials using an empty encryptionKey role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -617,6 +635,7 @@ RequestCredentials: }' Resident_RequestCredentials_null_encryptionKey_smoke: endPoint: /resident/v1/req/credential + description: Request credentials using null encryptionKey role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -649,6 +668,7 @@ RequestCredentials: }' Resident_RequestCredentials_missing_encryptionKey_invalid: endPoint: /resident/v1/req/credential + description: Request credentials using missing encryptionKey role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -681,6 +701,7 @@ RequestCredentials: }' Resident_RequestCredentials_encrypt_false_smoke: endPoint: /resident/v1/req/credential + description: Request credentials making encrypt false. role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -714,6 +735,7 @@ RequestCredentials: Resident_RequestCredentials_euin_UIN_With_Additional_Data_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request EUIN credentials using UIN with additional data and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -747,6 +769,7 @@ RequestCredentials: }' Resident_RequestCredentials_euin_VID_With_Additional_Data_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request EUIN credentials using VID with additional data and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -781,6 +804,7 @@ RequestCredentials: Resident_RequestCredentials_reprint_VID_With_Additional_Data_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request reprint credentials using VID with additional data and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -815,6 +839,7 @@ RequestCredentials: Resident_RequestCredentials_reprint_UIN_With_Additional_Data_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request reprint credentials using UIN with additional data and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -849,6 +874,7 @@ RequestCredentials: Resident_RequestCredentials_Qrcode_VID_With_Additional_Data_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request QRcode credentials using VID with additional data and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -883,6 +909,7 @@ RequestCredentials: Resident_RequestCredentials_Qrcode_UIN_With_Additional_Data_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request QRcode credentials using UIN with additional data and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -917,6 +944,7 @@ RequestCredentials: Resident_RequestCredentials_euin_UIN_With_Sharable_Attributes_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request EUIN credentials using UIN with sharable attributes and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -950,6 +978,7 @@ RequestCredentials: }' Resident_RequestCredentials_euin_VID_With_Sharable_Attributes_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request EUIN credentials using VID with sharable attributes and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -984,6 +1013,7 @@ RequestCredentials: Resident_RequestCredentials_reprint_VID_With_Sharable_Attributes_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request reprint credentials using VID with sharable attributes and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1018,6 +1048,7 @@ RequestCredentials: Resident_RequestCredentials_reprint_UIN_With_Sharable_Attributes_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request reprint credentials using UIN with sharable attributes and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1052,6 +1083,7 @@ RequestCredentials: Resident_RequestCredentials_Qrcode_VID_With_Sharable_Attributes_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request QRcode credentials using VID with sharable attributes and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1086,6 +1118,7 @@ RequestCredentials: Resident_RequestCredentials_Qrcode_UIN_With_Sharable_Attributes_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request QRcode credentials using UIN with sharable attributes and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1120,6 +1153,7 @@ RequestCredentials: Resident_RequestCredentials_VID_Empty_otp_Neg: endPoint: /resident/v1/req/credential + description: Request credentials using VID with an empty OTP role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1158,6 +1192,7 @@ RequestCredentials: }' Resident_RequestCredentials_VID_Empty_transactionID_Neg: endPoint: /resident/v1/req/credential + description: Request credentials using VID with an empty transactionID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1197,6 +1232,7 @@ RequestCredentials: Resident_RequestCredentials_Empty_otp_Neg: endPoint: /resident/v1/req/credential + description: Request credentials using UIN with an empty OTP role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1234,6 +1270,7 @@ RequestCredentials: }' Resident_RequestCredentials_Empty_transactionID_Neg: endPoint: /resident/v1/req/credential + description: Request credentials using UIN with an empty transactionID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1272,6 +1309,7 @@ RequestCredentials: Resident_RequestCredentials_Empty_CredentialType_Neg: endPoint: /resident/v1/req/credential + description: Request credentials using UIN with an empty credentialType role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1309,6 +1347,7 @@ RequestCredentials: Resident_RequestCredentials_Empty_individualId_Neg: endPoint: /resident/v1/req/credential + description: Request credentials using UIN with an empty individualId role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1347,6 +1386,7 @@ RequestCredentials: Resident_RequestCredentials_Empty_version_Pos: endPoint: /resident/v1/req/credential + description: Request credentials using UIN with an empty version role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1380,6 +1420,7 @@ RequestCredentials: Resident_RequestCredentials_Email_Channel_Pos: endPoint: /resident/v1/req/credential + description: Request credentials using UIN with an email channel role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1412,6 +1453,7 @@ RequestCredentials: Resident_RequestCredentials_Phone_Channel_Pos: endPoint: /resident/v1/req/credential + description: Request credentials using UIN with phone channel role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1444,6 +1486,7 @@ RequestCredentials: Resident_RequestCredentials_EmptyChannel_Invalid_Neg: endPoint: /resident/v1/req/credential + description: Request credentials using UIN with an empty channel role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1485,6 +1528,7 @@ RequestCredentials: }' Resident_RequestCredentials_euinn_VID_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request EUIN credentials using VID with all valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1518,6 +1562,7 @@ RequestCredentials: Resident_RequestCredentials_euin_TempVid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request EUIN credentials using temporary VID with all valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1551,6 +1596,7 @@ RequestCredentials: Resident_RequestCredentials_euin_TempVid_TwoTimes_Neg: endPoint: /resident/v1/req/credential + description: Request EUIN credentials using temporary VID two times role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1594,6 +1640,7 @@ RequestCredentials: Resident_RequestCredentials_euin_VID_CheckVidIs_REVOKED_Neg: endPoint: /resident/v1/req/credential + description: Request EUIN credentials using revoked VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1636,6 +1683,7 @@ RequestCredentials: Resident_RequestCredentials_euin_VID_Use_One_sid: endPoint: /resident/v1/req/credential + description: Request EUIN credentials using one VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1669,6 +1717,7 @@ RequestCredentials: Resident_RequestCredentials_euin_VID_Use_sid: endPoint: /resident/v1/req/credential + description: Request EUIN credentials using VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1702,6 +1751,7 @@ RequestCredentials: Resident_RequestCredentials_printUIN_Transactions_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request print UIN transactions credentials using UIN with all valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1735,6 +1785,7 @@ RequestCredentials: Resident_RequestCredentials_Transactions_Qrcode_All_Valid_Smoke_sid: endPoint: /resident/v1/req/credential + description: Request QRcode transactions credentials using UIN with all valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true diff --git a/apitest/src/main/resources/resident/DocumentController/DeleteDoc/DeleteDoc.yml b/apitest/src/main/resources/resident/DocumentController/DeleteDoc/DeleteDoc.yml index 29d0fe0f031..a08bc3d6d9e 100644 --- a/apitest/src/main/resources/resident/DocumentController/DeleteDoc/DeleteDoc.yml +++ b/apitest/src/main/resources/resident/DocumentController/DeleteDoc/DeleteDoc.yml @@ -1,6 +1,7 @@ DeleteDoc: Resident_DeleteDoc_uin_all_Valid_Smoke: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid UIN with all valid inputs role: residentNew restMethod: get inputTemplate: resident/DocumentController/DeleteDoc/DeleteDoc @@ -15,6 +16,7 @@ DeleteDoc: Resident_DeleteDoc_vid_all_Valid_Smoke: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid VID with all valid inputs role: residentNewVid restMethod: get inputTemplate: resident/DocumentController/DeleteDoc/DeleteDoc @@ -29,6 +31,7 @@ DeleteDoc: Resident_DeleteDoc_uin_Invalid_TransactionId_Neg: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid UIN with an invalid transactionId role: residentNew restMethod: get inputTemplate: resident/DocumentController/DeleteDoc/DeleteDoc @@ -48,6 +51,7 @@ DeleteDoc: Resident_DeleteDoc_uin_Invalid_Format_TransactionId_Neg: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid UIN with an invalid format transactionId role: residentNew restMethod: get inputTemplate: resident/DocumentController/DeleteDoc/DeleteDoc @@ -67,6 +71,7 @@ DeleteDoc: Resident_DeleteDoc_uin_Invalid_TransactionId_DocId_Neg: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid UIN with an invalid transactionId and docId role: residentNew restMethod: get inputTemplate: resident/DocumentController/DeleteDoc/DeleteDoc @@ -86,6 +91,7 @@ DeleteDoc: Resident_DeleteDoc_uin_Invalid_Format_TransactionId_DocId_Neg: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid UIN with an invalid format transactionId and docId role: residentNew restMethod: get inputTemplate: resident/DocumentController/DeleteDoc/DeleteDoc @@ -105,6 +111,7 @@ DeleteDoc: Resident_DeleteDoc_uin_Invalid_DocId_Neg: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid UIN with an invalid docId role: residentNew restMethod: get inputTemplate: resident/DocumentController/DeleteDoc/DeleteDoc @@ -124,6 +131,7 @@ DeleteDoc: Resident_DeleteDoc_uin_Invalid_Format_DocId_Neg: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid UIN with an invalid format docId role: residentNew restMethod: get inputTemplate: resident/DocumentController/DeleteDoc/DeleteDoc @@ -143,6 +151,7 @@ DeleteDoc: Resident_DeleteDoc_uin_Invalid_Token_Neg: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid UIN with an invalid token role: null validityCheckRequired: true restMethod: get @@ -163,6 +172,7 @@ DeleteDoc: Resident_DeleteDoc_vid_Invalid_TransactionId_Neg: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid VID with an invalid transactionId role: residentNewVid restMethod: get inputTemplate: resident/DocumentController/DeleteDoc/DeleteDoc @@ -182,6 +192,7 @@ DeleteDoc: Resident_DeleteDoc_vid_Invalid_Format_TransactionId_Neg: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid VID with an invalid format transactionId role: residentNewVid restMethod: get inputTemplate: resident/DocumentController/DeleteDoc/DeleteDoc @@ -201,6 +212,7 @@ DeleteDoc: Resident_DeleteDoc_vid_Invalid_TransactionId_DocId_Neg: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid UIN with an invalid token role: residentNewVid restMethod: get inputTemplate: resident/DocumentController/DeleteDoc/DeleteDoc @@ -220,6 +232,7 @@ DeleteDoc: Resident_DeleteDoc_vid_Invalid_Format_TransactionId_DocId_Neg: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid VID with an invalid format transactionId and docId role: residentNewVid restMethod: get inputTemplate: resident/DocumentController/DeleteDoc/DeleteDoc @@ -239,6 +252,7 @@ DeleteDoc: Resident_DeleteDoc_vid_Invalid_DocId_Neg: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid VID with an invalid docId role: residentNewVid restMethod: get inputTemplate: resident/DocumentController/DeleteDoc/DeleteDoc @@ -258,6 +272,7 @@ DeleteDoc: Resident_DeleteDoc_vid_Invalid_Format_DocId_Neg: endPoint: /resident/v1/documents/{docId}?transactionId={transactionId} + description: Delete document using a valid VID with an invalid format docId role: residentNewVid restMethod: get inputTemplate: resident/DocumentController/DeleteDoc/DeleteDoc diff --git a/apitest/src/main/resources/resident/DocumentController/GetDocByDocId/GetDocByDocId.yml b/apitest/src/main/resources/resident/DocumentController/GetDocByDocId/GetDocByDocId.yml index 94fb8c0657d..8adad8cf779 100644 --- a/apitest/src/main/resources/resident/DocumentController/GetDocByDocId/GetDocByDocId.yml +++ b/apitest/src/main/resources/resident/DocumentController/GetDocByDocId/GetDocByDocId.yml @@ -1,6 +1,7 @@ GetDocByDocId: Resident_GetDocByDocId_uin_all_Valid_Smoke: endPoint: /resident/v1/document/{docId}?transactionId={transactionId} + description: Get the document by docId using a valid UIN with all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -16,6 +17,7 @@ GetDocByDocId: Resident_GetDocByDocId_vid_all_Valid_Smoke: endPoint: /resident/v1/document/{docId}?transactionId={transactionId} + description: Get the document by docId using a valid VID with all valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -31,6 +33,7 @@ GetDocByDocId: Resident_GetDocByDocId_uin_Invalid_TransactionId: endPoint: /resident/v1/document/{docId}?transactionId={transactionId} + description: Get the document by docId using a valid UIN with an invalid transactionId role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -51,6 +54,7 @@ GetDocByDocId: Resident_GetDocByDocId_uin_Invalid_docId: endPoint: /resident/v1/document/{docId}?transactionId={transactionId} + description: Get the document by docId using a valid UIN with an invalid docId role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -71,6 +75,7 @@ GetDocByDocId: Resident_GetDocByDocId_uin_Invalid_Token: endPoint: /resident/v1/document/{docId}?transactionId={transactionId} + description: Get the document by docId using a valid UIN with an invalid token role: null checkErrorsOnlyInResponse: true validityCheckRequired: true @@ -92,6 +97,7 @@ GetDocByDocId: Resident_GetDocByDocId_vid_Invalid_TransactionId: endPoint: /resident/v1/document/{docId}?transactionId={transactionId} + description: Get the document by docId using a valid VID with an invalid transactionId role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -112,6 +118,7 @@ GetDocByDocId: Resident_GetDocByDocId_vid_Invalid_docId: endPoint: /resident/v1/document/{docId}?transactionId={transactionId} + description: Get the document by docId using a valid VID with an invalid docId role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/DocumentController/GetDocByTransId/GetDocByTransId.yml b/apitest/src/main/resources/resident/DocumentController/GetDocByTransId/GetDocByTransId.yml index cdf41f8c6a2..a30fea66816 100644 --- a/apitest/src/main/resources/resident/DocumentController/GetDocByTransId/GetDocByTransId.yml +++ b/apitest/src/main/resources/resident/DocumentController/GetDocByTransId/GetDocByTransId.yml @@ -1,6 +1,7 @@ GetDocByTransId: Resident_GetDocByTransId_uin_all_Valid_Smoke: endPoint: /resident/v1/documents/{transactionId} + description: Get the document by transactionId using a valid UIN with all valid inputs role: residentNew restMethod: get auditLogCheck: true @@ -15,6 +16,7 @@ GetDocByTransId: Resident_GetDocByTransId_vid_all_Valid_Smoke: endPoint: /resident/v1/documents/{transactionId} + description: Get the document by transactionId using a valid VID with all valid inputs role: residentNewVid restMethod: get inputTemplate: resident/DocumentController/GetDocByTransId/GetDocByTransId @@ -28,6 +30,7 @@ GetDocByTransId: Resident_GetDocByTransId_uin_Invalid_TransactionId: endPoint: /resident/v1/documents/{transactionId} + description: Get the document by transactionId using a valid UIN with an invalid transactionId role: residentNew restMethod: get inputTemplate: resident/DocumentController/GetDocByTransId/GetDocByTransId @@ -46,6 +49,7 @@ GetDocByTransId: Resident_GetDocByTransId_Invalid_Token: endPoint: /resident/v1/documents/{transactionId} + description: Get the document by transactionId using a valid UIN with an invalid token role: null restMethod: get inputTemplate: resident/DocumentController/GetDocByTransId/GetDocByTransId @@ -64,6 +68,7 @@ GetDocByTransId: Resident_GetDocByTransId_vid_Invalid_TransactionId: endPoint: /resident/v1/documents/{transactionId} + description: Get the document by transactionId using a valid VID with an invalid transactionId role: residentNewVid restMethod: get inputTemplate: resident/DocumentController/GetDocByTransId/GetDocByTransId diff --git a/apitest/src/main/resources/resident/DocumentController/UploadDocument/UploadDocument.yml b/apitest/src/main/resources/resident/DocumentController/UploadDocument/UploadDocument.yml index d42c3e2016f..4ef71b6332d 100644 --- a/apitest/src/main/resources/resident/DocumentController/UploadDocument/UploadDocument.yml +++ b/apitest/src/main/resources/resident/DocumentController/UploadDocument/UploadDocument.yml @@ -1,6 +1,7 @@ UploadDocument: Resident_UploadDocument_uin_all_Valid_Smoke_sid: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using a valid UIN with all valid inputs role: residentNew restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -25,6 +26,7 @@ UploadDocument: Resident_UploadDocument_vid_all_Valid_Smoke_sid: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using a valid VID with all valid inputs role: residentNewVid restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -49,6 +51,7 @@ UploadDocument: Resident_UploadDocument_uin_Large_File_Neg: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using a valid UIN with large file role: residentNew restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -73,6 +76,7 @@ UploadDocument: Resident_UploadDocument_uin_Invalid_File_Neg: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using a valid UIN with an invalid file role: residentNew restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -97,6 +101,7 @@ UploadDocument: Resident_UploadDocument_uin_Empty_docTypCode: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using a valid UIN with an empty docTypeCode role: residentNew restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -121,6 +126,7 @@ UploadDocument: Resident_UploadDocument_uin_Blank_DoccatCode: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using a valid UIN with blank doccatCode role: residentNew restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -145,6 +151,7 @@ UploadDocument: Resident_UploadDocument_uin_Invalid_LangCode: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using a valid UIN with an invalid langCode role: residentNew restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -169,6 +176,7 @@ UploadDocument: Resident_UploadDocument_uin_Empty_langCode: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using a valid UIN with an empty langCode role: residentNew restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -193,6 +201,7 @@ UploadDocument: Resident_UploadDocument_Invalid_Token: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using an invalid token role: null restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -217,6 +226,7 @@ UploadDocument: Resident_UploadDocument_StatusCode_Empty_Token: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using statusCode with an empty token role: restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -234,6 +244,7 @@ UploadDocument: Resident_UploadDocument_vid_Large_File_Neg: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using a valid VID with large file role: residentNewVid restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -258,6 +269,7 @@ UploadDocument: Resident_UploadDocument_vid_Invalid_File_Neg: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using a valid VID with an invalid file role: residentNewVid restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -282,6 +294,7 @@ UploadDocument: Resident_UploadDocument_vid_Empty_docTypCode: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using a valid VID with an empty docTypCode role: residentNewVid restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -306,6 +319,7 @@ UploadDocument: Resident_UploadDocument_vid_Blank_DoccatCode: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using a valid VID with blank DoccatCode role: residentNewVid restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -330,6 +344,7 @@ UploadDocument: Resident_UploadDocument_vid_Invalid_LangCode: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using a valid VID with an invalid langCode role: residentNewVid restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument @@ -354,6 +369,7 @@ UploadDocument: Resident_UploadDocument_vid_Empty_langCode: endPoint: /resident/v1/documents/{transactionId}?docCatCode={docCatCode}&docTypCode={docTypCode}&langCode={langCode}&referenceId={referenceId} + description: Upload the document using a valid VID with an empty langCode role: residentNewVid restMethod: post inputTemplate: resident/DocumentController/UploadDocument/UploadDocument diff --git a/apitest/src/main/resources/resident/DownloadNearestRegCen/DownloadNearestRegCen.yml b/apitest/src/main/resources/resident/DownloadNearestRegCen/DownloadNearestRegCen.yml index dc10f437404..e3da0d2778e 100644 --- a/apitest/src/main/resources/resident/DownloadNearestRegCen/DownloadNearestRegCen.yml +++ b/apitest/src/main/resources/resident/DownloadNearestRegCen/DownloadNearestRegCen.yml @@ -1,6 +1,7 @@ DownloadNearestRegCen: Resident_DownloadNearestRegCen_allValid_smoke: endPoint: /resident/v1/download/nearestRegistrationcenters + description: Download nearest registration center using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -18,6 +19,7 @@ DownloadNearestRegCen: Resident_DownloadNearestRegCen_Invalid_Langcode_Neg: endPoint: /resident/v1/download/nearestRegistrationcenters + description: Download nearest registration center using an invalid langcode role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -35,6 +37,7 @@ DownloadNearestRegCen: Resident_DownloadNearestRegCen_Invalid_Latitude_Neg: endPoint: /resident/v1/download/nearestRegistrationcenters + description: Download nearest registration center using an invalid latitude role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -52,6 +55,7 @@ DownloadNearestRegCen: Resident_DownloadNearestRegCen_Invalid_Proximitydistance_Neg: endPoint: /resident/v1/download/nearestRegistrationcenters + description: Download nearest registration center using an invalid proximitydistance role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -69,6 +73,7 @@ DownloadNearestRegCen: Resident_DownloadNearestRegCen_Invalid_Longitude_Neg: endPoint: /resident/v1/download/nearestRegistrationcenters + description: Download nearest registration center using an invalid longitude role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -86,6 +91,7 @@ DownloadNearestRegCen: Resident_DownloadNearestRegCen_Invalid_All_Inputs_Neg: endPoint: /resident/v1/download/nearestRegistrationcenters + description: Download nearest registration center using all invalid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/DownloadRegCenterDetails/DownloadRegCenterDetails.yml b/apitest/src/main/resources/resident/DownloadRegCenterDetails/DownloadRegCenterDetails.yml index 5ebf1f0c3a8..e6096e3f783 100644 --- a/apitest/src/main/resources/resident/DownloadRegCenterDetails/DownloadRegCenterDetails.yml +++ b/apitest/src/main/resources/resident/DownloadRegCenterDetails/DownloadRegCenterDetails.yml @@ -1,6 +1,7 @@ DownloadRegCenterDetails: Resident_DownloadRegCenterDetails_all_Valid_Smoke: endPoint: /resident/v1/download/registrationcenters + description: Download registration center details using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -17,6 +18,7 @@ DownloadRegCenterDetails: Resident_DownloadRegCenterDetails_Invalid_Langcode_Neg: endPoint: /resident/v1/download/registrationcenters + description: Download registration center details using an invalid langcode role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -33,6 +35,7 @@ DownloadRegCenterDetails: Resident_DownloadRegCenterDetails_Invalid_Hierarchylevel_Neg: endPoint: /resident/v1/download/registrationcenters + description: Download registration center details using an invalid hierarchylevel role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -49,6 +52,7 @@ DownloadRegCenterDetails: Resident_DownloadRegCenterDetails_Invalid_Name_Neg: endPoint: /resident/v1/download/registrationcenters + description: Download registration center details using an invalid name role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -65,6 +69,7 @@ DownloadRegCenterDetails: Resident_DownloadRegCenterDetails_Invalid_All_Input_Neg: endPoint: /resident/v1/download/registrationcenters + description: Download registration center details using all invalid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/DownloadServiceHistory/DownloadServiceHistory.yml b/apitest/src/main/resources/resident/DownloadServiceHistory/DownloadServiceHistory.yml index 98f15c532d9..28ca3795151 100644 --- a/apitest/src/main/resources/resident/DownloadServiceHistory/DownloadServiceHistory.yml +++ b/apitest/src/main/resources/resident/DownloadServiceHistory/DownloadServiceHistory.yml @@ -1,6 +1,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_uin_all_Valid_Smoke: endPoint: /resident/v1/download/service-history + description: Download service history using a valid UIN with all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -24,6 +25,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_uin_Invalid_User_Neg: endPoint: /resident/v1/download/service-history + description: Download service history using a valid UIN with an invalid user role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -47,6 +49,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_uin_Missing_LangCode_Neg: endPoint: /resident/v1/download/service-history + description: Download service history using a valid UIN with missing langcode role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -70,6 +73,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_uin_FromDate_Valid_Smoke: endPoint: /resident/v1/download/service-history + description: Download service history using a valid UIN with valid fromdate role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -93,6 +97,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_uin_ToDate_Valid_Smoke: endPoint: /resident/v1/download/service-history + description: Download service history using a valid UIN with valid todate role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -116,6 +121,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_uin_PageStart_Valid_Smoke: endPoint: /resident/v1/download/service-history + description: Download service history using a valid UIN with valid pagestart role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -139,6 +145,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_uin_ServiceType_Valid_Smoke: endPoint: /resident/v1/download/service-history + description: Download service history using a valid UIN with valid servicetype role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -162,6 +169,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_uin_SortType_Valid_Smoke: endPoint: /resident/v1/download/service-history + description: Download service history using a valid UIN with valid sorttype role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -185,6 +193,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_uin_StatusFilter_Valid_Smoke: endPoint: /resident/v1/download/service-history + description: Download service history using a valid UIN with valid statusfilter role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -208,6 +217,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_vid_all_Valid_Smoke: endPoint: /resident/v1/download/service-history + description: Download service history using a valid VID with all valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -231,6 +241,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_vid_Missing_LangCode_Neg: endPoint: /resident/v1/download/service-history + description: Download service history using a valid VID with missing langcode role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -254,6 +265,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_vid_FromDate_Valid_Smoke: endPoint: /resident/v1/download/service-history + description: Download service history using a valid VID with valid fromdate role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -277,6 +289,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_vid_ToDate_Valid_Smoke: endPoint: /resident/v1/download/service-history + description: Download service history using a valid VID with valid todate role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -300,6 +313,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_vid_PageStart_Valid_Smoke: endPoint: /resident/v1/download/service-history + description: Download service history using a valid VID with valid pagestart role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -323,6 +337,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_vid_ServiceType_Valid_Smoke: endPoint: /resident/v1/download/service-history + description: Download service history using a valid VID with valid servicetype role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -346,6 +361,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_vid_SortType_Valid_Smoke: endPoint: /resident/v1/download/service-history + description: Download service history using a valid VID with valid sorttype role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -369,6 +385,7 @@ DownloadServiceHistory: Resident_DownloadServiceHistory_vid_StatusFilter_Valid_Smoke: endPoint: /resident/v1/download/service-history + description: Download service history using a valid VID with valid statusfilter role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/DownloadSupportingDocs/DownloadSupportingDocs.yml b/apitest/src/main/resources/resident/DownloadSupportingDocs/DownloadSupportingDocs.yml index 00f57149958..99387814316 100644 --- a/apitest/src/main/resources/resident/DownloadSupportingDocs/DownloadSupportingDocs.yml +++ b/apitest/src/main/resources/resident/DownloadSupportingDocs/DownloadSupportingDocs.yml @@ -1,6 +1,7 @@ DownloadSupportingDocs: Resident_DownloadSupportingDocs_all_Valid_smoke: endPoint: /resident/v1/download/supporting-documents + description: Download supporting documents using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -14,6 +15,7 @@ DownloadSupportingDocs: Resident_DownloadSupportingDocs_Valid_smoke: endPoint: /resident/v1/download/supporting-documents + description: Download supporting documents using valid data role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -28,6 +30,7 @@ DownloadSupportingDocs: Resident_DownloadSupportingDocs_Empty_Lang_Neg: endPoint: /resident/v1/download/supporting-documents + description: Download supporting documents using an empty langcode role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -42,6 +45,7 @@ DownloadSupportingDocs: Resident_DownloadSupportingDocs_Invalid_token_Neg: endPoint: /resident/v1/download/supporting-documents + description: Download supporting documents using an invalid token role: invalid checkErrorsOnlyInResponse: true restMethod: get @@ -55,6 +59,7 @@ DownloadSupportingDocs: Resident_DownloadSupportingDocs_Invalid_lang_Neg: endPoint: /resident/v1/download/supporting-documents + description: Download supporting documents using an invalid langcode role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -68,6 +73,7 @@ DownloadSupportingDocs: Resident_DownloadSupportingDocs_Absent_langCode_Neg: endPoint: /resident/v1/download/supporting-documents + description: Download supporting documents using an absent langcode role: resident checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/DownloadUinCard/DownloadUinCard.yml b/apitest/src/main/resources/resident/DownloadUinCard/DownloadUinCard.yml index 3570f0621c5..ad5d5d9243b 100644 --- a/apitest/src/main/resources/resident/DownloadUinCard/DownloadUinCard.yml +++ b/apitest/src/main/resources/resident/DownloadUinCard/DownloadUinCard.yml @@ -1,6 +1,7 @@ DownloadUinCard: Resident_DownloadUinCard_all_Valid_Smoke: endPoint: /resident/v1/download-card + description: Download UIN card using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -33,6 +34,7 @@ DownloadUinCard: Resident_DownloadUinCard_With_Invalid_OTP_Neg: endPoint: /resident/v1/download-card + description: Download UIN card with an invalid OTP role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -68,6 +70,7 @@ DownloadUinCard: Resident_DownloadUinCard_Invalid_TransactionID_Neg: endPoint: /resident/v1/download-card + description: Download UIN card using an invalid transactionId role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -103,6 +106,7 @@ DownloadUinCard: Resident_DownloadUinCard_Empty_TransactionID_Neg: endPoint: /resident/v1/download-card + description: Download UIN card using an empty transactionId role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -138,6 +142,7 @@ DownloadUinCard: Resident_DownloadUinCard_Invalid_Otp_Neg: endPoint: /resident/v1/download-card + description: Download UIN card using an invalid OTP role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -173,6 +178,7 @@ DownloadUinCard: Resident_DownloadUinCard_Empty_Otp_Neg: endPoint: /resident/v1/download-card + description: Download UIN card using an empty OTP role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -208,6 +214,7 @@ DownloadUinCard: Resident_DownloadUinCard_Invalid_IndividualID_Neg: endPoint: /resident/v1/download-card + description: Download UIN card using an invalid individualId role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -243,6 +250,7 @@ DownloadUinCard: Resident_DownloadUinCard_Empty_IndividualID_Neg: endPoint: /resident/v1/download-card + description: Download UIN card using an empty individualId role: resident checkErrorsOnlyInResponse: true restMethod: post diff --git a/apitest/src/main/resources/resident/DownloadUinCardByEventId/DownloadUinCardByEventId.yml b/apitest/src/main/resources/resident/DownloadUinCardByEventId/DownloadUinCardByEventId.yml index ab343d5bd7a..4f2eb96479a 100644 --- a/apitest/src/main/resources/resident/DownloadUinCardByEventId/DownloadUinCardByEventId.yml +++ b/apitest/src/main/resources/resident/DownloadUinCardByEventId/DownloadUinCardByEventId.yml @@ -1,6 +1,7 @@ DownloadUinCardByEventId: Resident_DownloadUinCardByEventId_uin_all_Valid_Smoke: endPoint: /resident/v1/download-card/event/{eventId} + description: Download UIN card by eventId using a valid UIN with all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -16,6 +17,7 @@ DownloadUinCardByEventId: Resident_DownloadUinCardByEventId_vid_all_Valid_Smoke: endPoint: /resident/v1/download-card/event/{eventId} + description: Download UIN card by eventId using a valid VID with all valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -30,6 +32,7 @@ DownloadUinCardByEventId: Resident_DownloadUinCardByEventId_uin_Invalid_EventId_Neg: endPoint: /resident/v1/download-card/event/{eventId} + description: Download UIN card by eventId using a valid UIN with an invalid eventId role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -44,6 +47,7 @@ DownloadUinCardByEventId: Resident_DownloadUinCardByEventId_vid_Invalid_EventId_Neg: endPoint: /resident/v1/download-card/event/{eventId} + description: Download UIN card by eventId using a valid VID with an invalid eventId role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -61,6 +65,7 @@ DownloadUinCardByEventId: Resident_DownloadUinCardByEventId_uin_Without_Token_Neg: endPoint: /resident/v1/download-card/event/{eventId} + description: Download UIN card by eventId using a valid UIN without token role: validityCheckRequired: true checkErrorsOnlyInResponse: true @@ -82,6 +87,7 @@ DownloadUinCardByEventId: Resident_DownloadUinCardByEventId_uin_Diff_User_Neg: endPoint: /resident/v1/download-card/event/{eventId} + description: Download UIN card by eventId using a valid UIN with different user role: resident checkErrorsOnlyInResponse: true validityCheckRequired: true diff --git a/apitest/src/main/resources/resident/GenerateToken/GenerateToken.yml b/apitest/src/main/resources/resident/GenerateToken/GenerateToken.yml index b3a2dbe9d50..ae81c355ec3 100644 --- a/apitest/src/main/resources/resident/GenerateToken/GenerateToken.yml +++ b/apitest/src/main/resources/resident/GenerateToken/GenerateToken.yml @@ -1,6 +1,7 @@ GenerateToken: Resident_ESignet_GenerateToken_UIN_Cookie_Valid_Smoke_sid: endPoint: $GETENDPOINTFROMRESIDENTACTUATOR$ + description: Generate esignet authorization token using a valid UIN with cookie role: resident validityCheckRequired: true restMethod: post @@ -20,6 +21,7 @@ GenerateToken: Resident_ESignet_GenerateToken_Vid_Cookie_Valid_Smoke_sid: endPoint: $GETENDPOINTFROMRESIDENTACTUATOR$ + description: Generate esignet authorization token using a valid VID with cookie role: resident validityCheckRequired: true restMethod: post diff --git a/apitest/src/main/resources/resident/GenerateVID/ReGenerateVID.yml b/apitest/src/main/resources/resident/GenerateVID/ReGenerateVID.yml index 793b8b51d91..acb06b957ac 100644 --- a/apitest/src/main/resources/resident/GenerateVID/ReGenerateVID.yml +++ b/apitest/src/main/resources/resident/GenerateVID/ReGenerateVID.yml @@ -1,6 +1,7 @@ ReGenerateVID: Resident_ReGenerateVID_All_Valid_Smoke_Perpetual_sid: endPoint: /resident/v1/vid + description: Regenerate perpetual VID using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -33,6 +34,7 @@ ReGenerateVID: }' Resident_ReGenerateVID_All_Valid_Smoke_Temp_VID_sid: endPoint: /resident/v1/vid + description: Regenerate temporary VID using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: post diff --git a/apitest/src/main/resources/resident/GenerateVID/createGenerateVID.yml b/apitest/src/main/resources/resident/GenerateVID/createGenerateVID.yml index b25c20310de..0516f154416 100644 --- a/apitest/src/main/resources/resident/GenerateVID/createGenerateVID.yml +++ b/apitest/src/main/resources/resident/GenerateVID/createGenerateVID.yml @@ -1,6 +1,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -33,6 +34,7 @@ GenerateVID: }' Resident_Generate_Perpetual_VID_Valid_Smoke_send_otp_with_max_email_character_sid: endPoint: /resident/v1/vid + description: Generate a perpetual VID by sending an OTP to an email ID with maximum character role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -66,6 +68,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_With_InValid_UIN: endPoint: /resident/v1/vid + description: Generate perpetual VID using an invalid UIN role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -105,6 +108,7 @@ GenerateVID: Resident_Generate_Temporary_VID_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate temporary VID using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -138,6 +142,7 @@ GenerateVID: Resident_GenerateVID_Temporary_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate VID for temporary using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -171,6 +176,7 @@ GenerateVID: Resident_Generate_Temp_VID_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate temporary VID using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -204,6 +210,7 @@ GenerateVID: Resident_Generate_Onetimeuse_VID_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate Onetimeuse VID using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -237,6 +244,7 @@ GenerateVID: Resident_GenerateVID_All_Valid_Smoke_Perpetual_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID using all valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -269,6 +277,7 @@ GenerateVID: }' Resident_GenerateVID_All_Valid_Smoke_Temp_VID_sid: endPoint: /resident/v1/vid + description: Generate temporary VID using all valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -302,6 +311,7 @@ GenerateVID: Resident_GenerateVID_All_Valid_Smoke_OneTimeUse_VID_sid: endPoint: /resident/v1/vid + description: Generate Onetimeuse VID using all valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -335,6 +345,7 @@ GenerateVID: Resident_Generate_Temporary_VID_Using_Perp_VID_Smoke_sid: endPoint: /resident/v1/vid + description: Generate temporary VID using perpetual VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -368,6 +379,7 @@ GenerateVID: Resident_Generate_Temporary_VID_Using_Temp_VID_Smoke_sid: endPoint: /resident/v1/vid + description: Generate temporary VID using temporary VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -401,6 +413,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_Using_Onetimeuse_VID_Smoke_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID using Onetimeuse VID role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -434,6 +447,7 @@ GenerateVID: Resident_GenerateVID_invalid_version_Neg: endPoint: /resident/v1/vid + description: Generate VID using an invalid version role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -472,6 +486,7 @@ GenerateVID: }' Resident_GenerateVID_missing_version_Neg: endPoint: /resident/v1/vid + description: Generate VID using missing version role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -511,6 +526,7 @@ GenerateVID: Resident_GenerateVID_invalid_individualId_Neg: endPoint: /resident/v1/vid + description: Generate VID using an invalid individualId role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -549,6 +565,7 @@ GenerateVID: }' Resident_GenerateVID_missing_individualId_Neg: endPoint: /resident/v1/vid + description: Generate VID using missing individualId role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -587,6 +604,7 @@ GenerateVID: }' Resident_GenerateVID_invalid_Timestamp_Neg: endPoint: /resident/v1/vid + description: Generate VID using an invalid timestamp role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -627,6 +645,7 @@ GenerateVID: Resident_GenerateVID_missing_Timestamp_Neg: endPoint: /resident/v1/vid + description: Generate VID using missing timestamp role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -665,6 +684,7 @@ GenerateVID: }' Resident_GenerateVID_MISSING_OTP_Neg: endPoint: /resident/v1/vid + description: Generate VID using missing OTP role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -703,6 +723,7 @@ GenerateVID: }' Resident_GenerateVID_Invalid_OTP_Temp_VID_Neg: endPoint: /resident/v1/vid + description: Generate temporary VID using an invalid OTP role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -742,6 +763,7 @@ GenerateVID: Resident_GenerateVID_Invalid_OTP_Onetimeuse_VID_Neg: endPoint: /resident/v1/vid + description: Generate Onetimeuse VID using an invalid OTP role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -781,6 +803,7 @@ GenerateVID: Resident_GenerateVID_Invalid_OTP_Neg: endPoint: /resident/v1/vid + description: Generate VID using an invalid OTP role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -819,6 +842,7 @@ GenerateVID: }' Resident_GenerateVID_missing_Id_Neg: endPoint: /resident/v1/vid + description: Generate VID using missing Id role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -857,6 +881,7 @@ GenerateVID: }' Resident_GenerateVID_invalid_Id_Neg: endPoint: /resident/v1/vid + description: Generate VID using an invalid Id role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -895,6 +920,7 @@ GenerateVID: }' Resident_GenerateVID_InValid_transactionId_Temp_VID: endPoint: /resident/v1/vid + description: Generate temporary VID using an invalid transactionId role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -933,6 +959,7 @@ GenerateVID: }' Resident_GenerateVID_TransactionMismatch_Neg: endPoint: /resident/v1/vid + description: Generate VID using mismatched transaction role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -972,6 +999,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_Using_Perpetual_VID_sid_Neg: endPoint: /resident/v1/vid + description: Generate perpetual VID using perpetual VID in negative way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1011,6 +1039,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_Using_Temp_VID_sid_Neg: endPoint: /resident/v1/vid + description: Generate perpetual VID using temporary VID in negative way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1050,6 +1079,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_Using_Onetimeuse_VID_sid_Neg: endPoint: /resident/v1/vid + description: Generate perpetual VID using an Onetimeuse VID in negative way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1089,6 +1119,7 @@ GenerateVID: Resident_Generate_Temporary_VID_Using_Perpetual_VID_sid_Neg: endPoint: /resident/v1/vid + description: Generate temporary VID using perpetual VID in negative way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1128,6 +1159,7 @@ GenerateVID: Resident_Generate_Temporary_VID_Using_Temp_VID_sid_Neg: endPoint: /resident/v1/vid + description: Generate temporary VID using temporary VID in negative way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1167,6 +1199,7 @@ GenerateVID: Resident_Generate_Temporary_VID_Using_Onetimeuse_VID_sid_Neg: endPoint: /resident/v1/vid + description: Generate temporary VID using an Onetimeuse VID in negative way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1206,6 +1239,7 @@ GenerateVID: Resident_Generate_Onetimeuse_VID_Using_Perpetual_VID_sid_Neg: endPoint: /resident/v1/vid + description: Generate an Onetimeuse VID using perpetual VID in negative way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1245,6 +1279,7 @@ GenerateVID: Resident_Generate_Onetimeuse_VID_Using_Temp_VID_sid_Neg: endPoint: /resident/v1/vid + description: Generate an Onetimeuse VID using temporary VID in negative way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1284,6 +1319,7 @@ GenerateVID: Resident_Generate_Onetimeuse_VID_Using_Onetimeuse_VID_sid_Neg: endPoint: /resident/v1/vid + description: Generate an Onetimeuse VID using an Onetimeuse VID in negative way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1323,6 +1359,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_Using_Temp_VID_Smoke_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID using temporary VID in positive way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1356,6 +1393,7 @@ GenerateVID: Resident_Generate_Onetimeuse_VID_Using_Temp_VID_Smoke_sid: endPoint: /resident/v1/vid + description: Generate Onetimeuse VID using temporary VID in positive way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1389,6 +1427,7 @@ GenerateVID: Resident_Generate_Onetimeuse_VID_Using_Perp_VID_Smoke_sid: endPoint: /resident/v1/vid + description: Generate Onetimeuse VID using perpetual VID in positive way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1422,6 +1461,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_Using_Perpetual_VID_Pos: endPoint: /resident/v1/vid + description: Generate perpetual VID using perpetual VID in positive way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1455,6 +1495,7 @@ GenerateVID: Resident_Generate_Onetimeuse_VID_Using_Onetimeuse_VID_Pos: endPoint: /resident/v1/vid + description: Generate Onetimeuse VID using Onetimeuse VID in positive way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1488,6 +1529,7 @@ GenerateVID: Resident_Generate_Temporary_VID_Using_Onetimeuse_VID_Smoke_sid: endPoint: /resident/v1/vid + description: Generate temporary VID using Onetimeuse VID in positive way role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1521,6 +1563,7 @@ GenerateVID: Resident_GenerateVID_Perpetual_Empty_TransactionId_Neg: endPoint: /resident/v1/vid + description: Generate perpetual VID using an empty transactionId role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1560,6 +1603,7 @@ GenerateVID: Resident_GenerateVID_Perpetual_Empty_requesttime_Neg: endPoint: /resident/v1/vid + description: Generate perpetual VID using an empty requesttime role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1599,6 +1643,7 @@ GenerateVID: Resident_GenerateVID_Perpetual_Empty_id_Neg: endPoint: /resident/v1/vid + description: Generate perpetual VID using an empty Id role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1638,6 +1683,7 @@ GenerateVID: Resident_GenerateVID_Perpetual_Empty_version_Neg: endPoint: /resident/v1/vid + description: Generate perpetual VID using an empty version role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1677,6 +1723,7 @@ GenerateVID: Resident_GenerateVID_Perpetual_Empty_vidType_Neg: endPoint: /resident/v1/vid + description: Generate perpetual VID using an empty vidtype role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1716,6 +1763,7 @@ GenerateVID: Resident_GenerateVID_Perpetual_Empty_otp_Neg: endPoint: /resident/v1/vid + description: Generate perpetual VID using an empty OTP role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1755,6 +1803,7 @@ GenerateVID: Resident_GenerateVID_Perpetual_Empty_individualId_Neg: endPoint: /resident/v1/vid + description: Generate perpetual VID using an empty individualId role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1794,6 +1843,7 @@ GenerateVID: Resident_GenerateVID_Perpetual_Empty_individualIdType_Pos: endPoint: /resident/v1/vid + description: Generate perpetual VID using an empty individualIdType role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1827,6 +1877,7 @@ GenerateVID: Resident_GenerateVID_Perpetual_Random_individualIdType_Pos: endPoint: /resident/v1/vid + description: Generate perpetual VID using random individualIdType role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1860,6 +1911,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_Phone_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID using phone and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1892,6 +1944,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_Email_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID using Email and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1924,6 +1977,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_EmptyChannel_Invalid_Neg: endPoint: /resident/v1/vid + description: Generate perpetual VID using an empty channel role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1966,6 +2020,7 @@ GenerateVID: }' Resident_GenerateVID_Perpetual_Using_RevokeUIN_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID using revokeUIN and valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -1999,6 +2054,7 @@ GenerateVID: Resident_GenerateVID_Temporary_1_Using_RevokeUIN_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate one temporary VID using a revoke UIN with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2032,6 +2088,7 @@ GenerateVID: Resident_GenerateVID_Temporary_2_Using_RevokeUIN_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate two temporary VID using a revoke UIN with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2065,6 +2122,7 @@ GenerateVID: Resident_GenerateVID_Temporary_3_Using_RevokeUIN_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate three temporary VID using a revoke UIN with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2098,6 +2156,7 @@ GenerateVID: Resident_GenerateVID_Temporary_4_Using_RevokeUIN_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate four temporary VID using a revoke UIN with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2131,6 +2190,7 @@ GenerateVID: Resident_GenerateVID_Onetimeuse_Using_RevokeUIN_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate Onetimeuse VID using a revoke UIN with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2164,6 +2224,7 @@ GenerateVID: Resident_GenerateVID_Perpetual_Esignet_Integ_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID using an esignet integer with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2196,6 +2257,7 @@ GenerateVID: }' Resident_GenerateVID_Temporary_1_Esignet_Integ_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate one temporary VID using an esignet integer with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2228,6 +2290,7 @@ GenerateVID: }' Resident_GenerateVID_Temporary_2_Esignet_Integ_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate two temporary VID using an esignet integer with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2260,6 +2323,7 @@ GenerateVID: }' Resident_GenerateVID_Temporary_3_Esignet_Integ_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate three temporary VID using an esignet integer with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2292,6 +2356,7 @@ GenerateVID: }' Resident_GenerateVID_Temporary_4_Esignet_Integ_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate four temporary VID using an esignet integer with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2324,6 +2389,7 @@ GenerateVID: }' Resident_GenerateVID_Onetimeuse_Esignet_Integ_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate Onetimeuse VID using an esignet integer with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2357,6 +2423,7 @@ GenerateVID: Resident_GenerateVID_Onetimeuse_GetRid_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate Onetimeuse VID to get RID with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2390,6 +2457,7 @@ GenerateVID: Resident_GenerateVID_Perpetual_GetRid_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID to get RID with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2423,6 +2491,7 @@ GenerateVID: Resident_GenerateVID_Temp_GetRid_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate temporary VID to get RID with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2456,6 +2525,7 @@ GenerateVID: Resident_GenerateVID_Perpetual_ForEotp_Scen_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID for expire OTP scenario with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2488,6 +2558,7 @@ GenerateVID: }' Resident_GenerateVID_Temporary_1_ForEotp_Scen_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate one temporary VID for expire OTP scenario with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2520,6 +2591,7 @@ GenerateVID: }' Resident_GenerateVID_Temporary_2_ForEotp_Scen_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate two temporary VID for expire OTP scenario with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2552,6 +2624,7 @@ GenerateVID: }' Resident_GenerateVID_Temporary_3_ForEotp_Scen_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate three temporary VID for expire OTP scenario with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2584,6 +2657,7 @@ GenerateVID: }' Resident_GenerateVID_Temporary_4_ForEotp_Scen_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate four temporary VID for expire OTP scenario with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2616,6 +2690,7 @@ GenerateVID: }' Resident_GenerateVID_Onetimeuse_ForEotp_Scen_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate Onetimeuse VID for expire OTP scenario with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2649,6 +2724,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_OrdrSts_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID with valid order status role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2682,6 +2758,7 @@ GenerateVID: Resident_GenerateVID_Perpetual_Inv_Scen_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID using invoice scenario with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2715,6 +2792,7 @@ GenerateVID: Resident_GenerateVID_Onetime_Inv_Scen_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate Onetimeuse VID using invoice scenario with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2748,6 +2826,7 @@ GenerateVID: Resident_Generate_Temporary_VID_ONE_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate one temporary VID using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2781,6 +2860,7 @@ GenerateVID: Resident_Generate_Temporary_VID_TWO_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate two temporary VID using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2814,6 +2894,7 @@ GenerateVID: Resident_Generate_Temporary_VID_Three_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate three temporary VID using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2847,6 +2928,7 @@ GenerateVID: Resident_Generate_Temporary_VID_FOUR_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate four temporary VID using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2880,6 +2962,7 @@ GenerateVID: Resident_Generate_Temporary_VID_FIVE_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate five temporary VID using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2913,6 +2996,7 @@ GenerateVID: Resident_Generate_Temporary_VID_SIX_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate six temporary VID using valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: post @@ -2954,6 +3038,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_Valid_First_Smoke_sid: endPoint: /resident/v1/vid + description: Generate first perpetual VID using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -2989,6 +3074,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_SecondTime_Smoke_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID secondtime using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -3023,6 +3109,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_1_Smoke_sid: endPoint: /resident/v1/vid + description: Generate one perpetual VID using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -3057,6 +3144,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_2_Smoke_sid: endPoint: /resident/v1/vid + description: Generate two perpetual VID using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -3091,6 +3179,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_3_Smoke_sid: endPoint: /resident/v1/vid + description: Generate three perpetual VID using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -3125,6 +3214,7 @@ GenerateVID: Resident_Generate_Temporary_VID_use_3_Smoke_sid: endPoint: /resident/v1/vid + description: Generate temporary VID using three cases with valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -3158,6 +3248,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_For_SendOtp_Valid_Smoke_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID for send OTP using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -3191,6 +3282,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_uin_Transactions_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID for UIN transactions using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true @@ -3224,6 +3316,7 @@ GenerateVID: Resident_Generate_Perpetual_VID_uin_Transactions_Second_sid: endPoint: /resident/v1/vid + description: Generate perpetual VID for UIN transactions using valid inputs role: resident restMethod: post checkErrorsOnlyInResponse: true diff --git a/apitest/src/main/resources/resident/GenerateVID/createGenerateVIDNew.yml b/apitest/src/main/resources/resident/GenerateVID/createGenerateVIDNew.yml index 6aa3c53845f..39af3b9d3d3 100644 --- a/apitest/src/main/resources/resident/GenerateVID/createGenerateVIDNew.yml +++ b/apitest/src/main/resources/resident/GenerateVID/createGenerateVIDNew.yml @@ -1,6 +1,7 @@ GenerateVIDNew: Resident_GenerateVID_uin_Temporary_VID_Valid_Smoke_sid: endPoint: /resident/v1/generate-vid + description: Generate temporary VID using a UIN with valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: post @@ -18,6 +19,7 @@ GenerateVIDNew: Resident_GenerateVID_uin_Temporary_VID2_Valid_Smoke_sid: endPoint: /resident/v1/generate-vid + description: Generate second temporary VID using a UIN with valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: post @@ -35,6 +37,7 @@ GenerateVIDNew: Resident_GenerateVID_uin_Onetimeuse_VID_Valid_Smoke_sid: endPoint: /resident/v1/generate-vid + description: Generate Onetimeuse VID using a UIN with valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: post @@ -52,6 +55,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_Phone_Valid_Smoke_sid: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN and phone role: residentNew checkErrorsOnlyInResponse: true restMethod: post @@ -69,6 +73,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_Email_Valid_Smoke_sid: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN and Email role: residentNew checkErrorsOnlyInResponse: true restMethod: post @@ -87,6 +92,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_BothChannel_uin_Valid_Smoke_sid: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN and both channel role: residentNew checkErrorsOnlyInResponse: true restMethod: post @@ -102,8 +108,32 @@ GenerateVIDNew: output: '{ }' + Resident_Generate_Perpetual_VID_uin_Empty_TransID_Invalid_Neg: + endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an empty transactionId + role: residentNew + restMethod: post + inputTemplate: resident/GenerateVID/createGenerateVIDNew + outputTemplate: resident/error + input: '{ + "transactionID": "", + "requesttime": "$TIMESTAMP$", + "id": "mosip.resident.vid.generate", + "version": "1.0", + "vidType": "Perpetual" + }' + output: '{ + "errors": [ + { + "errorCode": "RES-SER-513", + "message": "$IGNORE$" + } + ] +}' + Resident_Generate_Perpetual_VID_uin_Empty_requesttime_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an empty requesttime role: residentNew restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -126,6 +156,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_Empty_Id_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an empty Id role: residentNew restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -148,6 +179,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_Empty_version_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an empty version role: residentNew restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -170,6 +202,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_Empty_vidType_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an empty vidtype role: residentNew restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -194,6 +227,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_requesttime_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an invalid requesttime role: residentNew restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -216,6 +250,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_Id_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an invalid Id role: residentNew restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -238,6 +273,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_version_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an invalid version role: residentNew restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -260,6 +296,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_vidType_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an invalid vidtype role: residentNew restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -282,6 +319,7 @@ GenerateVIDNew: Resident_GenerateVID_Perpetual_VID_uin_Valid_Token_Smoke_sid: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using valid UIN and token role: residentNew checkErrorsOnlyInResponse: true restMethod: post @@ -299,6 +337,7 @@ GenerateVIDNew: Resident_GenerateVID_Perpetual_Invalid_Token: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using valid UIN and an invalid token role: resident restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -321,6 +360,7 @@ GenerateVIDNew: Resident_GenerateVID_Onetimeuse_Using_VID_Valid_Smoke_sid: endPoint: /resident/v1/generate-vid + description: Generate Onetimeuse VID using a valid VID role: residentNewVid checkErrorsOnlyInResponse: true restMethod: post @@ -338,6 +378,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_TransID_uin_Invalid: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an invalid transactionId role: residentNewVid restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -360,6 +401,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_EmptyChannel_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using valid UIN with an empty channel role: residentNewVid restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNewAsEmpty @@ -382,6 +424,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_Empty_TransID_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an empty transactionId role: residentNewVid restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -404,6 +447,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_Empty_requesttime_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an empty requesttime role: residentNewVid restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -426,6 +470,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_Empty_Id_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an empty Id role: residentNewVid restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -448,6 +493,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_Empty_version_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an empty version role: residentNewVid restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -470,6 +516,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_Empty_vidType_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an empty vidtype role: residentNewVid restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -494,6 +541,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_requesttime_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an invalid requesttime role: residentNewVid restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -516,6 +564,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_Id_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an invalid Id role: residentNewVid restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -538,6 +587,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_version_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an invalid version role: residentNewVid restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew @@ -560,6 +610,7 @@ GenerateVIDNew: Resident_Generate_Perpetual_VID_uin_vidType_Invalid_Neg: endPoint: /resident/v1/generate-vid + description: Generate perpetual VID using a valid UIN with an invalid vidtype role: residentNewVid restMethod: post inputTemplate: resident/GenerateVID/createGenerateVIDNew diff --git a/apitest/src/main/resources/resident/GetAllTemplateBylangCodeAndTemplateTypeCode/GetAllTemplateBylangCodeAndTemplateTypeCode.yml b/apitest/src/main/resources/resident/GetAllTemplateBylangCodeAndTemplateTypeCode/GetAllTemplateBylangCodeAndTemplateTypeCode.yml index 2237d076195..76fab3c4d44 100644 --- a/apitest/src/main/resources/resident/GetAllTemplateBylangCodeAndTemplateTypeCode/GetAllTemplateBylangCodeAndTemplateTypeCode.yml +++ b/apitest/src/main/resources/resident/GetAllTemplateBylangCodeAndTemplateTypeCode/GetAllTemplateBylangCodeAndTemplateTypeCode.yml @@ -1,6 +1,7 @@ GetAllTemplateBylangCodeAndTemplateTypeCode: Resident_GetAllTemplateBylangCodeAndTemplateTypeCode_uin_1_Valid_Smoke: endPoint: /resident/v1/auth-proxy/masterdata/templates/{langcode}/{templatetypecode} + description: Get all template by language code and templatetype code using one valid UIN role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -16,6 +17,7 @@ GetAllTemplateBylangCodeAndTemplateTypeCode: Resident_GetAllTemplateBylangCodeAndTemplateTypeCode_uin_2_Valid_Smoke: endPoint: /resident/v1/auth-proxy/masterdata/templates/{langcode}/{templatetypecode} + description: Get all template by language code and templatetype code using second valid UIN role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -31,6 +33,7 @@ GetAllTemplateBylangCodeAndTemplateTypeCode: Resident_GetAllTemplateBylangCodeAndTemplateTypeCode_uin_3_Valid_Smoke: endPoint: /resident/v1/auth-proxy/masterdata/templates/{langcode}/{templatetypecode} + description: Get all template by language code and templatetype code using third valid UIN role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -46,6 +49,7 @@ GetAllTemplateBylangCodeAndTemplateTypeCode: Resident_GetAllTemplateBylangCodeAndTemplateTypeCode_uin_Invalid_Langcode: endPoint: /resident/v1/auth-proxy/masterdata/templates/{langcode}/{templatetypecode} + description: Get all template by language code and templatetype code using valid UIN with an invalid langcode role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -66,6 +70,7 @@ GetAllTemplateBylangCodeAndTemplateTypeCode: Resident_GetAllTemplateBylangCodeAndTemplateTypeCode_uin_Invalid_Templatetypecode: endPoint: /resident/v1/auth-proxy/masterdata/templates/{langcode}/{templatetypecode} + description: Get all template by language code and templatetype code using valid UIN with an invalid templatetype code role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -86,6 +91,7 @@ GetAllTemplateBylangCodeAndTemplateTypeCode: Resident_GetAllTemplateBylangCodeAndTemplateTypeCode_Invalid_Token: endPoint: /resident/v1/auth-proxy/masterdata/templates/{langcode}/{templatetypecode} + description: Get all template by language code and templatetype code using valid UIN with an invalid token role: invalid checkErrorsOnlyInResponse: true restMethod: get @@ -106,6 +112,7 @@ GetAllTemplateBylangCodeAndTemplateTypeCode: Resident_GetAllTemplateBylangCodeAndTemplateTypeCode_vid_1_Valid_Smoke: endPoint: /resident/v1/auth-proxy/masterdata/templates/{langcode}/{templatetypecode} + description: Get all template by language code and templatetype code using valid VID role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -121,6 +128,7 @@ GetAllTemplateBylangCodeAndTemplateTypeCode: Resident_GetAllTemplateBylangCodeAndTemplateTypeCode_vid_2_Valid_Smoke: endPoint: /resident/v1/auth-proxy/masterdata/templates/{langcode}/{templatetypecode} + description: Get all template by language code and templatetype code using an another valid VID role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -136,6 +144,7 @@ GetAllTemplateBylangCodeAndTemplateTypeCode: Resident_GetAllTemplateBylangCodeAndTemplateTypeCode_vid_3_Valid_Smoke: endPoint: /resident/v1/auth-proxy/masterdata/templates/{langcode}/{templatetypecode} + description: Get all template by language code and templatetype code using an another valid VID role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -151,6 +160,7 @@ GetAllTemplateBylangCodeAndTemplateTypeCode: Resident_GetAllTemplateBylangCodeAndTemplateTypeCode_vid_Invalid_Langcode: endPoint: /resident/v1/auth-proxy/masterdata/templates/{langcode}/{templatetypecode} + description: Get all template by language code and templatetype code using a valid VID with an invalid langcode role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -171,6 +181,7 @@ GetAllTemplateBylangCodeAndTemplateTypeCode: Resident_GetAllTemplateBylangCodeAndTemplateTypeCode_vid_Invalid_Templatetypecode: endPoint: /resident/v1/auth-proxy/masterdata/templates/{langcode}/{templatetypecode} + description: Get all template by language code and templatetype code using a valid VID with an invalid templatetype code role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetAuthLockStatus/GetAuthLockStatus.yml b/apitest/src/main/resources/resident/GetAuthLockStatus/GetAuthLockStatus.yml index 110a0cc1af7..313fb1bbd02 100644 --- a/apitest/src/main/resources/resident/GetAuthLockStatus/GetAuthLockStatus.yml +++ b/apitest/src/main/resources/resident/GetAuthLockStatus/GetAuthLockStatus.yml @@ -1,6 +1,7 @@ residentNewVid: Resident_GetAuthLockStatus_uin_all_Valid_Smoke: endPoint: /resident/v1/auth-lock-status + description: Get authlock status using a valid UIN with all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -13,6 +14,7 @@ residentNewVid: Resident_GetAuthLockStatus_Invalid_Token_Neg: endPoint: /resident/v1/auth-lock-status + description: Get authlock status using a valid UIN with an invalid token role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -31,6 +33,7 @@ residentNewVid: Resident_GetAuthLockStatus_Vid_all_Valid_Smoke: endPoint: /resident/v1/auth-lock-status + description: Get authlock status using a valid VID with all valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetChannelVerificationStatus/GetChannelVerificationStatus.yml b/apitest/src/main/resources/resident/GetChannelVerificationStatus/GetChannelVerificationStatus.yml index 2401afbb856..5d90f8c772b 100644 --- a/apitest/src/main/resources/resident/GetChannelVerificationStatus/GetChannelVerificationStatus.yml +++ b/apitest/src/main/resources/resident/GetChannelVerificationStatus/GetChannelVerificationStatus.yml @@ -1,6 +1,7 @@ GetChannelVerificationStatus: Resident_GetChannelVerificationStatus_For_Email_Valid_Smoke: endPoint: /resident/v1/channel/verification-status/?channel={channel}&individualId={individualId} + description: Get channel verification status for Email with valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -42,6 +43,7 @@ GetChannelVerificationStatus: Resident_GetChannelVerificationStatus_For_Phone_all_Valid_Smoke: endPoint: /resident/v1/channel/verification-status/?channel={channel}&individualId={individualId} + description: Get channel verification status for phone with all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -61,7 +63,7 @@ GetChannelVerificationStatus: "transactionId": "$TRANSACTIONID$", "requesttime": "$TIMESTAMP$", "individualId": "$ID:AddIdentity_withValidParameters_smoke_Pos_UIN$", - "otp": "$ID:AddIdentity_withValidParameters_smoke_Pos_PHONE$@phone", + "otp": "$ID:AddIdentity_withValidParameters_smoke_Pos_PHONE$@phone$", "validateOtpReqTemplate": "resident/ValidateOTP/ValidateOTP", "validateOtpEndPoint": "/resident/v1/validate-otp" } @@ -83,6 +85,7 @@ GetChannelVerificationStatus: Resident_GetChannelVerificationStatus_Invalid_Channel: endPoint: /resident/v1/channel/verification-status/?channel={channel}&individualId={individualId} + description: Get channel verification status using an invalid channel role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -129,6 +132,7 @@ GetChannelVerificationStatus: Resident_GetChannelVerificationStatus_Invalid_Id: endPoint: /resident/v1/channel/verification-status/?channel={channel}&individualId={individualId} + description: Get channel verification status using an invalid Id role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -175,6 +179,7 @@ GetChannelVerificationStatus: Resident_GetChannelVerificationStatus_Empty_Channel_Neg: endPoint: /resident/v1/channel/verification-status/?channel={channel}&individualId={individualId} + description: Get channel verification status using an empty channel role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -221,6 +226,7 @@ GetChannelVerificationStatus: Resident_GetChannelVerificationStatus_Empty_Id_Neg: endPoint: /resident/v1/channel/verification-status/?channel={channel}&individualId={individualId} + description: Get channel verification status using an empty Id role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -267,6 +273,7 @@ GetChannelVerificationStatus: Resident_GetChannelVerificationStatus_Email_Valid_Smoke: endPoint: /resident/v1/channel/verification-status/?channel={channel}&individualId={individualId} + description: Get channel verification status using valid Email role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -306,6 +313,7 @@ GetChannelVerificationStatus: Resident_GetChannelVerificationStatus_Phone_Valid_Smoke: endPoint: /resident/v1/channel/verification-status/?channel={channel}&individualId={individualId} + description: Get channel verification status using valid phone role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -345,6 +353,7 @@ GetChannelVerificationStatus: Resident_GetChannelVerificationStatus_Email_Invalid: endPoint: /resident/v1/channel/verification-status/?channel={channel}&individualId={individualId} + description: Get channel verification status using an invalid email role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -390,6 +399,7 @@ GetChannelVerificationStatus: Resident_GetChannelVerificationStatus_Phone_Invalid: endPoint: /resident/v1/channel/verification-status/?channel={channel}&individualId={individualId} + description: Get channel verification status using an invalid phone role: resident checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetCheckEventIdStatus/GetCheckEventIdStatus.yml b/apitest/src/main/resources/resident/GetCheckEventIdStatus/GetCheckEventIdStatus.yml index 8b78d724151..99ce923bf94 100644 --- a/apitest/src/main/resources/resident/GetCheckEventIdStatus/GetCheckEventIdStatus.yml +++ b/apitest/src/main/resources/resident/GetCheckEventIdStatus/GetCheckEventIdStatus.yml @@ -1,6 +1,7 @@ GetCheckEventIdStatus: Resident_GetCheckEventIdStatus_uin_all_Valid_Smoke: endPoint: /resident/v1/events/{eventId}?langCode={langCode} + description: Get check eventId status using a valid UIN with all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -16,6 +17,7 @@ GetCheckEventIdStatus: Resident_GetCheckEventIdStatus_vid_all_Valid_Smoke: endPoint: /resident/v1/events/{eventId}?langCode={langCode} + description: Get check eventId status using a valid VID with all valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -31,6 +33,7 @@ GetCheckEventIdStatus: Resident_GetCheckEventIdStatus_uin_Invalid_eventId_Neg: endPoint: /resident/v1/events/{eventId}?langCode={langCode} + description: Get check eventId status using a valid UIN with an invalid eventId role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -51,6 +54,7 @@ GetCheckEventIdStatus: Resident_GetCheckEventIdStatus_vid_Invalid_eventId_Neg: endPoint: /resident/v1/events/{eventId}?langCode={langCode} + description: Get check eventId status using a valid VID with an invalid eventId role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -71,6 +75,7 @@ GetCheckEventIdStatus: Resident_GetCheckEventIdStatus_uin_Invalid_LangCode_Neg: endPoint: /resident/v1/events/{eventId}?langCode={langCode} + description: Get check eventId status using a valid UIN with an invalid langcode role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -91,6 +96,7 @@ GetCheckEventIdStatus: Resident_GetCheckEventIdStatus_vid_Invalid_LangCode_Neg: endPoint: /resident/v1/events/{eventId}?langCode={langCode} + description: Get check eventId status using a valid VID with an invalid langcode role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetCoordinateSpecificRegistrationCenters/GetCoordinateSpecificRegistrationCenters.yml b/apitest/src/main/resources/resident/GetCoordinateSpecificRegistrationCenters/GetCoordinateSpecificRegistrationCenters.yml index 27d85b37b4f..5b9a1268c4e 100644 --- a/apitest/src/main/resources/resident/GetCoordinateSpecificRegistrationCenters/GetCoordinateSpecificRegistrationCenters.yml +++ b/apitest/src/main/resources/resident/GetCoordinateSpecificRegistrationCenters/GetCoordinateSpecificRegistrationCenters.yml @@ -1,6 +1,7 @@ GetCoordinateSpecificRegistrationCenters: Resident_GetCoordinateSpecificRegistrationCenters_allValid_smoke: endPoint: /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} + description: Get coordinate specific registration centers using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -18,6 +19,7 @@ GetCoordinateSpecificRegistrationCenters: Resident_GetCoordinateSpecificRegistrationCenters_Invalid_langCode: endPoint: /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} + description: Get coordinate specific registration centers using an invalid langcode role: resident restMethod: get inputTemplate: resident/GetCoordinateSpecificRegistrationCenters/getCoordinateSpecificRegistrationCenters @@ -40,6 +42,7 @@ GetCoordinateSpecificRegistrationCenters: Resident_GetCoordinateSpecificRegistrationCenters_Invalid_Latitude: endPoint: /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} + description: Get coordinate specific registration centers using an invalid latitude role: resident restMethod: get inputTemplate: resident/GetCoordinateSpecificRegistrationCenters/getCoordinateSpecificRegistrationCenters @@ -62,6 +65,7 @@ GetCoordinateSpecificRegistrationCenters: Resident_GetCoordinateSpecificRegistrationCenters_Invalid_Random_Proximity_Distance: endPoint: /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} + description: Get coordinate specific registration centers using an invalid random proximitydistance role: resident restMethod: get inputTemplate: resident/GetCoordinateSpecificRegistrationCenters/getCoordinateSpecificRegistrationCenters @@ -83,6 +87,7 @@ GetCoordinateSpecificRegistrationCenters: Resident_GetCoordinateSpecificRegistrationCenters_Random_Longitude: endPoint: /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} + description: Get coordinate specific registration centers using random longitude role: resident restMethod: get inputTemplate: resident/GetCoordinateSpecificRegistrationCenters/getCoordinateSpecificRegistrationCenters @@ -104,6 +109,7 @@ GetCoordinateSpecificRegistrationCenters: Resident_GetCoordinateSpecificRegistrationCenters_Random_Latitude: endPoint: /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} + description: Get coordinate specific registration centers using random latitude role: resident restMethod: get inputTemplate: resident/GetCoordinateSpecificRegistrationCenters/getCoordinateSpecificRegistrationCenters @@ -125,6 +131,7 @@ GetCoordinateSpecificRegistrationCenters: Resident_GetCoordinateSpecificRegistrationCenters_Valid_smoke: endPoint: /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} + description: Get coordinate specific registration centers using valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -142,6 +149,7 @@ GetCoordinateSpecificRegistrationCenters: Resident_GetCoordinateSpecificRegistrationCenters_Invalid_langCode_Neg: endPoint: /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} + description: Get coordinate specific registration centers using an invalid langcode role: resident restMethod: get inputTemplate: resident/GetCoordinateSpecificRegistrationCenters/getCoordinateSpecificRegistrationCenters @@ -163,6 +171,7 @@ GetCoordinateSpecificRegistrationCenters: Resident_GetCoordinateSpecificRegistrationCenters_Invalid_Latitude_Neg: endPoint: /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} + description: Get coordinate specific registration centers using an invalid latitude role: resident restMethod: get inputTemplate: resident/GetCoordinateSpecificRegistrationCenters/getCoordinateSpecificRegistrationCenters @@ -185,6 +194,7 @@ GetCoordinateSpecificRegistrationCenters: Resident_GetCoordinateSpecificRegistrationCenters_Invalid_Proximity_Distance_Neg: endPoint: /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} + description: Get coordinate specific registration centers using an invalid proximitydistance role: resident restMethod: get inputTemplate: resident/GetCoordinateSpecificRegistrationCenters/getCoordinateSpecificRegistrationCenters @@ -206,6 +216,7 @@ GetCoordinateSpecificRegistrationCenters: Resident_GetCoordinateSpecificRegistrationCenters_Invalid_Longitude: endPoint: /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} + description: Get coordinate specific registration centers using an invalid longitude role: resident restMethod: get inputTemplate: resident/GetCoordinateSpecificRegistrationCenters/getCoordinateSpecificRegistrationCenters @@ -227,6 +238,7 @@ GetCoordinateSpecificRegistrationCenters: Resident_GetCoordinateSpecificRegistrationCenters_StatusCode_Empty_LangCode_Neg: endPoint: /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} + description: Get coordinate specific registration centers statuscode using an empty langcode role: resident restMethod: get inputTemplate: resident/GetCoordinateSpecificRegistrationCenters/getCoordinateSpecificRegistrationCenters @@ -241,6 +253,7 @@ GetCoordinateSpecificRegistrationCenters: Resident_GetCoordinateSpecificRegistrationCenters_StatusCode_Empty_Latitude_Neg: endPoint: /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} + description: Get coordinate specific registration centers statuscode using an empty latitude role: resident restMethod: get inputTemplate: resident/GetCoordinateSpecificRegistrationCenters/getCoordinateSpecificRegistrationCenters @@ -255,6 +268,7 @@ GetCoordinateSpecificRegistrationCenters: Resident_GetCoordinateSpecificRegistrationCenters_StatusCode_Empty_Longitude_Neg: endPoint: /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} + description: Get coordinate specific registration centers statuscode using an empty longitude role: resident restMethod: get inputTemplate: resident/GetCoordinateSpecificRegistrationCenters/getCoordinateSpecificRegistrationCenters diff --git a/apitest/src/main/resources/resident/GetDocumentTypes/GetDocumentTypes.yml b/apitest/src/main/resources/resident/GetDocumentTypes/GetDocumentTypes.yml index 9b957471f90..ce9d033672f 100644 --- a/apitest/src/main/resources/resident/GetDocumentTypes/GetDocumentTypes.yml +++ b/apitest/src/main/resources/resident/GetDocumentTypes/GetDocumentTypes.yml @@ -1,6 +1,7 @@ GetDocumentTypes: Resident_GetGetDocumentTypes_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/documenttypes/{documentcategorycode}/{langcode} + description: Get getdocumenttypes using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -15,6 +16,7 @@ GetDocumentTypes: Resident_GetGetDocumentTypes1_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/documenttypes/{documentcategorycode}/{langcode} + description: Get one getdocumenttypes using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -29,6 +31,7 @@ GetDocumentTypes: Resident_GetGetDocumentTypes2_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/documenttypes/{documentcategorycode}/{langcode} + description: Get second getdocumenttypes using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -43,6 +46,7 @@ GetDocumentTypes: Resident_GetGetDocumentTypes3_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/documenttypes/{documentcategorycode}/{langcode} + description: Get third getdocumenttypes using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -57,6 +61,7 @@ GetDocumentTypes: Resident_GetGetDocumentTypes4_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/documenttypes/{documentcategorycode}/{langcode} + description: Get fourth getdocumenttypes using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -71,6 +76,7 @@ GetDocumentTypes: Resident_GetGetDocumentTypes_Invalid_Documentcatagorycode_Neg: endPoint: /resident/v1/proxy/masterdata/documenttypes/{documentcategorycode}/{langcode} + description: Get getdocumenttypes using an invalid documentcategorycode role: resident restMethod: get inputTemplate: resident/GetDocumentTypes/GetDocumentTypes @@ -90,6 +96,7 @@ GetDocumentTypes: Resident_GetGetDocumentTypes_Invalid_langcode_Neg: endPoint: /resident/v1/proxy/masterdata/documenttypes/{documentcategorycode}/{langcode} + description: Get getdocumenttypes using an invalid langcode role: resident restMethod: get inputTemplate: resident/GetDocumentTypes/GetDocumentTypes diff --git a/apitest/src/main/resources/resident/GetGenderCode/GetGenderCode.yml b/apitest/src/main/resources/resident/GetGenderCode/GetGenderCode.yml index 745044221eb..7870989bb82 100644 --- a/apitest/src/main/resources/resident/GetGenderCode/GetGenderCode.yml +++ b/apitest/src/main/resources/resident/GetGenderCode/GetGenderCode.yml @@ -1,6 +1,7 @@ GetGenderCode: Resident_GetGenderCode_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/gendercode/{gendertype}/{langcode} + description: Get gendercode using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -15,6 +16,7 @@ GetGenderCode: Resident_GetGenderCode1_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/gendercode/{gendertype}/{langcode} + description: Get one gendercode using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -29,6 +31,7 @@ GetGenderCode: Resident_GetGenderCode2_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/gendercode/{gendertype}/{langcode} + description: Get another gendercode using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -43,6 +46,7 @@ GetGenderCode: Resident_GetGenderCode_Invalid_GenderType_Neg: endPoint: /resident/v1/proxy/masterdata/gendercode/{gendertype}/{langcode} + description: Get gendercode using an invalid gendertype role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -64,6 +68,7 @@ GetGenderCode: Resident_GetGenderCode_Invalid_langCode_Neg: endPoint: /resident/v1/proxy/masterdata/gendercode/{gendertype}/{langcode} + description: Get gendercode using an invalid langcode role: resident checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetIdentityMapping/GetIdentityMapping.yml b/apitest/src/main/resources/resident/GetIdentityMapping/GetIdentityMapping.yml index a5aa8140ba1..0525c6ddf72 100644 --- a/apitest/src/main/resources/resident/GetIdentityMapping/GetIdentityMapping.yml +++ b/apitest/src/main/resources/resident/GetIdentityMapping/GetIdentityMapping.yml @@ -1,6 +1,7 @@ GetIdentityMapping: Resident_GetIdentityMapping_all_Valid_Smoke: endPoint: /resident/v1/auth-proxy/config/identity-mapping + description: Get identity mapping using all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetImmediateChildrenByLocCodeAndLangCode/GetImmediateChildrenByLocCodeAndLangCode.yml b/apitest/src/main/resources/resident/GetImmediateChildrenByLocCodeAndLangCode/GetImmediateChildrenByLocCodeAndLangCode.yml index 3e053a6fb74..4746870a271 100644 --- a/apitest/src/main/resources/resident/GetImmediateChildrenByLocCodeAndLangCode/GetImmediateChildrenByLocCodeAndLangCode.yml +++ b/apitest/src/main/resources/resident/GetImmediateChildrenByLocCodeAndLangCode/GetImmediateChildrenByLocCodeAndLangCode.yml @@ -1,6 +1,7 @@ GetImmediateChildrenByLocCodeAndLangCode: Resident_GetImmediateChildrenByLocCodeAndLangCode_allValid_smoke: endPoint: /resident/v1/proxy/masterdata/locations/immediatechildren/{locationCode}/{langCode} + description: Get immediate children by location code and language code using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -15,6 +16,7 @@ GetImmediateChildrenByLocCodeAndLangCode: Resident_GetImmediateChildrenByLocCodeAndLangCode_Invalid_locationCode: endPoint: /resident/v1/proxy/masterdata/locations/immediatechildren/{locationCode}/{langCode} + description: Get immediate children by location code and language code using an invalid location code role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -35,6 +37,7 @@ GetImmediateChildrenByLocCodeAndLangCode: Resident_GetImmediateChildrenByLocCodeAndLangCode_Invalid_langCode: endPoint: /resident/v1/proxy/masterdata/locations/immediatechildren/{locationCode}/{langCode} + description: Get immediate children by location code and language code using an invalid language code role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -55,6 +58,7 @@ GetImmediateChildrenByLocCodeAndLangCode: Resident_GetImmediateChildrenByLocCodeAndLangCode_StatusCode_Empty_locationCode_Neg: endPoint: /resident/v1/proxy/masterdata/locations/immediatechildren/{locationCode}/{langCode} + description: Get immediate children by location code and language code using an empty location code role: resident checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetInputAttributeValues/GetInputAttributeValues.yml b/apitest/src/main/resources/resident/GetInputAttributeValues/GetInputAttributeValues.yml index 34d49a1630e..21f82be00a4 100644 --- a/apitest/src/main/resources/resident/GetInputAttributeValues/GetInputAttributeValues.yml +++ b/apitest/src/main/resources/resident/GetInputAttributeValues/GetInputAttributeValues.yml @@ -1,6 +1,7 @@ GetInputAttributeValues: Resident_GetInputAttributeValues1_UIN_all_Valid_Smoke: endPoint: /resident/v1/identity/info/type/{schemaType} + description: Get input attribute values using a valid UIN with all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -15,6 +16,7 @@ GetInputAttributeValues: Resident_GetInputAttributeValues2_UIN_all_Valid_Smoke: endPoint: /resident/v1/identity/info/type/{schemaType} + description: Get second input attribute values using a valid UIN with all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -28,6 +30,7 @@ GetInputAttributeValues: Resident_GetInputAttributeValues3_UIN_all_Valid_Smoke: endPoint: /resident/v1/identity/info/type/{schemaType} + description: Get third input attribute values using a valid UIN with all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -41,6 +44,7 @@ GetInputAttributeValues: Resident_GetInputAttributeValues_UIN_Invalid_SchemaType_Neg: endPoint: /resident/v1/identity/info/type/{schemaType} + description: Get input attribute values using a valid UIN with an invalid schematype role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -60,6 +64,7 @@ GetInputAttributeValues: Resident_GetInputAttributeValues1_Vid_all_Valid_Smoke: endPoint: /resident/v1/identity/info/type/{schemaType} + description: Get input attribute values using a valid VID with all valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -73,6 +78,7 @@ GetInputAttributeValues: Resident_GetInputAttributeValues2_Vid_all_Valid_Smoke: endPoint: /resident/v1/identity/info/type/{schemaType} + description: Get second input attribute values using a valid VID with all valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -86,6 +92,7 @@ GetInputAttributeValues: Resident_GetInputAttributeValues3_Vid_all_Valid_Smoke: endPoint: /resident/v1/identity/info/type/{schemaType} + description: Get third input attribute values using a valid VID with all valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetLastClickNotification/GetLastClickNotification.yml b/apitest/src/main/resources/resident/GetLastClickNotification/GetLastClickNotification.yml index c775d54fb83..5aff53e5c54 100644 --- a/apitest/src/main/resources/resident/GetLastClickNotification/GetLastClickNotification.yml +++ b/apitest/src/main/resources/resident/GetLastClickNotification/GetLastClickNotification.yml @@ -1,6 +1,7 @@ GetLastClickNotification: Resident_GetLastClickNotification_uin_all_Valid_Smoke: endPoint: /resident/v1/bell/notification-click + description: Get last click notification using a valid UIN with all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -14,6 +15,7 @@ GetLastClickNotification: Resident_GetLastClickNotification_vid_all_Valid_Smoke: endPoint: /resident/v1/bell/notification-click + description: Get last click notification using a valid VID with all valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -27,6 +29,7 @@ GetLastClickNotification: Resident_GetLastClickNotification_uin_InValid_Token: endPoint: /resident/v1/bell/notification-click + description: Get last click notification using a valid UIN with an invalid token role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -46,6 +49,7 @@ GetLastClickNotification: Resident_GetLastClickNotification_Invalid_Token: endPoint: /resident/v1/bell/notification-click + description: Get last click notification using an invalid token role: resident checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetLatestIdSchema/GetLatestIdSchema.yml b/apitest/src/main/resources/resident/GetLatestIdSchema/GetLatestIdSchema.yml index 66f56cb2a14..486ba43889c 100644 --- a/apitest/src/main/resources/resident/GetLatestIdSchema/GetLatestIdSchema.yml +++ b/apitest/src/main/resources/resident/GetLatestIdSchema/GetLatestIdSchema.yml @@ -1,6 +1,7 @@ GetLatestIdSchema: Resident_GetLatestIdSchema_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/idschema/latest?schemaVersion={schemaVersion}&domain={domain}&type={type} + description: Get latest Idschema using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -16,6 +17,7 @@ GetLatestIdSchema: Resident_GetLatestIdSchema_Invalid_Schema_Version: endPoint: /resident/v1/proxy/masterdata/idschema/latest?schemaVersion={schemaVersion}&domain={domain}&type={type} + description: Get latest Idschema using an invalid schema version role: resident checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetLocationDetailsByLocCodeAndLangCode/GetLocationDetailsByLocCodeAndLangCode.yml b/apitest/src/main/resources/resident/GetLocationDetailsByLocCodeAndLangCode/GetLocationDetailsByLocCodeAndLangCode.yml index 02a3d3eb27a..d8d14173401 100644 --- a/apitest/src/main/resources/resident/GetLocationDetailsByLocCodeAndLangCode/GetLocationDetailsByLocCodeAndLangCode.yml +++ b/apitest/src/main/resources/resident/GetLocationDetailsByLocCodeAndLangCode/GetLocationDetailsByLocCodeAndLangCode.yml @@ -1,6 +1,7 @@ GetLocationDetailsByLocCodeAndLangCode: Resident_GetLocationDetailsByLocCodeAndLangCode_allValid_smoke: endPoint: /resident/v1/proxy/masterdata/locations/info/{loccode}/{langCode} + description: Get location details by location code and language code using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -16,6 +17,7 @@ GetLocationDetailsByLocCodeAndLangCode: Resident_GetLocationDetailsByLocCodeAndLangCode_Invalid_LangCode: endPoint: /resident/v1/proxy/masterdata/locations/info/{loccode}/{langCode} + description: Get location details by location code and language code using an invalid langcode role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -36,6 +38,7 @@ GetLocationDetailsByLocCodeAndLangCode: Resident_GetLocationDetailsByLocCodeAndLangCode_Invalid_LocationCode: endPoint: /resident/v1/proxy/masterdata/locations/info/{loccode}/{langCode} + description: Get location details by location code and language code using an invalid location code role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -56,6 +59,7 @@ GetLocationDetailsByLocCodeAndLangCode: Resident_GetLocationDetailsByLocCodeAndLangCode_StatusCode_Empty_LangCode_Neg: endPoint: /resident/v1/proxy/masterdata/locations/info/{loccode}/{langCode} + description: Get location details by location code and language code using an empty langcode role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -69,6 +73,7 @@ GetLocationDetailsByLocCodeAndLangCode: Resident_GetLocationDetailsByLocCodeAndLangCode_StatusCode_Empty_LocationCode_Neg: endPoint: /resident/v1/proxy/masterdata/locations/info/{loccode}/{langCode} + description: Get location details by location code and language code using an empty location code role: resident checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetLocationHierarchyByLanguageCode/GetLocationHierarchyByLangCode.yml b/apitest/src/main/resources/resident/GetLocationHierarchyByLanguageCode/GetLocationHierarchyByLangCode.yml index 6417e1dfb84..9590e800cc2 100644 --- a/apitest/src/main/resources/resident/GetLocationHierarchyByLanguageCode/GetLocationHierarchyByLangCode.yml +++ b/apitest/src/main/resources/resident/GetLocationHierarchyByLanguageCode/GetLocationHierarchyByLangCode.yml @@ -1,6 +1,7 @@ GetLocationHierarchyByLanguageCode: Resident_GetLocationHierarchyByLanguageCode_All_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/locationHierarchyLevels/{langCode} + description: Get location hierarchy by language code using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -15,6 +16,7 @@ GetLocationHierarchyByLanguageCode: Resident_GetLocationHierarchyByLanguageCode_InValid_LangCode: endPoint: /resident/v1/proxy/masterdata/locationHierarchyLevels/{langCode} + description: Get location hierarchy by language code using an invalid langcode role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -34,6 +36,7 @@ GetLocationHierarchyByLanguageCode: Resident_GetLocationHierarchyByLanguageCode_Empty_LangCode_Neg: endPoint: /resident/v1/proxy/masterdata/locationHierarchyLevels/{langCode} + description: Get location hierarchy by language code using an empty langcode role: resident checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetNotifications/GetNotifications.yml b/apitest/src/main/resources/resident/GetNotifications/GetNotifications.yml index 06d25e9332c..ab0beaf8874 100644 --- a/apitest/src/main/resources/resident/GetNotifications/GetNotifications.yml +++ b/apitest/src/main/resources/resident/GetNotifications/GetNotifications.yml @@ -1,6 +1,7 @@ GetNotifications: Resident_GetNotifications_vid_all_Valid_Smoke: endPoint: /resident/v1/notifications/{langCode} + description: Get notifications of VID with all valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -17,6 +18,7 @@ GetNotifications: Resident_GetNotifications_vid_pageSize_all_Valid_Smoke: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex}&pageSize={pageSize} + description: Get notifications of VID using pageSize with all valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -33,6 +35,7 @@ GetNotifications: Resident_GetNotifications_vid_pageIndex_all_Valid_Smoke: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex} + description: Get notifications of VID using pageIndex with all valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -49,6 +52,7 @@ GetNotifications: Resident_GetNotifications_Invalid_pageIndex_Neg: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex} + description: Get notifications using an invalid pageIndex role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -70,6 +74,7 @@ GetNotifications: Resident_GetNotifications_vid_Invalid_Token_Neg: endPoint: /resident/v1/notifications/{langCode} + description: Get notifications of VID using an invalid token role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -91,6 +96,7 @@ GetNotifications: Resident_GetNotifications_vid_1_Invalid_PageNo_Pos: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex}&pageSize={pageSize} + description: Get notifications of VID using an invalid page number role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -107,6 +113,7 @@ GetNotifications: Resident_GetNotifications_vid_all_InValid_langcode_Neg: endPoint: /resident/v1/notifications/{langCode} + description: Get notifications of VID using an invalid token role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -128,6 +135,7 @@ GetNotifications: Resident_GetNotifications_vid_SpaceVal_langcode_Neg: endPoint: /resident/v1/notifications/{langCode} + description: Get notifications of VID using special value langcode role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -149,6 +157,7 @@ GetNotifications: Resident_GetNotifications_vid_Neg_Value_PageStart_Neg: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex}&pageSize={pageSize} + description: Get notifications of VID using negative value pagestart role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -170,6 +179,7 @@ GetNotifications: Resident_GetNotifications_vid_Neg_Value_pageSize_Neg: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex}&pageSize={pageSize} + description: Get notifications of VID using negative value pageSize role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -192,6 +202,7 @@ GetNotifications: Resident_GetNotifications_vid_StringVal_Invalid_pageSize_Neg: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex}&pageSize={pageSize} + description: Get notifications of VID using stringvalue in pageSize role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -213,6 +224,7 @@ GetNotifications: Resident_GetNotifications_vid_StringVal_Invalid_pageIndex_Neg: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex} + description: Get notifications of VID using stringvalue in pageIndex role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -234,6 +246,7 @@ GetNotifications: }' Resident_GetNotifications_uin_all_Valid_Smoke: endPoint: /resident/v1/notifications/{langCode} + description: Get notifications of UIN using all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -250,6 +263,7 @@ GetNotifications: Resident_GetNotifications_uin_pageSize_all_Valid_Smoke: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex}&pageSize={pageSize} + description: Get notifications of UIN using valid pageSize and all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -266,6 +280,7 @@ GetNotifications: Resident_GetNotifications_uin_pageIndex_all_Valid_Smoke: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex}&pageSize={pageSize} + description: Get notifications of UIN using valid pageIndex and all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -282,6 +297,7 @@ GetNotifications: Resident_GetNotifications_uin_1_Invalid_PageNo_Pos: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex}&pageSize={pageSize} + description: Get notifications of UIN using invalid pageNo role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -297,6 +313,7 @@ GetNotifications: Resident_GetNotifications_uin_all_InValid_langcode_Neg: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex}&pageSize={pageSize} + description: Get notifications of UIN using invalid langcode role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -318,6 +335,7 @@ GetNotifications: Resident_GetNotifications_uin_StatusCode_empty_langcode_Neg: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex}&pageSize={pageSize} + description: Get notifications of UIN status code using an empty langcode role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -332,6 +350,7 @@ GetNotifications: Resident_GetNotifications_uin_SpaceVal_langcode_Neg: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex}&pageSize={pageSize} + description: Get notifications of UIN using an space value langcode role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -353,6 +372,7 @@ GetNotifications: Resident_GetNotifications_uin_Neg_Value_PageStart_Neg: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex}&pageSize={pageSize} + description: Get notifications of UIN using negative value PageStart role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -374,6 +394,7 @@ GetNotifications: Resident_GetNotifications_uin_Neg_Value_pageSize_Neg: endPoint: /resident/v1/notifications/{langCode}?pageIndex={pageIndex}&pageSize={pageSize} + description: Get notifications of UIN using negative value PageSize role: residentNew checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetNotificationsCount/GetNotificationsCount.yml b/apitest/src/main/resources/resident/GetNotificationsCount/GetNotificationsCount.yml index 3f43538fa5d..08bfabe079d 100644 --- a/apitest/src/main/resources/resident/GetNotificationsCount/GetNotificationsCount.yml +++ b/apitest/src/main/resources/resident/GetNotificationsCount/GetNotificationsCount.yml @@ -1,6 +1,7 @@ GetNotificationsCount: Resident_GetNotificationsCount_vid_all_Valid_Smoke: endPoint: /resident/v1/unread/notification-count + description: Get notifications count of VID using all valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -14,6 +15,7 @@ GetNotificationsCount: Resident_GetNotificationsCount_uin_all_Valid_Smoke: endPoint: /resident/v1/unread/notification-count + description: Get notifications count of UIN using all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -27,6 +29,7 @@ GetNotificationsCount: Resident_GetNotificationsCount_uin_InvalidToken_Neg: endPoint: /resident/v1/unread/notification-count + description: Get notifications count of VID using an invalid token role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -45,6 +48,7 @@ GetNotificationsCount: Resident_GetNotificationsCount_vid_InvalidToken_Neg: endPoint: /resident/v1/unread/notification-count + description: Get notifications count of VID using an invalid token role: resident checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetOrderStatus/GetOrderStatus.yml b/apitest/src/main/resources/resident/GetOrderStatus/GetOrderStatus.yml index eae2d6975d0..8d702920883 100644 --- a/apitest/src/main/resources/resident/GetOrderStatus/GetOrderStatus.yml +++ b/apitest/src/main/resources/resident/GetOrderStatus/GetOrderStatus.yml @@ -1,6 +1,7 @@ GetOrderStatus: Resident_GetOrderStatus_0_Valid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get order status using UIN with valid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -14,6 +15,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_1_Valid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 1st order status using UIN with valid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -27,6 +29,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_2_Valid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 2nd order status using UIN with valid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -40,6 +43,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_3_Valid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 3rd order status using UIN with valid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -53,6 +57,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_4_Valid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 4th order status using UIN with valid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -66,6 +71,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_5_Valid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 5th order status using UIN with valid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -79,6 +85,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_6_Invalid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 6th order status using UIN with an invalid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -97,6 +104,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_7_Invalid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 7th order status using UIN with an invalid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -115,6 +123,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_8_Invalid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 8th order status using UIN with an invalid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -133,6 +142,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_9_Invalid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 9th order status using UIN with an invalid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -152,6 +162,7 @@ GetOrderStatus: Resident_GetOrderStatus_Vid_0_Valid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get order status using VID with valid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -165,6 +176,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_Vid_1_Valid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 1st order status using VID with valid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -178,6 +190,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_Vid_2_Valid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 2nd order status using VID with valid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -191,6 +204,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_Vid_3_Valid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 3rd order status using VID with valid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -204,6 +218,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_Vid_4_Valid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 4th order status using VID with valid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -217,6 +232,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_Vid_5_Valid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 5th order status using VID with valid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -230,6 +246,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_Vid_6_Invalid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 6th order status using VID with an invalid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -248,6 +265,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_Vid_7_Invalid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 7th order status using VID with an invalid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -266,6 +284,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_Vid_8_Invalid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 8th order status using VID with an invalid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus @@ -284,6 +303,7 @@ GetOrderStatus: }' Resident_GetOrderStatus_Vid_9_Invalid_TransactionID_Smoke: endPoint: /resident/v1/mock/print-partner/check-order-status?transactionId={transactionId}&individualId={individualId} + description: Get 9th order status using VID with an invalid transactionId role: resident restMethod: get inputTemplate: resident/GetOrderStatus/GetOrderStatus diff --git a/apitest/src/main/resources/resident/GetPartnersByPartnerType/GetPartnersByPartnerType.yml b/apitest/src/main/resources/resident/GetPartnersByPartnerType/GetPartnersByPartnerType.yml index 09ec85e94ac..3dbaa8cd40c 100644 --- a/apitest/src/main/resources/resident/GetPartnersByPartnerType/GetPartnersByPartnerType.yml +++ b/apitest/src/main/resources/resident/GetPartnersByPartnerType/GetPartnersByPartnerType.yml @@ -1,6 +1,7 @@ GetPartnersByPartnerType: Resident_GetPartnersByPartnerType_uin_all_Valid_Smoke_sid: endPoint: /resident/v1/auth-proxy/partners?partnerType={partnerType} + description: Get partners by partnertype using UIN with all valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -15,6 +16,7 @@ GetPartnersByPartnerType: Resident_GetPartnersByPartnerType_uin_Empty_PartnerType_Valid_Smoke: endPoint: /resident/v1/auth-proxy/partners?partnerType={partnerType} + description: Get partners by partnertype using UIN with an empty partnertype role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -28,6 +30,7 @@ GetPartnersByPartnerType: Resident_GetPartnersByPartnerType_Invalid_Token: endPoint: /resident/v1/auth-proxy/partners?partnerType={partnerType} + description: Get partners by partnertype using an invalid token role: residen checkErrorsOnlyInResponse: true restMethod: get @@ -47,6 +50,7 @@ GetPartnersByPartnerType: Resident_GetPartnersByPartnerType_Empty_Token_Neg: endPoint: /resident/v1/auth-proxy/partners?partnerType={partnerType} + description: Get partners by partnertype using an empty token role: checkErrorsOnlyInResponse: true restMethod: get @@ -66,6 +70,7 @@ GetPartnersByPartnerType: Resident_GetPartnersByPartnerType_vid_all_Valid_Smoke_sid: endPoint: /resident/v1/auth-proxy/partners?partnerType={partnerType} + description: Get partners by partnertype using VID with all valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -79,6 +84,7 @@ GetPartnersByPartnerType: Resident_GetPartnersByPartnerType_vid_Empty_PartnerType_Valid_Smoke: endPoint: /resident/v1/auth-proxy/partners?partnerType={partnerType} + description: Get partners by partnertype using VID with an empty partnertype role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetPolicyforMappedPartnerAndCredentialtype/GetPolicyforMappedPartnerAndCredentialtype.yml b/apitest/src/main/resources/resident/GetPolicyforMappedPartnerAndCredentialtype/GetPolicyforMappedPartnerAndCredentialtype.yml index 53994f363b8..1737bad3e1b 100644 --- a/apitest/src/main/resources/resident/GetPolicyforMappedPartnerAndCredentialtype/GetPolicyforMappedPartnerAndCredentialtype.yml +++ b/apitest/src/main/resources/resident/GetPolicyforMappedPartnerAndCredentialtype/GetPolicyforMappedPartnerAndCredentialtype.yml @@ -1,6 +1,7 @@ GetPolicyforMappedPartnerAndCredentialtype: Partner_GetPolicyforMappedPartnerAndCredentialtype_AllValid_Smoke: endPoint: /resident/v1/req/policy/partnerId/{partnerId}/credentialType/{credentialType} + description: Get policy for mapped partner and credential type using all valid inputs role: resident restMethod: get inputTemplate: resident/GetPolicyforMappedPartnerAndCredentialtype/getPolicyforMappedPartnerAndCredentialtype @@ -15,6 +16,7 @@ GetPolicyforMappedPartnerAndCredentialtype: }' Partner_GetPolicyforMappedPartnerAndCredentialtype_InValid_partnerId: endPoint: /resident/v1/req/policy/partnerId/{partnerId}/credentialType/{credentialType} + description: Get policy for mapped partner and credential type using an invalid partnerId role: resident restMethod: get inputTemplate: resident/GetPolicyforMappedPartnerAndCredentialtype/getPolicyforMappedPartnerAndCredentialtype @@ -33,6 +35,7 @@ GetPolicyforMappedPartnerAndCredentialtype: }' Partner_GetPolicyforMappedPartnerAndCredentialtype_InValid_CredentialType: endPoint: /resident/v1/req/policy/partnerId/{partnerId}/credentialType/{credentialType} + description: Get policy for mapped partner and credential type using an invalid credentialType role: resident restMethod: get inputTemplate: resident/GetPolicyforMappedPartnerAndCredentialtype/getPolicyforMappedPartnerAndCredentialtype diff --git a/apitest/src/main/resources/resident/GetProfile/GetProfile.yml b/apitest/src/main/resources/resident/GetProfile/GetProfile.yml index 15621d81abb..9b6a5f57d43 100644 --- a/apitest/src/main/resources/resident/GetProfile/GetProfile.yml +++ b/apitest/src/main/resources/resident/GetProfile/GetProfile.yml @@ -1,6 +1,7 @@ GetProfile: Resident_GetProfile_uin_all_Valid_Smoke: endPoint: /resident/v1/profile + description: Get profile using a UIN with valid inputs role: residentNew checkErrorsOnlyInResponse: true restMethod: get @@ -14,6 +15,7 @@ GetProfile: Resident_GetProfile_Vid_Valid_Smoke: endPoint: /resident/v1/profile + description: Get profile using a VID with valid inputs role: residentNewVid checkErrorsOnlyInResponse: true restMethod: get @@ -27,6 +29,7 @@ GetProfile: Resident_GetProfile_Invalid_User_Neg: endPoint: /resident/v1/profile + description: Get profile using an invalid user role: resident checkErrorsOnlyInResponse: true restMethod: get diff --git a/apitest/src/main/resources/resident/GetRegCenterByLangCodeAndHierarchyLevel/GetRegCenterByLangCodeAndHierarchyLevel.yml b/apitest/src/main/resources/resident/GetRegCenterByLangCodeAndHierarchyLevel/GetRegCenterByLangCodeAndHierarchyLevel.yml index 714c4b2be3c..99d0dcba448 100644 --- a/apitest/src/main/resources/resident/GetRegCenterByLangCodeAndHierarchyLevel/GetRegCenterByLangCodeAndHierarchyLevel.yml +++ b/apitest/src/main/resources/resident/GetRegCenterByLangCodeAndHierarchyLevel/GetRegCenterByLangCodeAndHierarchyLevel.yml @@ -1,6 +1,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level using all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -17,6 +18,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_Invalid_HierarchyLevel: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level using an invalid hierrachylevel role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -38,6 +40,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_Invalid_Name: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level using an invalid name role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -59,6 +62,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_Invalid_LangCode: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level using an invalid langcode role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -80,6 +84,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_RandomVal_LangCode_Neg: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level using random value langcode role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -101,6 +106,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_RandomVal_Level_Neg: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level using random value level role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -122,6 +128,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_RandomVal_Name_Neg: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level using random value name role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -143,6 +150,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_StatusCode_Empty_LangCode_MandatoryFields_Neg: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level statusCode using an empty langcode role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -157,6 +165,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_StatusCode_Empty_Level_MandatoryFields_Neg: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level statusCode using an empty level role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -171,6 +180,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_Empty_Name_MandatoryFields_Neg: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level using an empty name role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -192,6 +202,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_0_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level 0 with all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -207,6 +218,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_1_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level 1 with all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -222,6 +234,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_2_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level 2 with all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -237,6 +250,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_3_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level 3 with all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -252,6 +266,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_4_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level 4 with all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get @@ -267,6 +282,7 @@ GetRegCenterByLangCodeAndHierarchyLevel: Resident_GetRegCenterByLangCodeAndHierarchyLevel_5_all_Valid_Smoke: endPoint: /resident/v1/proxy/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} + description: Get registration center by language code and hierarchy level 5 with all valid inputs role: resident checkErrorsOnlyInResponse: true restMethod: get