From f35ef37b9ed4fd11eb8118c86aa28e3e0d481b57 Mon Sep 17 00:00:00 2001 From: Famuda1234 Date: Thu, 12 Feb 2026 19:25:50 +0530 Subject: [PATCH 1/4] MOSIP-44431:Masterdata - Update the test case descriptions to improve clarity Signed-off-by: Famuda1234 --- .../testrunner/MosipTestRunner.java | 2 +- .../resources/config/masterdata.properties | 45 ++++++++++--------- .../BiometricAttributes.yml | 14 +++--- .../BlockListedWordValidation.yml | 2 +- .../CreateBlockListedWords.yml | 10 ++--- .../UpdateBlockListedWords.yml | 14 +++--- .../masterdata/BulkUpload/BulkUpload.yml | 4 +- .../CreateApplicationType.yml | 2 +- .../CreateBiometricType.yml | 2 +- .../masterdata/CreateIdType/CreateIdType.yml | 4 +- .../DecommisionDevice/decommisionDevice.yml | 4 +- .../DecommisionMachine/DecommisionMachine.yml | 2 +- .../DecommissionRegCenter.yml | 2 +- .../DeleteBlockListedWords.yml | 2 +- .../masterdata/DeleteDevice/deleteDevice.yml | 2 +- .../DeleteDeviceSpec/deleteDeviceSpec.yml | 4 +- .../deleteDocumentCategory.yml | 4 +- .../DeleteDocumentType/deleteDocumentType.yml | 4 +- .../DeleteDynamicField/DeleteDynamicField.yml | 6 +-- .../DeleteGenderType/DeleteGenderType.yml | 4 +- .../DeleteHoliday/deleteHoliday.yml | 8 ++-- .../DeleteLanguage/DeleteLanguage.yml | 2 +- .../DeleteLocation/DeleteLocation.yml | 4 +- .../DeleteLocationData/DeleteLocationData.yml | 2 +- .../DeleteMachine/DeleteMachine.yml | 4 +- .../DeleteMachineSpec/DeleteMachineSpec.yml | 4 +- .../DeleteRegCenter/DeleteRegCenter.yml | 2 +- .../DeleteRegCenterType.yml | 4 +- .../DeleteTemplate/DeleteTemplate.yml | 4 +- .../DeleteTemplateFileFormat.yml | 4 +- .../DeleteUserCenterMapping.yml | 4 +- .../DeleteUserDetails/DeleteUserDetails.yml | 2 +- .../DeleteValidDocument.yml | 2 +- .../DeleteZoneUser/DeleteZoneUser.yml | 2 +- .../masterdata/Device/CreateDevice.yml | 26 +++++------ .../masterdata/Device/UpdateDevice.yml | 26 +++++------ .../masterdata/DeviceFilter/DeviceFilter.yml | 14 +++--- .../masterdata/DeviceSearch/DeviceSearch.yml | 16 +++---- .../DeviceSpecFilter/DeviceSpecFilter.yml | 22 ++++----- .../CreateDeviceSpecification.yml | 40 ++++++++--------- .../UpdateDeviceSpecification.yml | 36 +++++++-------- 41 files changed, 181 insertions(+), 180 deletions(-) diff --git a/api-test/src/main/java/io/mosip/testrig/apirig/masterdata/testrunner/MosipTestRunner.java b/api-test/src/main/java/io/mosip/testrig/apirig/masterdata/testrunner/MosipTestRunner.java index 25be1c8bcea..6eb486113b7 100644 --- a/api-test/src/main/java/io/mosip/testrig/apirig/masterdata/testrunner/MosipTestRunner.java +++ b/api-test/src/main/java/io/mosip/testrig/apirig/masterdata/testrunner/MosipTestRunner.java @@ -101,7 +101,7 @@ public static void main(String[] arg) { AdminTestUtil.getZoneName(); AdminTestUtil.getLeafZone(); - for (int i = 0; i < localLanguageList.size(); i++) { + for (int i = 0; i < 1; i++) { BaseTestCase.languageList.clear(); BaseTestCase.languageList.add(localLanguageList.get(i)); SkipTestCaseHandler.clearTestCaseInSkippedList(); diff --git a/api-test/src/main/resources/config/masterdata.properties b/api-test/src/main/resources/config/masterdata.properties index 3591f365429..0d0b76b5ca9 100644 --- a/api-test/src/main/resources/config/masterdata.properties +++ b/api-test/src/main/resources/config/masterdata.properties @@ -3,50 +3,53 @@ #------------------------ Environment URLs and Database Connections ------------------------# # Keycloak URL. -keycloak-external-url = https://iam.qa-java21.mosip.net +keycloak-external-url = https://iam.dev.mosip.net # PostgreSQL URLs for audit and partner databases. -audit_url = jdbc:postgresql://qa-java21.mosip.net:5432/mosip_audit -partner_url = jdbc:postgresql://qa-java21.mosip.net:5432/mosip_ida +audit_url = jdbc:postgresql://dev.mosip.net:5432/mosip_audit +partner_url = jdbc:postgresql://dev.mosip.net:5432/mosip_ida # Database server for connections. -db-server = qa-java21.mosip.net -db-port = 5432 +db-server = api-internal.dev.mosip.net +db-port=5433 #------------------------ secrets and passwords ------------------------# #------------------------ Keycloak Passwords ------------------------# # Used for Keycloak authentication. -keycloak_Password = +keycloak_Password = ERXmrcM1Nr #------------------------ PostgreSQL Database Passwords ------------------------# # Credentials for connecting to Postgres databases. audit_password = partner_password = -postgres-password = +postgres-password = ^G5tz@r*Ye0#BE20 #-------- Client Secret Keys ----------# # These keys are used for various services, make sure to update the values as required when running locally. -mosip_partner_client_secret = -mosip_pms_client_secret = -mosip_resident_client_secret = -mosip_idrepo_client_secret = -mosip_reg_client_secret = -mosip_admin_client_secret = -mosip_hotlist_client_secret = -mosip_regproc_client_secret = -mpartner_default_mobile_secret = -mosip_testrig_client_secret = -AuthClientSecret = +mosip_partner_client_secret = F63e5xx1F8idC6YF +mosip_pms_client_secret = BtUzPKFfcDeR5cgN +mosip_resident_client_secret = Kjllrl55gPKAaAPs +mosip_idrepo_client_secret = d6BN7u1ffxAJsrgJ +mosip_reg_client_secret = 6mgCxWcppHFGNaMm +mosip_admin_client_secret = 2IPwPkdZrfthJc9e +mosip_hotlist_client_secret = 9NdpFHwwprXkp5af +mosip_regproc_client_secret = P5HDTsFx8guffswQ +mpartner_default_mobile_secret = 4KMCh44tvPZgrLdf +mosip_testrig_client_secret = dkQEIjvQYyo6JGND +AuthClientSecret = Kjllrl55gPKAaAPs mosip_crvs1_client_secret = #-------- Generic Configuration ----------# # Enable or disable debugging mode (yes/no). -enableDebug = no +enableDebug = yes + +# Whether to use pre-configured OTP (true/false). +usePreConfiguredOtp = false # Mock Notification Channels (email/phone/email,phone). mockNotificationChannel = email,phone @@ -74,6 +77,4 @@ moduleNamePattern = # X-XSS-Protection: Controls the XSS (Cross-Site Scripting) filter in browsers. # Values: (yes/no) -xssProtectionCheck = no - -testCasesToExecute = \ No newline at end of file +xssProtectionCheck = \ No newline at end of file diff --git a/api-test/src/main/resources/masterdata/BiometricAttributes/BiometricAttributes.yml b/api-test/src/main/resources/masterdata/BiometricAttributes/BiometricAttributes.yml index 788def1be10..1dafaef6b08 100644 --- a/api-test/src/main/resources/masterdata/BiometricAttributes/BiometricAttributes.yml +++ b/api-test/src/main/resources/masterdata/BiometricAttributes/BiometricAttributes.yml @@ -2,7 +2,7 @@ BiometricAttributes: MasterData_BiometricAttributes_All_Valid_Smoke_sid: endPoint: /v1/masterdata/biometricattributes uniqueIdentifier: TC_Masterdata_BiometricAttributes_01 - description: Create Biometric Attribute with valid data + description: Verify that the system successfully returns all biometric attributes when the API is called with valid input details and a valid SID role: admin checkErrorsOnlyInResponse: true templateFields: ["langCode"] @@ -25,7 +25,7 @@ BiometricAttributes: MasterData_BiometricAttributes_Invalid_empty_biometricTypeCode: endPoint: /v1/masterdata/biometricattributes uniqueIdentifier: TC_Masterdata_BiometricAttributes_02 - description: Create Biometric Attributes with empty Biometric Type code value + description: Verify that the system returns an error when the biometricTypeCode field is sent as empty in the Master Data Biometric Attributes API request role: admin templateFields: ["langCode"] restMethod: post @@ -52,7 +52,7 @@ BiometricAttributes: MasterData_BiometricAttributes_Invalid_biometricTypeCode: endPoint: /v1/masterdata/biometricattributes uniqueIdentifier: TC_Masterdata_BiometricAttributes_03 - description: Create Biometric Attributes with invalid Biometric Type code value + description: Verify that the system returns an error when an invalid biometricTypeCode is provided in the Master Data Biometric Attributes API request role: admin templateFields: ["langCode"] restMethod: post @@ -78,7 +78,7 @@ BiometricAttributes: MasterData_BiometricAttributes_empty_langCode: endPoint: /v1/masterdata/biometricattributes uniqueIdentifier: TC_Masterdata_BiometricAttributes_04 - description: Create Biometric Attributes with empty lang code value + description: Verify that the system returns an error when the langCode field is sent as empty in the Master Data Biometric Attributes API request role: admin restMethod: post inputTemplate: masterdata/BiometricAttributes/biometricAttributes @@ -104,7 +104,7 @@ BiometricAttributes: MasterData_BiometricAttributes_Invalid_langCode: endPoint: /v1/masterdata/biometricattributes uniqueIdentifier: TC_Masterdata_BiometricAttributes_05 - description: Create Biometric Attributes with invalid lang code value + description: Verify that the system returns an error when an invalid langCode is provided in the Master Data Biometric Attributes API request role: admin restMethod: post inputTemplate: masterdata/BiometricAttributes/biometricAttributes @@ -130,7 +130,7 @@ BiometricAttributes: MasterData_BiometricAttributes_empty_code: endPoint: /v1/masterdata/biometricattributes uniqueIdentifier: TC_Masterdata_BiometricAttributes_06 - description: Create Biometric Attributes with empty code value + description: Verify that the system returns an error when the code field is sent as empty in the Master Data Biometric Attributes API request role: admin templateFields: ["langCode"] restMethod: post @@ -157,7 +157,7 @@ BiometricAttributes: MasterData_BiometricAttributes_Invalid_empty_name: endPoint: /v1/masterdata/biometricattributes uniqueIdentifier: TC_Masterdata_BiometricAttributes_07 - description: Create Biometric Attributes with empty name value + description: Verify that the system returns an error when the name field is empty or invalid in the Master Data Biometric Attributes API request role: admin templateFields: ["langCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/BlockListedWordValidation/BlockListedWordValidation.yml b/api-test/src/main/resources/masterdata/BlockListedWordValidation/BlockListedWordValidation.yml index 419cc717f8b..69a2176df42 100644 --- a/api-test/src/main/resources/masterdata/BlockListedWordValidation/BlockListedWordValidation.yml +++ b/api-test/src/main/resources/masterdata/BlockListedWordValidation/BlockListedWordValidation.yml @@ -2,7 +2,7 @@ BlockListedWordValidation: Masterdata_BlockListedWordValidation_eng_All_Valid_Smoke: endPoint: /v1/masterdata/blocklistedwords/words uniqueIdentifier: TC_Masterdata_BlockListedWordValidation_01 - description: Validate the Block Listed words + description: Verify that the system successfully validates a block-listed word in English when all input details are valid role: admin templateFields: [] restMethod: post diff --git a/api-test/src/main/resources/masterdata/BlockListedWords/CreateBlockListedWords.yml b/api-test/src/main/resources/masterdata/BlockListedWords/CreateBlockListedWords.yml index bdff45cd7c6..f53a86750ef 100644 --- a/api-test/src/main/resources/masterdata/BlockListedWords/CreateBlockListedWords.yml +++ b/api-test/src/main/resources/masterdata/BlockListedWords/CreateBlockListedWords.yml @@ -2,7 +2,7 @@ CreateBlockListedWords: Masterdata_CreateBlockListedWords_All_Valid_Smoke_Sid: endPoint: /v1/masterdata/blocklistedwords uniqueIdentifier: TC_Masterdata_CreateBlockListedWords_01 - description: Create block listed words with valid data + description: Verify that the system successfully creates a block-listed word when the API is called with valid input details and a valid SID role: admin templateFields: ["description","word"] restMethod: post @@ -21,7 +21,7 @@ CreateBlockListedWords: Masterdata_CreateBlockListedWords_space_in_word: endPoint: /v1/masterdata/blocklistedwords uniqueIdentifier: TC_Masterdata_CreateBlockListedWords_02 - description: Create block listed word with space in word value + description: Verify that the system correctly handles creating a block-listed word when the word contains spaces role: admin templateFields: ["description","word"] restMethod: post @@ -45,7 +45,7 @@ CreateBlockListedWords: Masterdata_CreateBlockListedWords_Invalid_BlocklistedWordsLength129: endPoint: /v1/masterdata/blocklistedwords uniqueIdentifier: TC_Masterdata_CreateBlockListedWords_03 - description: Create block listed words with invalid length of word more than 128 charectars + description: Verify that the system rejects the request when attempting to create a block-listed word that exceeds the maximum allowed length (129 characters) role: admin templateFields: ["description"] restMethod: post @@ -69,7 +69,7 @@ CreateBlockListedWords: Masterdata_CreateBlockListedWords_Invalid_DescriptionLength257: endPoint: /v1/masterdata/blocklistedwords uniqueIdentifier: TC_Masterdata_CreateBlockListedWords_04 - description: Create block listed words with invalid Description of more than 256 charectars + description: Verify that the system does not allow creating a block-listed word when the description is longer than 257 characters role: admin templateFields: ["word"] restMethod: post @@ -93,7 +93,7 @@ CreateBlockListedWords: Masterdata_CreateBlockListedWords_Invalid_EmptyWord: endPoint: /v1/masterdata/blocklistedwords uniqueIdentifier: TC_Masterdata_CreateBlockListedWords_05 - description: Create block listed words with empty word value + description: Verify that the system does not allow creating a block-listed word when the word field is empty role: admin templateFields: ["description"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/BlockListedWords/UpdateBlockListedWords.yml b/api-test/src/main/resources/masterdata/BlockListedWords/UpdateBlockListedWords.yml index c4b73d4b3b2..bee24aef205 100644 --- a/api-test/src/main/resources/masterdata/BlockListedWords/UpdateBlockListedWords.yml +++ b/api-test/src/main/resources/masterdata/BlockListedWords/UpdateBlockListedWords.yml @@ -2,7 +2,7 @@ UpdateBlockListedWords: Masterdata_UpdateBlockListedWords_All_Valid_Smoked_Sid: endPoint: /v1/masterdata/blocklistedwords uniqueIdentifier: TC_Masterdata_UpdateBlockListedWords_01 - description: Update Block Listed Words with valid data + description: Verify that the system successfully updates a block-listed word when valid details and a valid SID are provided role: admin templateFields: ["description","word","oldWord"] restMethod: put @@ -23,7 +23,7 @@ UpdateBlockListedWords: Masterdata_UpdateBlockListedWords_with_spaces: endPoint: /v1/masterdata/blocklistedwords uniqueIdentifier: TC_Masterdata_UpdateBlockListedWords_02 - description: Update Block Listed Words with spaces in word + description: Verify that the system correctly updates a block-listed word when the word contains spaces role: admin templateFields: ["description","word","oldWord"] restMethod: put @@ -48,7 +48,7 @@ UpdateBlockListedWords: Masterdata_UpdateBlockListedWords_Valid_WordLength128: endPoint: /v1/masterdata/blocklistedwords uniqueIdentifier: TC_Masterdata_UpdateBlockListedWords_03 - description: Update Block Listed Words with valid word length of 128 charectars + description: Verify that the system successfully updates a block-listed word when the word length is exactly 128 characters role: admin templateFields: ["description"] restMethod: put @@ -72,7 +72,7 @@ UpdateBlockListedWords: Masterdata_UpdateBlockListedWords_Invalid_BlocklistedWordsLength129: endPoint: /v1/masterdata/blocklistedwords uniqueIdentifier: TC_Masterdata_UpdateBlockListedWords_04 - description: Update Block Listed Words with invalid length of word more than 128 charectars + description: Verify that the system does not allow updating a block-listed word when the word length is more than 128 characters (129 characters) role: admin templateFields: ["description"] restMethod: put @@ -97,7 +97,7 @@ UpdateBlockListedWords: Masterdata_UpdateBlockListedWords_inValid_descriptionBlank: endPoint: /v1/masterdata/blocklistedwords uniqueIdentifier: TC_Masterdata_UpdateBlockListedWords_05 - description: Update Block Listed Words with invalid Description empty + description: Verify that the system does not allow updating a block-listed word when the description field is blank role: admin templateFields: ["word"] restMethod: put @@ -121,7 +121,7 @@ UpdateBlockListedWords: Masterdata_UpdateBlockListedWords_Invalid_DescriptionLength257: endPoint: /v1/masterdata/blocklistedwords uniqueIdentifier: TC_Masterdata_UpdateBlockListedWords_06 - description: Update Block Listed Words with invalid length of Description more than 256 charectars + description: Verify that the system does not allow updating a block-listed word when the description is longer than 257 characters role: admin templateFields: ["word"] restMethod: put @@ -146,7 +146,7 @@ UpdateBlockListedWords: Masterdata_UpdateBlockListedWords_Invalid_EmptyWord: endPoint: /v1/masterdata/blocklistedwords uniqueIdentifier: TC_Masterdata_UpdateBlockListedWords_07 - description: Update Block Listed Words with invalid word empty + description: Verify that the system does not allow updating a block-listed word when the word field is empty role: admin templateFields: ["description"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/BulkUpload/BulkUpload.yml b/api-test/src/main/resources/masterdata/BulkUpload/BulkUpload.yml index bde79b3dd77..8e71f8ec95c 100644 --- a/api-test/src/main/resources/masterdata/BulkUpload/BulkUpload.yml +++ b/api-test/src/main/resources/masterdata/BulkUpload/BulkUpload.yml @@ -2,7 +2,7 @@ BulkUpload: Masterdata_BulkUpload_Smoke_sid: endPoint: /v1/admin/bulkupload uniqueIdentifier: TC_Masterdata_BulkUpload_01 - description: Bulk Upload with valid data + description: Verify that the system successfully performs bulk upload with valid details and a valid SID role: admin restMethod: post inputTemplate: masterdata/BulkUpload/bulkUpload @@ -20,7 +20,7 @@ BulkUpload: Masterdata_BulkUpload_update_gender_name: endPoint: /v1/admin/bulkupload uniqueIdentifier: TC_Masterdata_BulkUpload_02 - description: Update Gender Name from Bulk upload + description: Verify that the system successfully updates the gender name through bulk upload with valid data role: admin restMethod: post inputTemplate: masterdata/BulkUpload/bulkUpload diff --git a/api-test/src/main/resources/masterdata/CreateApplicationType/CreateApplicationType.yml b/api-test/src/main/resources/masterdata/CreateApplicationType/CreateApplicationType.yml index c4e3041cf4a..13e2d067f06 100644 --- a/api-test/src/main/resources/masterdata/CreateApplicationType/CreateApplicationType.yml +++ b/api-test/src/main/resources/masterdata/CreateApplicationType/CreateApplicationType.yml @@ -2,7 +2,7 @@ CreateApplicationType: Masterdata_CreateApplicationType_All_Valid_Smoke: endPoint: /v1/masterdata/applicationtypes uniqueIdentifier: TC_Masterdata_CreateApplicationType_01 - description: Create Application Type with valid data + description: Verify that the system successfully creates an application type when all the details are valid role: admin templateFields: ["langCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/CreateBiometricType/CreateBiometricType.yml b/api-test/src/main/resources/masterdata/CreateBiometricType/CreateBiometricType.yml index 3dcc8fe5059..ed81e094517 100644 --- a/api-test/src/main/resources/masterdata/CreateBiometricType/CreateBiometricType.yml +++ b/api-test/src/main/resources/masterdata/CreateBiometricType/CreateBiometricType.yml @@ -2,7 +2,7 @@ CreateBiometricTypes: Masterdata_CreateBiometricTypes_All_Valid_Smoke: endPoint: /v1/masterdata/biometrictypes uniqueIdentifier: TC_Masterdata_CreateBiometricTypes_01 - description: Create Biometric Types with valid data + description: Verify that the system successfully creates a biometric type with valid data role: admin templateFields: ["langCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/CreateIdType/CreateIdType.yml b/api-test/src/main/resources/masterdata/CreateIdType/CreateIdType.yml index 647be3ac213..26d310ad439 100644 --- a/api-test/src/main/resources/masterdata/CreateIdType/CreateIdType.yml +++ b/api-test/src/main/resources/masterdata/CreateIdType/CreateIdType.yml @@ -2,7 +2,7 @@ CreateIdType: MasterData_CreateIdType_allValid_smoke: endPoint: /v1/masterdata/idtypes uniqueIdentifier: TC_Masterdata_CreateIdType_01 - description: Create Id Type with valid data + description: Verify that the system successfully creates an ID type with valid data role: admin templateFields: ["langCode"] restMethod: post @@ -21,7 +21,7 @@ CreateIdType: MasterData_CreateIdType_Invalid_langCode: endPoint: /v1/masterdata/idtypes uniqueIdentifier: TC_Masterdata_CreateIdType_02 - description: Create Id Type with invalid langcode + description: Verify that the system does not create an ID type when an invalid language code is provided role: admin restMethod: post inputTemplate: masterdata/CreateIdType/createIdType diff --git a/api-test/src/main/resources/masterdata/DecommisionDevice/decommisionDevice.yml b/api-test/src/main/resources/masterdata/DecommisionDevice/decommisionDevice.yml index 8949feaaa43..32bfc075fd2 100644 --- a/api-test/src/main/resources/masterdata/DecommisionDevice/decommisionDevice.yml +++ b/api-test/src/main/resources/masterdata/DecommisionDevice/decommisionDevice.yml @@ -2,7 +2,7 @@ DecommisionDevice: MasterData_DecommisionDevice_All_Valid_Smoke_sid: endPoint: /v1/masterdata/devices/decommission/{deviceId} uniqueIdentifier: TC_Masterdata_DecommisionDevice_01 - description: Decommission Device with all valid data + description: Verify that the system successfully decommissions a device when all details are valid role: globalAdmin checkErrorsOnlyInResponse: true restMethod: put @@ -16,7 +16,7 @@ DecommisionDevice: MasterData_DecommisionDevice_Invalid_ID: endPoint: /v1/masterdata/devices/decommission/{deviceId} uniqueIdentifier: TC_Masterdata_DecommisionDevice_02 - description: Decommission Device with invalid deviceId + description: Verify that the system does not decommission a device when an invalid device ID is provided role: admin restMethod: put inputTemplate: masterdata/DecommisionDevice/decommisionDevice diff --git a/api-test/src/main/resources/masterdata/DecommisionMachine/DecommisionMachine.yml b/api-test/src/main/resources/masterdata/DecommisionMachine/DecommisionMachine.yml index 9341582862d..df3ced86d2c 100644 --- a/api-test/src/main/resources/masterdata/DecommisionMachine/DecommisionMachine.yml +++ b/api-test/src/main/resources/masterdata/DecommisionMachine/DecommisionMachine.yml @@ -2,7 +2,7 @@ DecommisionMachine: MasterData_DecommisionMachine_Invalid_ID: endPoint: /v1/masterdata/machines/decommission/{id} uniqueIdentifier: TC_Masterdata_DecommisionMachine_01 - description: Decommission Machine with invalid id + description: Verify that the system does not decommission a machine when an invalid machine ID is provided role: admin templateFields: [] restMethod: put diff --git a/api-test/src/main/resources/masterdata/DecommissionRegCenter/DecommissionRegCenter.yml b/api-test/src/main/resources/masterdata/DecommissionRegCenter/DecommissionRegCenter.yml index 218d4dfe5fd..a4925c0c036 100644 --- a/api-test/src/main/resources/masterdata/DecommissionRegCenter/DecommissionRegCenter.yml +++ b/api-test/src/main/resources/masterdata/DecommissionRegCenter/DecommissionRegCenter.yml @@ -2,7 +2,7 @@ DecommissionRegCenter: MasterData_DecommissionRegCenter_All_Valid_Smoke_sid: endPoint: /v1/masterdata/registrationcenters/decommission/{regCenterID} uniqueIdentifier: TC_Masterdata_DecommissionRegCenter_01 - description: Decommission Registration Center with valid data + description: Verify that the system successfully decommissions a registration center when all details are valid role: globalAdmin checkErrorsOnlyInResponse: true restMethod: put diff --git a/api-test/src/main/resources/masterdata/DeleteBlockListedWords/DeleteBlockListedWords.yml b/api-test/src/main/resources/masterdata/DeleteBlockListedWords/DeleteBlockListedWords.yml index 3ce64745096..31cfb6d0bd9 100644 --- a/api-test/src/main/resources/masterdata/DeleteBlockListedWords/DeleteBlockListedWords.yml +++ b/api-test/src/main/resources/masterdata/DeleteBlockListedWords/DeleteBlockListedWords.yml @@ -2,7 +2,7 @@ DeleteBlockListedWords: Masterdata_DeleteBlockListedWords_valid_smoke: endPoint: /v1/masterdata/blocklistedwords/{word} uniqueIdentifier: TC_Masterdata_DeleteBlockListedWords_01 - description: Delete Block Listed words with valid data + description: Verify that the system successfully deletes blocklisted words when all details are valid role: admin templateFields: ["word","code"] restMethod: Delete diff --git a/api-test/src/main/resources/masterdata/DeleteDevice/deleteDevice.yml b/api-test/src/main/resources/masterdata/DeleteDevice/deleteDevice.yml index 5e6b891114a..9df5fe8a198 100644 --- a/api-test/src/main/resources/masterdata/DeleteDevice/deleteDevice.yml +++ b/api-test/src/main/resources/masterdata/DeleteDevice/deleteDevice.yml @@ -2,7 +2,7 @@ DeleteDevice: MasterData_DeleteDevice_All_Valid_Smoke_sid: endPoint: /v1/masterdata/devices/{id} uniqueIdentifier: TC_Masterdata_DeleteDevice_01 - description: Delete Device with valid data + description: Verify that the system successfully deletes a device when all details are valid role: admin checkErrorsOnlyInResponse: true restMethod: delete diff --git a/api-test/src/main/resources/masterdata/DeleteDeviceSpec/deleteDeviceSpec.yml b/api-test/src/main/resources/masterdata/DeleteDeviceSpec/deleteDeviceSpec.yml index 4d8cb554337..d15e63b7b3d 100644 --- a/api-test/src/main/resources/masterdata/DeleteDeviceSpec/deleteDeviceSpec.yml +++ b/api-test/src/main/resources/masterdata/DeleteDeviceSpec/deleteDeviceSpec.yml @@ -2,7 +2,7 @@ DeleteDeviceSpec: MasterData_DeleteDeviceSpec_All_Valid_Smoke_sid: endPoint: /v1/masterdata/devicespecifications/{id} uniqueIdentifier: TC_Masterdata_DeleteDeviceSpec_01 - description: Delete Device Spec with valid data + description: Verify that the system successfully deletes a device specification when all details are valid role: admin checkErrorsOnlyInResponse: true templateFields: [] @@ -17,7 +17,7 @@ DeleteDeviceSpec: MasterData_DeleteDeviceSpec_Invalid_ID: endPoint: /v1/masterdata/devicespecifications/{id} uniqueIdentifier: TC_Masterdata_DeleteDeviceSpec_02 - description: Delete Device Spec with invalid id + description: Verify that the system does not delete a device specification when an invalid ID is provided role: admin templateFields: [] restMethod: delete diff --git a/api-test/src/main/resources/masterdata/DeleteDocumentCategory/deleteDocumentCategory.yml b/api-test/src/main/resources/masterdata/DeleteDocumentCategory/deleteDocumentCategory.yml index b4601761399..8d49fd78960 100644 --- a/api-test/src/main/resources/masterdata/DeleteDocumentCategory/deleteDocumentCategory.yml +++ b/api-test/src/main/resources/masterdata/DeleteDocumentCategory/deleteDocumentCategory.yml @@ -2,7 +2,7 @@ DeleteDocumentCategory: MasterData_DeleteDocumentCategory_All_Valid_Smoke_sid: endPoint: /v1/masterdata/documentcategories/{code} uniqueIdentifier: TC_Masterdata_DeleteDocumentCategory_01 - description: Delete Document Categoty with valid data + description: Verify that the system successfully deletes a document category when all details are valid role: admin restMethod: delete inputTemplate: masterdata/DeleteDocumentCategory/deleteDocumentCategory @@ -16,7 +16,7 @@ DeleteDocumentCategory: MasterData_DeleteDocumentCategory_Invalid_ID: endPoint: /v1/masterdata/documentcategories/{code} uniqueIdentifier: TC_Masterdata_DeleteDocumentCategory_02 - description: Delete Document Categoty with invalid code + description: Verify that the system does not delete a document category when an invalid ID is provided role: admin restMethod: delete inputTemplate: masterdata/DeleteDocumentCategory/deleteDocumentCategory diff --git a/api-test/src/main/resources/masterdata/DeleteDocumentType/deleteDocumentType.yml b/api-test/src/main/resources/masterdata/DeleteDocumentType/deleteDocumentType.yml index e2678663d89..919524ea110 100644 --- a/api-test/src/main/resources/masterdata/DeleteDocumentType/deleteDocumentType.yml +++ b/api-test/src/main/resources/masterdata/DeleteDocumentType/deleteDocumentType.yml @@ -2,7 +2,7 @@ DeleteDocumentType: MasterData_DeleteDocumentType_All_Valid_Smoke_sid: endPoint: /v1/masterdata/documenttypes/{code} uniqueIdentifier: TC_Masterdata_DeleteDocumentType_01 - description: Delete Document Type with valid data + description: Verify that the system successfully deletes a document type when all details are valid role: admin restMethod: delete inputTemplate: masterdata/DeleteDocumentType/deleteDocumentType @@ -16,7 +16,7 @@ DeleteDocumentType: MasterData_DeleteDocumentType_Invalid_ID: endPoint: /v1/masterdata/documenttypes/{code} uniqueIdentifier: TC_Masterdata_DeleteDocumentType_02 - description: Delete Document Type with invalid code + description: Verify that the system does not delete a document type when an invalid ID is provided role: admin restMethod: delete inputTemplate: masterdata/DeleteDocumentType/deleteDocumentType diff --git a/api-test/src/main/resources/masterdata/DeleteDynamicField/DeleteDynamicField.yml b/api-test/src/main/resources/masterdata/DeleteDynamicField/DeleteDynamicField.yml index ffcefcb5e99..08e5058c11d 100644 --- a/api-test/src/main/resources/masterdata/DeleteDynamicField/DeleteDynamicField.yml +++ b/api-test/src/main/resources/masterdata/DeleteDynamicField/DeleteDynamicField.yml @@ -2,7 +2,7 @@ DeleteDynamicField: MasterData_DeleteDynamicField_All_Valid_Smoke: endPoint: /v1/masterdata/dynamicfields/{id} uniqueIdentifier: TC_Masterdata_DeleteDynamicField_01 - description: Delete Dynamic Field with valid data + description: Verify that the system successfully deletes a dynamic field when all details are valid role: admin restMethod: delete inputTemplate: masterdata/DeleteDynamicField/deleteDynamicField @@ -16,7 +16,7 @@ DeleteDynamicField: MasterData_DeleteDynamicField_Invalid_ID: endPoint: /v1/masterdata/dynamicfields/{id} uniqueIdentifier: TC_Masterdata_DeleteDynamicField_02 - description: Delete Dynamic Field with invalid id + description: Verify that the system does not delete a dynamic field when an invalid ID is provided role: admin restMethod: delete inputTemplate: masterdata/DeleteDynamicField/deleteDynamicField @@ -35,7 +35,7 @@ DeleteDynamicField: MasterData_DeleteDynamicField_ByFieldName_allValid_smoke: endPoint: /v1/masterdata/dynamicfields/all/{id} uniqueIdentifier: TC_Masterdata_DeleteDynamicField_03 - description: Delete all Dynamic Field By id + description: Verify that the system successfully deletes a dynamic field by field name when all details are valid role: admin restMethod: delete inputTemplate: masterdata/DeleteDynamicField/deleteDynamicField diff --git a/api-test/src/main/resources/masterdata/DeleteGenderType/DeleteGenderType.yml b/api-test/src/main/resources/masterdata/DeleteGenderType/DeleteGenderType.yml index d4d9ef6d77a..aa4d54b2874 100644 --- a/api-test/src/main/resources/masterdata/DeleteGenderType/DeleteGenderType.yml +++ b/api-test/src/main/resources/masterdata/DeleteGenderType/DeleteGenderType.yml @@ -2,7 +2,7 @@ DeleteGenderType: MasterData_DeleteGenderType_All_Valid_Smoke_sid: endPoint: /v1/masterdata/gendertypes/{code} uniqueIdentifier: TC_Masterdata_DeleteGenderType_01 - description: Delete Gender Type with valid data + description: Verify that the system successfully deletes a gender type when all details are valid role: admin templateFields: [] restMethod: delete @@ -16,7 +16,7 @@ DeleteGenderType: MasterData_DeleteGenderType_Invalid_code: endPoint: /v1/masterdata/gendertypes/{code} uniqueIdentifier: TC_Masterdata_DeleteGenderType_02 - description: Delete Gender Type with invalid code + description: Verify that the system does not delete a gender type when an invalid code is provided role: admin templateFields: [] restMethod: delete diff --git a/api-test/src/main/resources/masterdata/DeleteHoliday/deleteHoliday.yml b/api-test/src/main/resources/masterdata/DeleteHoliday/deleteHoliday.yml index 6b8b698d902..f47b920f96a 100644 --- a/api-test/src/main/resources/masterdata/DeleteHoliday/deleteHoliday.yml +++ b/api-test/src/main/resources/masterdata/DeleteHoliday/deleteHoliday.yml @@ -2,7 +2,7 @@ DeleteHoliday: MasterData_DeleteHoliday_All_Valid_Smoke_sid: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_DeleteHoliday_01 - description: Delete Holiday with all valid data + description: Verify that the system successfully deletes a holiday when all details are valid role: admin templateFields: [] restMethod: delete @@ -21,7 +21,7 @@ DeleteHoliday: MasterData_DeleteHoliday_Invalid_requesttime_Neg: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_DeleteHoliday_02 - description: Delete Holiday with invalid requesttime + description: Verify that the system does not delete a holiday when an invalid request time is provided role: admin templateFields: [] restMethod: delete @@ -46,7 +46,7 @@ DeleteHoliday: MasterData_DeleteHoliday_Invalid_locationCode: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_DeleteHoliday_03 - description: Delete Holiday with invalid locationCode + description: Verify that the system does not delete a holiday when an invalid location code is provided role: admin templateFields: [] restMethod: delete @@ -71,7 +71,7 @@ DeleteHoliday: MasterData_DeleteHoliday_Invalid_holidayDate_Neg: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_DeleteHoliday_04 - description: Delete Holiday with invalid holidayDate + description: Verify that the system does not delete a holiday when an invalid holiday date is provided role: admin templateFields: [] restMethod: delete diff --git a/api-test/src/main/resources/masterdata/DeleteLanguage/DeleteLanguage.yml b/api-test/src/main/resources/masterdata/DeleteLanguage/DeleteLanguage.yml index c51143d3136..a59db4d484f 100644 --- a/api-test/src/main/resources/masterdata/DeleteLanguage/DeleteLanguage.yml +++ b/api-test/src/main/resources/masterdata/DeleteLanguage/DeleteLanguage.yml @@ -2,7 +2,7 @@ DeleteLanguage: Masterdata_DeleteLanguage_All_Valid_Smoke: endPoint: /v1/masterdata/languages/{code} uniqueIdentifier: TC_Masterdata_DeleteLanguage_01 - description: Delete Language with valid data + description: Verify that the system successfully deletes a language when all details are valid role: admin checkErrorsOnlyInResponse: true restMethod: delete diff --git a/api-test/src/main/resources/masterdata/DeleteLocation/DeleteLocation.yml b/api-test/src/main/resources/masterdata/DeleteLocation/DeleteLocation.yml index dd04e348495..dff6b433b0d 100644 --- a/api-test/src/main/resources/masterdata/DeleteLocation/DeleteLocation.yml +++ b/api-test/src/main/resources/masterdata/DeleteLocation/DeleteLocation.yml @@ -2,7 +2,7 @@ DeleteLocation: MasterData_DeleteLocation_All_Valid_Smoke_sid: endPoint: /v1/masterdata/locations/{locationcode} uniqueIdentifier: TC_Masterdata_DeleteLocation_01 - description: Delete Location with valid data + description: Verify that the system successfully deletes a location when all details are valid role: admin checkErrorsOnlyInResponse: true restMethod: delete @@ -16,7 +16,7 @@ DeleteLocation: MasterData_DeleteLocation_Invalid_ID: endPoint: /v1/masterdata/locations/{locationcode} uniqueIdentifier: TC_Masterdata_DeleteLocation_02 - description: Delete Location with invalid locationcode + description: Verify that the system does not delete a location when an invalid ID is provided role: admin restMethod: delete inputTemplate: masterdata/DeleteLocation/deleteLocation diff --git a/api-test/src/main/resources/masterdata/DeleteLocationData/DeleteLocationData.yml b/api-test/src/main/resources/masterdata/DeleteLocationData/DeleteLocationData.yml index a3210ad368e..bd413f39f29 100644 --- a/api-test/src/main/resources/masterdata/DeleteLocationData/DeleteLocationData.yml +++ b/api-test/src/main/resources/masterdata/DeleteLocationData/DeleteLocationData.yml @@ -2,7 +2,7 @@ DeleteLocationData: MasterData_DeleteLocationData_All_Valid_Smoke: endPoint: /v1/masterdata/locations/{locationCode} uniqueIdentifier: TC_MasterData_DeleteLocationData_01 - description: Delete Location Data with valid Location Code + description: Verify that the system successfully deletes location data when all details are valid role: admin checkErrorsOnlyInResponse: true restMethod: delete diff --git a/api-test/src/main/resources/masterdata/DeleteMachine/DeleteMachine.yml b/api-test/src/main/resources/masterdata/DeleteMachine/DeleteMachine.yml index b26c72187b0..dd6db2f2e43 100644 --- a/api-test/src/main/resources/masterdata/DeleteMachine/DeleteMachine.yml +++ b/api-test/src/main/resources/masterdata/DeleteMachine/DeleteMachine.yml @@ -2,7 +2,7 @@ DeleteMachine: MasterData_DeleteMachine_All_Valid_Smoke_sid: endPoint: /v1/masterdata/machines/{id} uniqueIdentifier: TC_Masterdata_DeleteMachine_01 - description: Delete Machine details with valid data + description: Verify that the system successfully deletes a machine when all details are valid role: globalAdmin checkErrorsOnlyInResponse: true templateFields: [] @@ -18,7 +18,7 @@ DeleteMachine: MasterData_DeleteMachine_Invalid_ID: endPoint: /v1/masterdata/machines/{id} uniqueIdentifier: TC_Masterdata_DeleteMachine_02 - description: Delete Machine with invalid id + description: Verify that the system does not delete a machine when an invalid ID is provided role: admin templateFields: [] restMethod: delete diff --git a/api-test/src/main/resources/masterdata/DeleteMachineSpec/DeleteMachineSpec.yml b/api-test/src/main/resources/masterdata/DeleteMachineSpec/DeleteMachineSpec.yml index 9afa01b0038..81774cc8544 100644 --- a/api-test/src/main/resources/masterdata/DeleteMachineSpec/DeleteMachineSpec.yml +++ b/api-test/src/main/resources/masterdata/DeleteMachineSpec/DeleteMachineSpec.yml @@ -2,7 +2,7 @@ DeleteMachineSpec: MasterData_DeleteMachineSpec_All_Valid_Smoke_sid: endPoint: /v1/masterdata/machinespecifications/{id} uniqueIdentifier: TC_Masterdata_DeleteMachineSpec_01 - description: Delete Machine Spec with valid data + description: Verify that the system successfully deletes a machine specification when all details are valid role: admin checkErrorsOnlyInResponse: true templateFields: [] @@ -18,7 +18,7 @@ DeleteMachineSpec: MasterData_DeleteMachineSpec_Invalid_ID: endPoint: /v1/masterdata/machinespecifications/{id} uniqueIdentifier: TC_Masterdata_DeleteMachineSpec_02 - description: Delete Machine Spec with invalid id + description: Verify that the system does not delete a machine specification when an invalid ID is provided role: admin restMethod: delete inputTemplate: masterdata/DeleteMachine/deleteMachine diff --git a/api-test/src/main/resources/masterdata/DeleteRegCenter/DeleteRegCenter.yml b/api-test/src/main/resources/masterdata/DeleteRegCenter/DeleteRegCenter.yml index 8067bfef016..c52ca0e3f35 100644 --- a/api-test/src/main/resources/masterdata/DeleteRegCenter/DeleteRegCenter.yml +++ b/api-test/src/main/resources/masterdata/DeleteRegCenter/DeleteRegCenter.yml @@ -2,7 +2,7 @@ DeleteRegCenter: MasterData_DeleteRegCenter_Invalid_ID: endPoint: /v1/masterdata/registrationcenters/{registrationCenterId} uniqueIdentifier: TC_Masterdata_DeleteRegCenter_01 - description: Delete Registration Center with invalid registrationCenterId + description: Verify that the system does not delete a registration center when an invalid ID is provided role: admin restMethod: delete inputTemplate: masterdata/DeleteRegCenter/deleteRegCenter diff --git a/api-test/src/main/resources/masterdata/DeleteRegCenterType/DeleteRegCenterType.yml b/api-test/src/main/resources/masterdata/DeleteRegCenterType/DeleteRegCenterType.yml index 8ea5ea5808a..f9990dd91ae 100644 --- a/api-test/src/main/resources/masterdata/DeleteRegCenterType/DeleteRegCenterType.yml +++ b/api-test/src/main/resources/masterdata/DeleteRegCenterType/DeleteRegCenterType.yml @@ -2,7 +2,7 @@ DeleteRegCenterType: MasterData_DeleteRegCenterType_All_Valid_Smoke_sid: endPoint: /v1/masterdata/registrationcentertypes/{code} uniqueIdentifier: TC_Masterdata_DeleteRegCenterType_01 - description: Delete RegCenter Type with all valid data + description: Verify that the system successfully deletes a registration center type when all details are valid role: admin restMethod: delete inputTemplate: masterdata/DeleteRegCenterType/deleteRegCenterType @@ -16,7 +16,7 @@ DeleteRegCenterType: MasterData_DeleteRegCenterType_Invalid_CODE: endPoint: /v1/masterdata/registrationcentertypes/{code} uniqueIdentifier: TC_Masterdata_DeleteRegCenterType_02 - description: Delete RegCenter Type with invalid code + description: Verify that the system does not delete a registration center type when an invalid code is provided role: admin restMethod: delete inputTemplate: masterdata/DeleteRegCenterType/deleteRegCenterType diff --git a/api-test/src/main/resources/masterdata/DeleteTemplate/DeleteTemplate.yml b/api-test/src/main/resources/masterdata/DeleteTemplate/DeleteTemplate.yml index c7452e847eb..27ea63a6fd0 100644 --- a/api-test/src/main/resources/masterdata/DeleteTemplate/DeleteTemplate.yml +++ b/api-test/src/main/resources/masterdata/DeleteTemplate/DeleteTemplate.yml @@ -2,7 +2,7 @@ DeleteTemplate: MasterData_DeleteTemplate_All_Valid_Smoke_sid: endPoint: /v1/masterdata/templates/{id} uniqueIdentifier: TC_Masterdata_DeleteTemplate_01 - description: Delete Template with all valid data + description: Verify that the system successfully deletes a template when all details are valid role: admin checkErrorsOnlyInResponse: true templateFields: [] @@ -17,7 +17,7 @@ DeleteTemplate: MasterData_DeleteTemplate_Invalid_ID: endPoint: /v1/masterdata/templates/{id} uniqueIdentifier: TC_Masterdata_DeleteTemplate_02 - description: Delete Template with invalid id + description: Verify that the system does not delete a template when an invalid ID is provided role: admin templateFields: [] restMethod: delete diff --git a/api-test/src/main/resources/masterdata/DeleteTemplateFileFormat/DeleteTemplateFileFormat.yml b/api-test/src/main/resources/masterdata/DeleteTemplateFileFormat/DeleteTemplateFileFormat.yml index eb530b11d26..199fc021c25 100644 --- a/api-test/src/main/resources/masterdata/DeleteTemplateFileFormat/DeleteTemplateFileFormat.yml +++ b/api-test/src/main/resources/masterdata/DeleteTemplateFileFormat/DeleteTemplateFileFormat.yml @@ -2,7 +2,7 @@ DeleteTemplateFileFormat: MasterData_DeleteTemplateFileFormat_All_Valid_Smoke: endPoint: /v1/masterdata/templatefileformats/{code} uniqueIdentifier: TC_Masterdata_DeleteTemplateFileFormat_01 - description: Delete Template File Format with all valid data + description: Verify that the system successfully deletes a template file format when all details are valid role: admin restMethod: delete inputTemplate: masterdata/DeleteTemplateFileFormat/deleteTemplateFileFormat @@ -16,7 +16,7 @@ DeleteTemplateFileFormat: MasterData_DeleteTemplateFileFormat_Invalid_code: endPoint: /v1/masterdata/templatefileformats/{code} uniqueIdentifier: TC_Masterdata_DeleteTemplateFileFormat_02 - description: Delete Template File Format with invalid code + description: Verify that the system does not delete a template file format when an invalid code is provided role: admin restMethod: delete inputTemplate: masterdata/DeleteTemplateFileFormat/deleteTemplateFileFormat diff --git a/api-test/src/main/resources/masterdata/DeleteUserCenterMapping/DeleteUserCenterMapping.yml b/api-test/src/main/resources/masterdata/DeleteUserCenterMapping/DeleteUserCenterMapping.yml index 848874cd828..894511da0db 100644 --- a/api-test/src/main/resources/masterdata/DeleteUserCenterMapping/DeleteUserCenterMapping.yml +++ b/api-test/src/main/resources/masterdata/DeleteUserCenterMapping/DeleteUserCenterMapping.yml @@ -2,7 +2,7 @@ DeleteUserCenterMapping: MasterData_DeleteUserCenterMapping_All_Valid_Smoke: endPoint: /v1/masterdata/usercentermapping/{id} uniqueIdentifier: TC_Masterdata_DeleteUserCenterMapping_01 - description: Delete User Center Mapping with all valid data + description: Verify that the system successfully deletes a user-center mapping when all details are vali role: admin checkErrorsOnlyInResponse: true restMethod: delete @@ -17,7 +17,7 @@ DeleteUserCenterMapping: MasterData_DeleteUserCenterMapping_in_Valid: endPoint: /v1/masterdata/usercentermapping/{id} uniqueIdentifier: TC_Masterdata_DeleteUserCenterMapping_02 - description: Delete User Center Mapping with invalid id + description: Verify that the system does not delete a user-center mapping when invalid details are provided role: admin restMethod: delete inputTemplate: masterdata/DeleteUserCenterMapping/deleteUserCenterMapping diff --git a/api-test/src/main/resources/masterdata/DeleteUserDetails/DeleteUserDetails.yml b/api-test/src/main/resources/masterdata/DeleteUserDetails/DeleteUserDetails.yml index b2a9a5dea6b..9d6f8645390 100644 --- a/api-test/src/main/resources/masterdata/DeleteUserDetails/DeleteUserDetails.yml +++ b/api-test/src/main/resources/masterdata/DeleteUserDetails/DeleteUserDetails.yml @@ -2,7 +2,7 @@ DeleteUserDetails: MasterData_DeleteUserDetails_All_Valid_Smoke_sid: endPoint: /v1/masterdata/users/{id} uniqueIdentifier: TC_Masterdata_DeleteUserDetails_01 - description: Delete User details with all valid data + description: Verify that the system successfully deletes user details when all details are valid role: admin restMethod: delete inputTemplate: masterdata/DeleteUserDetails/deleteUserDetails diff --git a/api-test/src/main/resources/masterdata/DeleteValidDocument/DeleteValidDocument.yml b/api-test/src/main/resources/masterdata/DeleteValidDocument/DeleteValidDocument.yml index ba2964f5dd3..6a9f711f8c0 100644 --- a/api-test/src/main/resources/masterdata/DeleteValidDocument/DeleteValidDocument.yml +++ b/api-test/src/main/resources/masterdata/DeleteValidDocument/DeleteValidDocument.yml @@ -2,7 +2,7 @@ DeleteValidDocument: MasterData_DeleteValidDocument_Invalid_ID: endPoint: /v1/masterdata/validdocuments/{doccategorycode}/{doctypecode} uniqueIdentifier: TC_Masterdata_DeleteValidDocument_01 - description: Delete Valid Document with invalid doccategorycode + description: Verify that the system does not delete a valid document when an invalid ID is provided role: admin restMethod: delete inputTemplate: masterdata/DeleteValidDocument/deleteValidDocument diff --git a/api-test/src/main/resources/masterdata/DeleteZoneUser/DeleteZoneUser.yml b/api-test/src/main/resources/masterdata/DeleteZoneUser/DeleteZoneUser.yml index 2884f35df18..928aa46fbb0 100644 --- a/api-test/src/main/resources/masterdata/DeleteZoneUser/DeleteZoneUser.yml +++ b/api-test/src/main/resources/masterdata/DeleteZoneUser/DeleteZoneUser.yml @@ -2,7 +2,7 @@ DeleteZoneUser: MasterData_DeleteZoneUser_All_Valid_Smoke_sid: endPoint: /v1/masterdata/zoneuser/{userid}/{zonecode} uniqueIdentifier: TC_Masterdata_DeleteZoneUser_01 - description: Delete Zone User with all valid data + description: Verify that the system successfully deletes a zone user when all details are valid role: admin checkErrorsOnlyInResponse: true restMethod: delete diff --git a/api-test/src/main/resources/masterdata/Device/CreateDevice.yml b/api-test/src/main/resources/masterdata/Device/CreateDevice.yml index 30cf1227dad..a3a34dd0571 100644 --- a/api-test/src/main/resources/masterdata/Device/CreateDevice.yml +++ b/api-test/src/main/resources/masterdata/Device/CreateDevice.yml @@ -2,7 +2,7 @@ CreateDevice: MasterData_CreateDevice_All_Valid_Smoke_sid: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_CreateDevice_01 - description: Create Device with all valid data + description: Verify that the system successfully creates a device when all details are valid role: globalAdmin templateFields: ["name","description"] restMethod: post @@ -35,7 +35,7 @@ CreateDevice: MasterData_CreateDevice_Valid_Smoke_decommison_sid: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_CreateDevice_02 - description: Create Device with valid specification ID + description: Verify that the system successfully creates a device and allows decommissioning when all details are valid role: globalAdmin templateFields: ["name","description"] restMethod: post @@ -68,7 +68,7 @@ CreateDevice: MasterData_CreateDevice_Invalid_InputParameterInvalid_Format: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_CreateDevice_03 - description: Create Device with invalid input parameter format + description: Verify that the system does not create a device when input parameters are in an invalid format role: admin templateFields: ["name","description"] restMethod: post @@ -98,7 +98,7 @@ CreateDevice: MasterData_CreateDevice_Invalid_Device_Zone_notPresentInDB: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_CreateDevice_04 - description: Create Device with invalid Zone which is not present in the DB + description: Verify that the system does not create a device when the specified device zone is not present in the database role: admin templateFields: ["name","description"] restMethod: post @@ -128,7 +128,7 @@ CreateDevice: MasterData_CreateDevice_Invalid_Machine_Name_Blank: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_CreateDevice_05 - description: Create Device with blank Machine name + description: Verify that the system does not create a device when the machine name is blank role: admin templateFields: ["name","description"] restMethod: post @@ -158,7 +158,7 @@ CreateDevice: MasterData_CreateDevice_Invalid_DeviceName_AboveMaxLen64: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_CreateDevice_06 - description: Create Device with invalid Device Name with morethan 64 characters + description: Verify that the system does not create a device when the device name exceeds the maximum length of 64 characters role: admin templateFields: ["description"] restMethod: post @@ -188,7 +188,7 @@ CreateDevice: MasterData_CreateDevice_Invalid_Zone_Code_Blank: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_CreateDevice_07 - description: Create Device with blank zonecode + description: Verify that the system does not create a device when the zone code is blank role: admin templateFields: ["name","description"] restMethod: post @@ -218,7 +218,7 @@ CreateDevice: MasterData_CreateDevice_Invalid_MAC_Address_Blank: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_CreateDevice_08 - description: Create Device with blank macAddress + description: Verify that the system does not create a device when the MAC address is blank role: admin templateFields: ["name","description"] restMethod: post @@ -248,7 +248,7 @@ CreateDevice: MasterData_CreateDevice_Invalid_MacAddress_AboveMaxLen64: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_CreateDevice_09 - description: Create Device with invalid macAddress with morethan 64 characters + description: Verify that the system does not create a device when the MAC address exceeds the maximum length of 64 characters role: admin templateFields: ["name","description"] restMethod: post @@ -278,7 +278,7 @@ CreateDevice: MasterData_CreateDevice_Invalid_Serial_Number_Blank: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_CreateDevice_10 - description: Create Device with empty serialNum + description: Verify that the system does not create a device when the serial number is blank role: admin templateFields: ["name","description"] restMethod: post @@ -309,7 +309,7 @@ CreateDevice: MasterData_CreateDevice_Invalid_SerialNumber_AboveMaxLen64: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_CreateDevice_11 - description: Create Device with serialNum with morethan 64 characters + description: Verify that the system does not create a device when the serial number exceeds the maximum length of 64 characters role: admin templateFields: ["name","description"] restMethod: post @@ -339,7 +339,7 @@ CreateDevice: MasterData_CreateDevice_Invalid_IPAddress_AboveMaxLen17: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_CreateDevice_12 - description: Create Device with ipAddress with morethan 16 characters + description: Verify that the system does not create a device when the IP address is longer than 17 characters role: admin templateFields: ["name","description"] restMethod: post @@ -369,7 +369,7 @@ CreateDevice: MasterData_CreateDevice_Invalid_DSpecID_AboveMaxLen36: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_CreateDevice_13 - description: Create Device with id with morethan 36 characters + description: Verify that the system does not create a device when the DSpec ID exceeds the maximum length of 36 characters role: admin templateFields: ["name","description"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/Device/UpdateDevice.yml b/api-test/src/main/resources/masterdata/Device/UpdateDevice.yml index ae069d76d8e..01c5abb2b35 100644 --- a/api-test/src/main/resources/masterdata/Device/UpdateDevice.yml +++ b/api-test/src/main/resources/masterdata/Device/UpdateDevice.yml @@ -2,7 +2,7 @@ UpdateDevice: MasterData_UpdateDevice_All_Valid_Smoke_sid: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_UpdateDevice_01 - description: Update Device with all valid data + description: Verify that the system successfully updates a device when all input fields are valid role: globalAdmin templateFields: ["name"] restMethod: put @@ -35,7 +35,7 @@ UpdateDevice: MasterData_UpdateDevice_Valid_Smoke_decommison_sid: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_UpdateDevice_02 - description: Update Device with decommissioned sid + description: Verify that the system successfully updates a device and marks it as decommissioned when valid input is provided role: globalAdmin templateFields: ["name"] restMethod: put @@ -68,7 +68,7 @@ UpdateDevice: MasterData_UpdateDevice_Invalid_InputParameterInvalid_Format: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_UpdateDevice_03 - description: Update Device with invalid input format + description: Verify that the system does not update a device when input parameters are in an invalid format role: admin templateFields: ["name"] restMethod: put @@ -98,7 +98,7 @@ UpdateDevice: MasterData_UpdateDevice_Invalid_Device_Zone_notPresentInDB: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_UpdateDevice_04 - description: Update Device with invalid zoneCode + description: Verify that the system does not update a device when the specified device zone does not exist in the database role: admin templateFields: ["name"] restMethod: put @@ -128,7 +128,7 @@ UpdateDevice: MasterData_UpdateDevice_Invalid_Machine_Name_Blank: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_UpdateDevice_05 - description: Update Device with empty name + description: Verify that the system does not update a device when the machine name field is left blank role: admin restMethod: put inputTemplate: masterdata/Device/createDevice @@ -157,7 +157,7 @@ UpdateDevice: MasterData_UpdateDevice_Invalid_DeviceName_AboveMaxLen64: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_UpdateDevice_06 - description: Update Device with invalid device name more than 64 characters + description: Verify that the system does not update a device when the device name exceeds the maximum length of 64 characters role: admin templateFields: ["name"] restMethod: put @@ -187,7 +187,7 @@ UpdateDevice: MasterData_UpdateDevice_Invalid_Zone_Code_Blank: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_UpdateDevice_07 - description: Update Device with empty zoneCode + description: Verify that the system does not update a device when the zone code field is left blank role: admin templateFields: ["name"] restMethod: put @@ -217,7 +217,7 @@ UpdateDevice: MasterData_UpdateDevice_Invalid_MAC_Address_Blank: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_UpdateDevice_08 - description: Update Device with empty macAddress + description: Verify that the system does not update a device when the MAC address field is left blank role: admin templateFields: ["name"] restMethod: put @@ -247,7 +247,7 @@ UpdateDevice: MasterData_UpdateDevice_Invalid_MacAddress_AboveMaxLen64: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_UpdateDevice_09 - description: Update Device with invalid macAddress more than characters + description: Verify that the system does not update a device when the MAC address exceeds the maximum length of 64 characters role: admin templateFields: ["name"] restMethod: put @@ -277,7 +277,7 @@ UpdateDevice: MasterData_UpdateDevice_Invalid_Serial_Number_Blank: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_UpdateDevice_10 - description: Update Device with empty serialNum + description: Verify that the system does not update a device when the serial number field is left blank role: admin templateFields: ["name"] restMethod: put @@ -307,7 +307,7 @@ UpdateDevice: MasterData_UpdateDevice_Invalid_SerialNumber_AboveMaxLen64: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_UpdateDevice_11 - description: Update Device with invalid serialNum more than 64 characters + description: Verify that the system does not update a device when the serial number exceeds the maximum length of 64 characters role: admin templateFields: ["name"] restMethod: put @@ -337,7 +337,7 @@ UpdateDevice: MasterData_UpdateDevice_Invalid_IPAddress_AboveMaxLen17: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_UpdateDevice_12 - description: Update Device with invalid ipAddress more than 16 characters + description: Verify that the system does not update a device when the IP address exceeds the maximum length of 17 characters role: admin templateFields: ["name"] restMethod: put @@ -367,7 +367,7 @@ UpdateDevice: MasterData_UpdateDevice_Invalid_DSpecID_AboveMaxLen36: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_UpdateDevice_13 - description: Update Device with invalid deviceSpecId more than 36 characters + description: Verify that the system does not update a device when the DSpec ID exceeds the maximum length of 36 characters role: admin templateFields: ["name"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/DeviceFilter/DeviceFilter.yml b/api-test/src/main/resources/masterdata/DeviceFilter/DeviceFilter.yml index 553eef3b39f..6f69c57eb07 100644 --- a/api-test/src/main/resources/masterdata/DeviceFilter/DeviceFilter.yml +++ b/api-test/src/main/resources/masterdata/DeviceFilter/DeviceFilter.yml @@ -2,7 +2,7 @@ DeviceFilter: MasterData_DeviceFilter_Name_eng_Unique_smoke: endPoint: /v1/masterdata/devices/filtervalues uniqueIdentifier: TC_Masterdata_DeviceFilter_01 - description: Filter devices by columnName name with type unique + description: Verify that the system correctly filters devices by unique name in English and returns accurate results role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -29,7 +29,7 @@ DeviceFilter: MasterData_DeviceFilter_Name_eng_All_smoke: endPoint: /v1/masterdata/devices/filtervalues uniqueIdentifier: TC_Masterdata_DeviceFilter_02 - description: Filter devices by columnName name and type all + description: Verify that the system correctly filters devices by name in English and returns all matching records role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -57,7 +57,7 @@ DeviceFilter: MasterData_DeviceFilter_MacAddress_Unique_smoke: endPoint: /v1/masterdata/devices/filtervalues uniqueIdentifier: TC_Masterdata_DeviceFilter_03 - description: Filter devices by columnName macAddress and type unique + description: Verify that the system correctly filters devices by unique MAC address and returns the exact matching record role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -84,7 +84,7 @@ DeviceFilter: MasterData_DeviceFilter_MacAddress_All_smoke: endPoint: /v1/masterdata/devices/filtervalues uniqueIdentifier: TC_Masterdata_DeviceFilter_04 - description: Filter devices by macAddress with type all + description: Verify that the system correctly filters devices by MAC address and returns all matching records role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -111,7 +111,7 @@ DeviceFilter: MasterData_DeviceFilter_SerialNum_Unique_smoke: endPoint: /v1/masterdata/devices/filtervalues uniqueIdentifier: TC_Masterdata_DeviceFilter_05 - description: Filter devices by columnName serialNum with type Unique + description: Verify that the system correctly filters devices by unique serial number and returns the exact matching record role: globalAdmin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -134,7 +134,7 @@ DeviceFilter: MasterData_DeviceFilter_Invalid_RequestTime: endPoint: /v1/masterdata/devices/filtervalues uniqueIdentifier: TC_Masterdata_DeviceFilter_06 - description: Filter devices by invalid Request Time + description: Verify that the system returns an error when the device filter request contains an invalid request time role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -162,7 +162,7 @@ DeviceFilter: MasterData_DeviceFilter_inValid_columnName: endPoint: /v1/masterdata/devices/filtervalues uniqueIdentifier: TC_Masterdata_DeviceFilter_07 - description: Filter devices by invalid columnName + description: Verify that the system returns an error when an invalid column name is used in the device filter request role: globalAdmin templateFields: ["languageCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/DeviceSearch/DeviceSearch.yml b/api-test/src/main/resources/masterdata/DeviceSearch/DeviceSearch.yml index 7a997a9a71d..0971d839b7e 100644 --- a/api-test/src/main/resources/masterdata/DeviceSearch/DeviceSearch.yml +++ b/api-test/src/main/resources/masterdata/DeviceSearch/DeviceSearch.yml @@ -2,7 +2,7 @@ DeviceSearch: MasterData_DeviceSearch_Equals_Name_eng_smoke: endPoint: /v1/masterdata/devices/search uniqueIdentifier: TC_Masterdata_DeviceSearch_01 - description: Search Devices by columnName name and type startswith + description: Verify that the system correctly returns devices when searching by name using the equals condition in English role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -47,7 +47,7 @@ DeviceSearch: MasterData_DeviceSearch_Equals_SerialNo_smoke: endPoint: /v1/masterdata/devices/search uniqueIdentifier: TC_Masterdata_DeviceSearch_02 - description: Search Devices by columnName serialNum and type equals + description: Verify that the system correctly returns devices when searching by serial number using the equals condition role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -91,7 +91,7 @@ DeviceSearch: MasterData_DeviceSearch_Equals_MacAddress_smoke: endPoint: /v1/masterdata/devices/search uniqueIdentifier: TC_Masterdata_DeviceSearch_03 - description: Search Devices by columnName macAddress and type equals + description: Verify that the system correctly returns devices when searching by MAC address using the equals condition role: globalAdmin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -125,7 +125,7 @@ DeviceSearch: MasterData_DeviceSearch_ASC_Name_eng_pos: endPoint: /v1/masterdata/devices/search uniqueIdentifier: TC_Masterdata_DeviceSearch_04 - description: Search Devices by columnName name and sortType By ASC + description: Verify that the system correctly sorts devices in ascending order by name in English role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -171,7 +171,7 @@ DeviceSearch: MasterData_DeviceSearch_DESC_Name_eng_pos: endPoint: /v1/masterdata/devices/search uniqueIdentifier: TC_Masterdata_DeviceSearch_05 - description: Search Devices by columnName name and sortType By Desc + description: Verify that the system correctly sorts devices in descending order by name in English role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -217,7 +217,7 @@ DeviceSearch: MasterData_DeviceSearch_Invalid_Value_Name_smoke: endPoint: /v1/masterdata/devices/search uniqueIdentifier: TC_Masterdata_DeviceSearch_06 - description: Search Devices by columnName name and invalid value + description: Verify that the system returns an error when an invalid value is used while searching devices by name role: globalAdmin templateFields: ["value"] restMethod: post @@ -252,7 +252,7 @@ DeviceSearch: MasterData_DeviceSearch_Invalid_SortType_neg: endPoint: /v1/masterdata/devices/search uniqueIdentifier: TC_Masterdata_DeviceSearch_07 - description: Search Devices by columnName name and invalid sortType value + description: Verify that the system returns an error when an invalid sort type is used in the device search role: globalAdmin templateFields: ["value"] restMethod: post @@ -290,7 +290,7 @@ DeviceSearch: MasterData_DeviceSearch_Invalid_RequestTime_neg: endPoint: /v1/masterdata/devices/search uniqueIdentifier: TC_Masterdata_DeviceSearch_08 - description: Search Devices by invalid Request Time + description: Verify that the system returns an error when an invalid request time is provided in the device search role: globalAdmin templateFields: ["value"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/DeviceSpecFilter/DeviceSpecFilter.yml b/api-test/src/main/resources/masterdata/DeviceSpecFilter/DeviceSpecFilter.yml index 28cf9f31400..07f49fa42ab 100644 --- a/api-test/src/main/resources/masterdata/DeviceSpecFilter/DeviceSpecFilter.yml +++ b/api-test/src/main/resources/masterdata/DeviceSpecFilter/DeviceSpecFilter.yml @@ -2,7 +2,7 @@ DeviceSpecFilter: MasterData_DeviceSpecFilter_Unique_Name_eng_smoke: endPoint: /v1/masterdata/devicespecifications/filtervalues uniqueIdentifier: TC_Masterdata_DeviceSpecFilter_01 - description: Filter Device Specification by columnName name with type unique + description: Verify that the system correctly filters device specifications by unique name in English role: admin templateFields: ["languageCode"] restMethod: post @@ -29,7 +29,7 @@ DeviceSpecFilter: MasterData_DeviceSpecFilter_All_Name_eng_smoke: endPoint: /v1/masterdata/devicespecifications/filtervalues uniqueIdentifier: TC_Masterdata_DeviceSpecFilter_02 - description: Filter Device Specification by columnName name with type all + description: Verify that the system correctly filters device specifications by name in English and returns all matching records role: admin templateFields: ["languageCode"] restMethod: post @@ -56,7 +56,7 @@ DeviceSpecFilter: MasterData_DeviceSpecFilter_Unique_Brand_eng_smoke: endPoint: /v1/masterdata/devicespecifications/filtervalues uniqueIdentifier: TC_Masterdata_DeviceSpecFilter_03 - description: Filter Device Specification by columnName brand and type unique + description: Verify that the system correctly filters device specifications by unique brand in English and returns the exact matching record role: admin templateFields: ["languageCode"] restMethod: post @@ -83,7 +83,7 @@ DeviceSpecFilter: MasterData_DeviceSpecFilter_All_Brand_eng_smoke: endPoint: /v1/masterdata/devicespecifications/filtervalues uniqueIdentifier: TC_Masterdata_DeviceSpecFilter_04 - description: Filter Device Specification by columnName brand and type all + description: Verify that the system correctly filters device specifications by brand in English and returns all matching records role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -106,7 +106,7 @@ DeviceSpecFilter: MasterData_DeviceSpecFilter_Unique_Model_smoke: endPoint: /v1/masterdata/devicespecifications/filtervalues uniqueIdentifier: TC_Masterdata_DeviceSpecFilter_05 - description: Filter Device Specification by columnName model and type unique + description: Verify that the system correctly filters device specifications by unique model and returns the exact matching record role: admin templateFields: ["languageCode"] restMethod: post @@ -133,7 +133,7 @@ DeviceSpecFilter: MasterData_DeviceSpecFilter_Unique_IsActive_smoke: endPoint: /v1/masterdata/devicespecifications/filtervalues uniqueIdentifier: TC_Masterdata_DeviceSpecFilter_06 - description: Filter Device Specification by columnName isActive with type unique + description: Verify that the system correctly filters device specifications by unique active status and returns the exact matching record role: admin templateFields: ["languageCode"] restMethod: post @@ -160,7 +160,7 @@ DeviceSpecFilter: MasterData_DeviceSpecFilter_Invalid_RequestTime_neg: endPoint: /v1/masterdata/devicespecifications/filtervalues uniqueIdentifier: TC_Masterdata_DeviceSpecFilter_07 - description: Filter Device Specification by invalid requesttime + description: Verify that the system returns an error when an invalid request time is provided in the device specification filter role: admin templateFields: ["languageCode"] restMethod: post @@ -186,7 +186,7 @@ DeviceSpecFilter: MasterData_DeviceSpecFilter_Invalid_Value_Name_neg: endPoint: /v1/masterdata/devicespecifications/filtervalues uniqueIdentifier: TC_Masterdata_DeviceSpecFilter_08 - description: Filter Device Specification by columnName name and invalid text + description: Verify that the system returns an error when an invalid value is used while filtering device specifications by name role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -207,7 +207,7 @@ DeviceSpecFilter: MasterData_DeviceSpecFilter_Invalid_FilterType_neg: endPoint: /v1/masterdata/devicespecifications/filtervalues uniqueIdentifier: TC_Masterdata_DeviceSpecFilter_09 - description: Filter Device Specification by columnName name with invalid text + description: Verify that the system returns an error when an invalid filter type is used in the device specification filter role: admin templateFields: ["languageCode"] restMethod: post @@ -233,7 +233,7 @@ DeviceSpecFilter: MasterData_DeviceSpecFilter_inValid_blank_FilterType_neg: endPoint: /v1/masterdata/devicespecifications/filtervalues uniqueIdentifier: TC_Masterdata_DeviceSpecFilter_10 - description: Filter Device Specification by columnName name and empty type + description: Verify that the system returns an error when the filter type is blank in the device specification filter request role: admin templateFields: ["languageCode"] restMethod: post @@ -259,7 +259,7 @@ DeviceSpecFilter: MasterData_DeviceSpecFilter_inValid_columnName: endPoint: /v1/masterdata/devicespecifications/filtervalues uniqueIdentifier: TC_Masterdata_DeviceSpecFilter_11 - description: Filter Device Specification by invalid columnName + description: Verify that the system returns an error when an invalid column name is used in the device specification filter role: admin templateFields: ["languageCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/DeviceSpecification/CreateDeviceSpecification.yml b/api-test/src/main/resources/masterdata/DeviceSpecification/CreateDeviceSpecification.yml index 84c64ec64af..de754677d53 100644 --- a/api-test/src/main/resources/masterdata/DeviceSpecification/CreateDeviceSpecification.yml +++ b/api-test/src/main/resources/masterdata/DeviceSpecification/CreateDeviceSpecification.yml @@ -2,7 +2,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_All_Valid_Smoke_sid: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_01 - description: Create Device Specification with all valid data + description: Verify that the system successfully creates a device specification when all input fields are valid role: admin checkErrorsOnlyInResponse: true templateFields: ["name","description"] @@ -28,7 +28,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_Duplicate_DeviceSpecification_Neg: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_02 - description: Create Device Specification with Duplicate data + description: Verify that the system does not create a device specification when a duplicate device specification is provided role: admin templateFields: ["name","description"] restMethod: post @@ -58,7 +58,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_Name_Missing: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_03 - description: Create Device Specification with missing input parameter Name + description: Verify that the system does not create a device specification when the name input parameter is missing role: admin templateFields: ["description"] restMethod: post @@ -87,7 +87,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_Name_Empty: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_04 - description: Create Device Specification with empty input parameter name + description: Verify that the system does not create a device specification when the name input parameter is empty role: admin templateFields: ["description"] restMethod: post @@ -116,7 +116,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_Name_AboveMaxLen64: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_05 - description: Create Device Specification with name more than 64 characters + description: Verify that the system does not create a device specification when the name exceeds the maximum length of 64 characters role: admin templateFields: ["description"] restMethod: post @@ -145,7 +145,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_Brand_Missing: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_06 - description: Create Device Specification with missing input parameter brand + description: Verify that the system does not create a device specification when the brand input parameter is missing role: admin templateFields: ["name","description"] restMethod: post @@ -174,7 +174,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_Brand_Empty: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_07 - description: Create Device Specification with empty input parameter brand + description: Verify that the system does not create a device specification when the brand input parameter is empty role: admin templateFields: ["name","description"] restMethod: post @@ -203,7 +203,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_Brand_AboveMaxLen32: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_08 - description: Create Device Specification with Brand more than 64 characters + description: Verify that the system does not create a device specification when the brand exceeds the maximum length of 32 characters role: admin templateFields: ["name","description"] restMethod: post @@ -232,7 +232,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_Model_Missing: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_09 - description: Create Device Specification with missing input parameter model + description: Verify that the system does not create a device specification when the model input parameter is missing role: admin templateFields: ["name","description"] restMethod: post @@ -261,7 +261,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_Model_Empty: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_10 - description: Create Device Specification with empty input parameter brand + description: Verify that the system does not create a device specification when the model input parameter is empty role: admin templateFields: ["name","description"] restMethod: post @@ -290,7 +290,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_Model_AboveMaxLen16: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_11 - description: Create Device Specification with Model more than 16 characters + description: Verify that the system does not create a device specification when the model exceeds 16 characters role: admin templateFields: ["name","description"] restMethod: post @@ -319,7 +319,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_DeviceTypeCode_Missing: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_12 - description: Create Device Specification with missing input parameter Device Type code + description: Verify that the system does not create a device specification when the device type code input parameter is missing role: admin templateFields: ["name","description"] restMethod: post @@ -348,7 +348,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_DeviceTypeCode_Empty: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_13 - description: Create Device Specification with empty input parameter deviceTypeCode + description: Verify that the system does not create a device specification when the device type code input parameter is empty role: admin templateFields: ["name","description"] restMethod: post @@ -377,7 +377,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_DeviceTypeCode_AboveMaxLen36: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_14 - description: Create Device Specification with deviceTypeCode more than 36 characters + description: Verify that the system does not create a device specification when the device type code exceeds 36 characters role: admin templateFields: ["name","description"] restMethod: post @@ -406,7 +406,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_Invalid_DeviceTypeCode: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_15 - description: Create Device Specification with invalid input parameter deviceTypeCode + description: Verify that the system does not create a device specification when an invalid device type code is provided role: admin templateFields: ["name","description"] restMethod: post @@ -435,7 +435,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_MinDriverversion_Missing: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_16 - description: Create Device Specification with missing input parameter minDriverversion + description: Verify that the system does not create a device specification when the minimum driver version input parameter is missing role: admin templateFields: ["name","description"] restMethod: post @@ -464,7 +464,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_MinDriverversion_Empty: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_17 - description: Create Device Specification with empty input parameter minDriverversion + description: Verify that the system does not create a device specification when the minimum driver version input parameter is empty role: admin templateFields: ["name","description"] restMethod: post @@ -493,7 +493,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_MinDriverversion_AboveMaxLen16: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_18 - description: Create Device Specification with minDriverversion more than 16 characters + description: Verify that the system does not create a device specification when the minimum driver version exceeds 16 characters role: admin templateFields: ["name","description"] restMethod: post @@ -522,7 +522,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_Description_AboveMaxLen256: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_19 - description: Create Device Specification with description more than 256 characters + description: Verify that the system does not create a device specification when the description exceeds 256 characters role: admin templateFields: ["name","description"] restMethod: post @@ -551,7 +551,7 @@ CreateDeviceSpecification: MasterData_CreateDeviceSpecification_InputParameter_isActive_Missing: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_CreateDeviceSpecification_20 - description: Create Device Specification with missing input parameter isActive + description: Verify that the system does not create a device specification when the isActive input parameter is missing role: admin templateFields: ["name","description"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/DeviceSpecification/UpdateDeviceSpecification.yml b/api-test/src/main/resources/masterdata/DeviceSpecification/UpdateDeviceSpecification.yml index 885137296cf..9101c303f91 100644 --- a/api-test/src/main/resources/masterdata/DeviceSpecification/UpdateDeviceSpecification.yml +++ b/api-test/src/main/resources/masterdata/DeviceSpecification/UpdateDeviceSpecification.yml @@ -2,7 +2,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_All_Valid_Smoke: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_01 - description: Update Device Specification with all valid data + description: Verify that the system successfully updates a device specification when all input fields are valid role: admin checkErrorsOnlyInResponse: true templateFields: ["name","description"] @@ -27,7 +27,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_Name_Missing: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_02 - description: Update Device Specification with missing input parameter Name + description: Verify that the system does not update a device specification when the name input parameter is missing role: admin templateFields: ["description"] restMethod: put @@ -56,7 +56,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_Name_Empty: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_03 - description: Update Device Specification with empty input parameter Name + description: Verify that the system does not update a device specification when the name input parameter is empty role: admin templateFields: ["description"] restMethod: put @@ -85,7 +85,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_Name_AboveMaxLen64: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_04 - description: Update Device Specification with Name more than 64 charectars + description: Verify that the system does not update a device specification when the name exceeds 64 characters role: admin templateFields: ["description"] restMethod: put @@ -114,7 +114,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_Brand_Missing: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_05 - description: Update Device Specification with missing input parameter Brand + description: Verify that the system does not update a device specification when the brand input parameter is missing role: admin templateFields: ["name","description"] restMethod: put @@ -143,7 +143,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_Brand_Empty: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_06 - description: Update Device Specification with empty input parameter Brand + description: Verify that the system does not update a device specification when the brand input parameter is empty role: admin templateFields: ["name","description"] restMethod: put @@ -172,7 +172,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_Brand_AboveMaxLen32: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_07 - description: Update Device Specification with Brand more than 32 charectars + description: Verify that the system does not update a device specification when the brand exceeds 32 characters role: admin templateFields: ["name","description"] restMethod: put @@ -201,7 +201,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_Model_Missing: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_08 - description: Update Device Specification with missing input parameter Model + description: Verify that the system does not update a device specification when the model input parameter is missing role: admin templateFields: ["name","description"] restMethod: put @@ -230,7 +230,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_Model_Empty: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_09 - description: Update Device Specification with empty input parameter Model + description: Verify that the system does not update a device specification when the model input parameter is empty role: admin templateFields: ["name","description"] restMethod: put @@ -259,7 +259,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_Model_AboveMaxLen16: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_10 - description: Update Device Specification with Model more than 16 charectars + description: Verify that the system does not update a device specification when the model exceeds 16 characters role: admin templateFields: ["name","description"] restMethod: put @@ -288,7 +288,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_DeviceTypeCode_Missing: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_11 - description: Update Device Specification with missing input parameter Device Type Code + description: Verify that the system does not update a device specification when the device type code input parameter is missing role: admin templateFields: ["name","description"] restMethod: put @@ -317,7 +317,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_DeviceTypeCode_Empty: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_12 - description: Update Device Specification with empty input parameter Device Type Code + description: Verify that the system does not update a device specification when the device type code input parameter is empty role: admin templateFields: ["name","description"] restMethod: put @@ -346,7 +346,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_DeviceTypeCode_AboveMaxLen36: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_13 - description: Update Device Specification with Device Type Code motre than 36 charectars + description: Verify that the system does not update a device specification when the device type code exceeds 36 characters role: admin templateFields: ["name","description"] restMethod: put @@ -375,7 +375,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_Invalid_DeviceTypeCode: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_14 - description: Update Device Specification with invalid input parameter Device Type Code + description: Verify that the system does not update a device specification when an invalid device type code is provided role: admin templateFields: ["name","description"] restMethod: put @@ -404,7 +404,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_MinDriverversion_Missing: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_15 - description: Update Device Specification with missing input parameter Minimum Driver Version + description: Verify that the system does not update a device specification when the minimum driver version input parameter is missing role: admin templateFields: ["name","description"] restMethod: put @@ -433,7 +433,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_MinDriverversion_Empty: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_16 - description: Update Device Specification with empty input parameter Minimum Driver Version + description: Verify that the system does not update a device specification when the minimum driver version input parameter is empty role: admin templateFields: ["name","description"] restMethod: put @@ -464,7 +464,7 @@ UpdateDeviceSpecification: uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_17 role: admin templateFields: ["name","description"] - description: Update Device Specification with Minimum Driver Version more than 64 charectars + description: Verify that the system does not update a device specification when the minimum driver version exceeds 16 characters restMethod: put inputTemplate: masterdata/DeviceSpecification/deviceSpecification outputTemplate: masterdata/error @@ -491,7 +491,7 @@ UpdateDeviceSpecification: MasterData_UpdateDeviceSpecification_InputParameter_Description_AboveMaxLen256: endPoint: /v1/masterdata/devicespecifications uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecification_18 - description: Update Device Specification with Description more than 256 charectars + description: Verify that the system does not update a device specification when the description exceeds 256 characters role: admin templateFields: ["name"] restMethod: put From 8ef34f118b4b7aac53a692eed1eb38c8aa0798bd Mon Sep 17 00:00:00 2001 From: Famuda1234 Date: Thu, 12 Feb 2026 19:39:12 +0530 Subject: [PATCH 2/4] MOSIP-44431:Masterdata - Update the test case descriptions to improve clarity and readability Signed-off-by: Famuda1234 --- .../resources/config/masterdata.properties | 307 ++++++++++++++---- 1 file changed, 249 insertions(+), 58 deletions(-) diff --git a/api-test/src/main/resources/config/masterdata.properties b/api-test/src/main/resources/config/masterdata.properties index 0d0b76b5ca9..33d7614c7b8 100644 --- a/api-test/src/main/resources/config/masterdata.properties +++ b/api-test/src/main/resources/config/masterdata.properties @@ -1,80 +1,271 @@ -#---------------------------------- Modifiable Properties ----------------------------------------------------------# +#---------------------------------- End point(s) relative URLs ----------------------------------# +authclientidsecretkeyURL = /v1/authmanager/authenticate/clientidsecretkey +authentication = /v1/authmanager/authenticate/useridPwd +authenticationInternal = /v1/authmanager/authenticate/internal/useridPwd +keycloakAuthURL = /auth/realms/master/protocol/openid-connect/token +auditLog_URI = /v1/auditmanager/audits +CentetMachineUserMappingToMasterData_uri = /v1/masterdata/registrationmachineusermappings +EmailNotification_URI = /v1/notifier/email/send +encrypt_URI = /v1/keymanager/encrypt +decrypt_URI = /v1/keymanager/decrypt +FetchApplication_URI = /v1/masterdata/applicationtypes +FetchApplication_lang_URI = /v1/masterdata/applicationtypes/{langcode} +FetchApplication_id_lang_URI = /v1/masterdata/applicationtypes/{code}/{langcode} +FetchBiometricAttribute_URI = /v1/masterdata/getbiometricattributesbyauthtype/{langcode}/{biometrictypecode} +FetchBiometricAuthType_URI = /v1/masterdata/biometrictypes/{langcode} +FetchBlackListedWord_URI = /v1/masterdata/blacklistedwords/{langcode} +FetchDevice_lang_URI = /v1/masterdata/devices/{languagecode} +FetchDevice_id_lang_URI = /v1/masterdata/devices/{languagecode}/{deviceType} +FetchDeviceSpec_lang_URI = /v1/masterdata/devicespecifications/{langcode} +FetchDeviceSpec_id_lang_URI = /v1/masterdata/devicespecifications/{langcode}/{devicetypecode} +FetchDocumentCategories_URI = /v1/masterdata/documentcategories/{langcode} +FetchDocumentCategories_URI_withcodeAndLangCode = /v1/masterdata/documentcategories/{code}/{langcode} +FetchDocumentTypes_URI = /v1/masterdata/documenttypes/{documentcategorycode}/{langcode} +FetchGenderType_URI = /v1/masterdata/gendertypes +FetchGenderType_id_lang_URI = /v1/masterdata/gendertypes/{langcode} +FetchHolidays_URI = /v1/masterdata/holidays +FetchHolidays_id_URI = /v1/masterdata/holidays/{holidayid} +FetchHolidays_id_lang_URI = /v1/masterdata/holidays/{holidayid}/{langcode} +FetchIDlist_URI = /v1/masterdata/idtypes/{langcode} +FetchLocationHierarchy_URI_withlangCode = /v1/masterdata/locations/{langcode} +FetchLocationHierarchy_URI_locationcode = /v1/masterdata/locations/{locationcode}/{langcode} +FetchLocationHierarchy_URI_hierarchyname = /v1/masterdata/locations/locationhierarchy/{hierarchyname} +FetchMachine_URI = /v1/masterdata/machines +FetchMachine_lang_URI = /v1/masterdata/machines/{langcode} +FetchMachine_id_lang_URI = /v1/masterdata/machines/{id}/{langcode} +FetchMachineHistory_URI = /v1/masterdata/machineshistories/{id}/{langcode}/{effdatetimes} +FetchRegCent_URI = /v1/masterdata/registrationcenters +FetchRegCent_id_lang_URI = /v1/masterdata/registrationcenters/{id}/{langcode} +FetchRegCent_loc_lang_URI = /v1/masterdata/getlocspecificregistrationcenters/{langcode}/{locationcode} +FetchRegCent_hir_name_lang_URI = /v1/masterdata/registrationcenters/{langcode}/{hierarchylevel}/{name} +FetchRegCent_prox_lang_URI = /v1/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} +FetchRegCentHistory_URI = /v1/masterdata/registrationcentershistory/{registrationCenterId}/{langcode}/{effectiveDate} +FetchRegCentHolidays_URI = /v1/masterdata/getregistrationcenterholidays/{langcode}/{registrationcenterid}/{year} +FetchRegcentMachUserMaping_URI = /v1/masterdata/getregistrationmachineusermappinghistory/{effdtimes}/{registrationcenterid}/{machineid}/{userid} +FetchRejectionReason_URI = /v1/masterdata/packetrejectionreasons/{reasoncategorycode}/{langcode} +FetchTemplate_URI = /v1/masterdata/templates +FetchTemplate_lang_URI = /v1/masterdata/templates/{langcode} +FetchTemplate_id_lang_URI = /v1/masterdata/templates/{langcode}/{templatetypecode} +FetchTitle_URI = /v1/masterdata/title/{langcode} +fetchAllTemplate = /v1/masterdata/templates/templatetypecodes/{code} +getApplicantType = /v1/masterdata/getApplicantType +fetchDeviceHistory = /v1/masterdata/deviceshistories/{id}/{langcode}/{effdatetimes} +getDocType_DocCatByAppID = /v1/masterdata/applicanttype/{applicantId}/languages +getDocTypeDocCatByLangCode = /v1/masterdata/validdocuments/{languagecode} +fetchImmediateChildLocation = /v1/masterdata/locations/immediatechildren/{locationcode}/{langcode} +getIndividualType = /v1/masterdata/individualtypes +getRoles = /v1/syncdata/roles +fetchRegCenter = /v1/masterdata/registrationcenters/validate/{id}/{langCode}/{timestamp} +fetchRegistrationCenterDeviceHistory = /v1/masterdata/registrationcenterdevicehistory/{regcenterid}/{deviceid}/{effdatetimes} +getusersBasedOnRegCenter = /v1/syncdata/userdetails/{regid} +licKeyGenerator = /v1/keymanager/license/generate +mapLicenseKey = /v1/keymanager/license/permission +fetchmapLicenseKey = /v1/keymanager/license/permission +OTPGeneration = /v1/otpmanager/otp/generate +OTPValidation = /v1/otpmanager/otp/validate +otpNotifier = /v1/otpnotifier/otp/send +RIDGenerator_URI = /v1/ridgenerator/generate/rid/{centerid}/{machineid} +SmsNotification_URI = /v1/notifier/sms/send +syncConf = /v1/syncdata/configs +fetchIncrementalData = /v1/syncjob/syncjobdef +fetchmasterdata = /v1/syncdata/masterdata +fetchmasterdatawithRID = /v1/syncdata/masterdata/{regcenterId} +SyncPublicKeyToRegClient_URI = /v1/keymanager/publickey/ +uingenerator = /v1/idgenerator/uin +validateGenderByName = /v1/masterdata/gendertypes/validate/{gendername} +validateLocationByName = /v1/masterdata/locations/validate/{locationname} +tokenIdGenerator_URI = /v1/keymanager/{uin}/{partnercode} +getRIDByUserId = /v1/authmanager/rid/{appid}/{userid} +syncMdatawithKeyIndex = /v1/syncdata/clientsettings +syncMdatawithRegCentIdKeyIndex = /v1/syncdata/clientsettings/{regcenterid} +uploadpublickey = /v1/syncdata/tpm/publickey +getUserHistory = /v1/masterdata/users/{id}/{eff_dtimes} +sendOtp = /v1/authmanager/authenticate/sendotp +useridOTP = /v1/authmanager/authenticate/useridOTP +preregSendOtp = /preregistration/v1/login/sendOtp/langcode +preregValidateOtp = /preregistration/v1/login/validateOtp +zoneMappingUrl = /v1/masterdata/zoneuser +zoneNameUrl = /v1/masterdata/zones/zonename +zoneMappingActivateUrl = /v1/masterdata/zoneuser +userCenterMappingUrl = /v1/masterdata/usercentermapping +bulkUploadUrl = /v1/admin/bulkupload +currentUserURI=/#/uinservices/viewhistory +actuatorEndpoint=/resident/v1/actuator/env +actuatorAdminEndpoint=/v1/admin/actuator/env +actuatorMasterDataEndpoint=/v1/masterdata/actuator/env +actuatorIDAEndpoint=/idauthentication/v1/actuator/env +actuatorRegprocEndpoint=/registrationprocessor/v1/registrationtransaction/actuator/env +actuatorEsignetEndpoint=/v1/esignet/actuator/env +tokenEndpoint=/v1/esignet/oauth/token +auditActuatorEndpoint=/v1/auditmanager/actuator/info +validateBindingEndpoint=ida-binding +esignetWellKnownEndPoint=/v1/esignet/oidc/.well-known/openid-configuration +signupSettingsEndPoint=/v1/signup/settings +esignetActuatorPropertySection=esignet-default.properties +eSignetbaseurl= +signupBaseUrl= -#------------------------ Environment URLs and Database Connections ------------------------# -# Keycloak URL. -keycloak-external-url = https://iam.dev.mosip.net -# PostgreSQL URLs for audit and partner databases. -audit_url = jdbc:postgresql://dev.mosip.net:5432/mosip_audit -partner_url = jdbc:postgresql://dev.mosip.net:5432/mosip_ida +#---------------------------------- APP IDs ----------------------------------# +#-- When test rig ran in docker, these values dervied from the environment ---# +mosip_pms_app_id = partner +mosip_resident_app_id = resident +mosip_idrepo_app_id = idrepo +mosip_regclient_app_id = registrationclient +mosip_hotlist_app_id = hotlist +mosip_regprocclient_app_id = regproc +AuthAppID = resident +mosip_admin_app_id = admin -# Database server for connections. -db-server = api-internal.dev.mosip.net -db-port=5433 -#------------------------ secrets and passwords ------------------------# +#---------------------------------- Client IDs -------------------------------# +#-- When test rig ran in docker, these values dervied from the environment ---# +mosip_pms_client_id = mosip-pms-client +mosip_partner_client_id = mosip-partner-client +mosip_resident_client_id = mosip-resident-client +mosip_idrepo_client_id = mosip-idrepo-client +mosip_reg_client_id = mosip-reg-client +mosip_admin_client_id = mosip-admin-client +mosip_hotlist_client_id = mosip-hotlist-client +mosip_regproc_client_id = mosip-regproc-client +mpartner_default_mobile_client_id = mpartner-default-mobile +mosip_testrig_client_id = mosip-testrig-client +AuthClientID = mosip-resident-client -#------------------------ Keycloak Passwords ------------------------# -# Used for Keycloak authentication. -keycloak_Password = ERXmrcM1Nr -#------------------------ PostgreSQL Database Passwords ------------------------# -# Credentials for connecting to Postgres databases. -audit_password = -partner_password = -postgres-password = ^G5tz@r*Ye0#BE20 -#-------- Client Secret Keys ----------# -# These keys are used for various services, make sure to update the values as required when running locally. +#---------------------------------- Client Secret Keys -----------------------# +#-- When test rig ran in docker, these values dervied from the environment ---# +mosip_partner_client_secret = +mosip_pms_client_secret = +mosip_resident_client_secret = +mosip_idrepo_client_secret = +mosip_reg_client_secret = +mosip_admin_client_secret = +mosip_hotlist_client_secret = +mosip_regproc_client_secret = +mpartner_default_mobile_secret = +mosip_testrig_client_secret = +AuthClientSecret = -mosip_partner_client_secret = F63e5xx1F8idC6YF -mosip_pms_client_secret = BtUzPKFfcDeR5cgN -mosip_resident_client_secret = Kjllrl55gPKAaAPs -mosip_idrepo_client_secret = d6BN7u1ffxAJsrgJ -mosip_reg_client_secret = 6mgCxWcppHFGNaMm -mosip_admin_client_secret = 2IPwPkdZrfthJc9e -mosip_hotlist_client_secret = 9NdpFHwwprXkp5af -mosip_regproc_client_secret = P5HDTsFx8guffswQ -mpartner_default_mobile_secret = 4KMCh44tvPZgrLdf -mosip_testrig_client_secret = dkQEIjvQYyo6JGND -AuthClientSecret = Kjllrl55gPKAaAPs -mosip_crvs1_client_secret = -#-------- Generic Configuration ----------# +#----------------------------- minio proprties ------------------------------# +s3-user-key = minioadmin +s3-user-secret = minioadmin +s3-host = http://minio.minio:9000 +s3-account = automation +s3-region = null +reportExpirationInDays = 3 +s3-account-for-persona-data = personaData +push-reports-to-s3 = no -# Enable or disable debugging mode (yes/no). -enableDebug = yes -# Whether to use pre-configured OTP (true/false). -usePreConfiguredOtp = false +#-------------------- Keycloak User Creation proprties ----------------------# +#-- When test rig ran in docker,few of below dervied from the environment ---# +new_Resident_User = 111995 +new_Resident_Password = mosip123 +new_Resident_Role = default-roles-mosip,PARTNER_ADMIN +roles.111995 = PARTNER_ADMIN,default-roles-mosip +keycloak_UserName = admin +keycloak_Password = +keycloak-external-url = https://iam.camdgc-qa1.mosip.net +keycloak-realm-id = mosip +iam-users-to-create=111997,111998,220005,111992,globaladmin,111999,111887,111888 +iam-users-password=mosip123,mosip123,mosip123,mosip123,mosip123,mosip123,mosip123,mosip123 +roles.220005=GLOBAL_ADMIN,ID_AUTHENTICATION,REGISTRATION_ADMIN,REGISTRATION_SUPERVISOR,ZONAL_ADMIN +roles.111997=AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR +roles.111999=AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR +roles.111887=AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,REGISTRATION_SUPERVISOR +roles.111998=POLICYMANAGER +roles.111992=GLOBAL_ADMIN +roles.111998=DEVICE_PROVIDER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR +roles.111888= FTM_PROVIDER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR +roles.globaladmin = GLOBAL_ADMIN,REGISTRATION_ADMIN,uma_authorization,ZONAL_ADMIN,default-roles-mosip -# Mock Notification Channels (email/phone/email,phone). -mockNotificationChannel = email,phone +#------------------------- DB Connectivity proprties ------------------------# +#-- When test rig ran in docker,few of below dervied from the environment ---# +driver_class=org.postgresql.Driver +pool_size=1 +dialect=org.hibernate.dialect.PostgreSQLDialect +show_sql=true +current_session_context_class=thread +audit_url=jdbc:postgresql://camdgc-qa1.mosip.net:5432/mosip_audit +audit_username=postgres +audit_password= +audit_default_schema=audit +DB_PORT= +installation-domain= +partner_url=jdbc:postgresql://camdgc-qa1.mosip.net:5432/mosip_ida +partner_username=postgres +partner_password= +partner_default_schema=partner +reportLogPath=automationLogAndReport +postgresqlUser=postgresql +db-port=5432 +db-server=camdgc-qa1.mosip.net +hibernate.connection.driver_class=org.postgresql.Driver +hibernate.connection.pool_size=1 +hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect +hibernate.show_sql=true +hibernate.current_session_context_class=thread +db-su-user=postgres +postgres-password= +master_db_schema=master +ida_db_schema=ida -#------------------------ Mosip Components Base URLs ------------------------# -# Define base URLs for different components if required. -# Example: -# mosip_components_base_urls = auditmanager=api-internal.released.mosip.net;idrepository=api-internal.released.mosip.net;authmanager=api-internal.released.mosip.net;resident=api-internal.released.mosip.net;partnermanager=api-internal.released.mosip.net;idauthentication=api-internal.released.mosip.net;masterdata=api-internal.released.mosip.net;idgenerator=api-internal.released.mosip.net;policymanager=api-internal.released.mosip.net;preregistration=api-internal.released.mosip.net;keymanager=api-internal.released.mosip.net;mock-identity-system=api.released.mosip.net -# Feel free to add more components as needed. -mosip_components_base_urls = -#------------------------ Module Name Pattern ------------------------# -# Define module name pattern if required. -# Example: -# moduleNamePattern = (mimoto|resident) -# Feel free to add more values as needed. -moduleNamePattern = +#------------------------ Generic properties ------------------------# +enableDebug=yes +preconfiguredOtp=111111 +usePreConfiguredOtp=false +# supported values yes or no. Assume that by Default e-signet is deployed +eSignetDeployed=yes +partnerUrlSuffix=oYf63Lax0DY2QkYMRHnrmDqhmO3RMWQagwm0ftgLlkuin1KOND/666/576732 +reportIgnoredTestCases=no +reportKnownIssueTestCases=no +servicesNotDeployed= +esignetMockBaseURL=esignet-insurance. +sunBirdBaseURL=registry +slack-webhook-url= +serverErrorsToMonitor=IDA-MLC-018 +pmsAuthInternal=true +partner_password=mosip123 +partner_userName=111997 +partner_revamp_userName=pms-111999 +partner_revamp_device_userName=pms-111998 +partner_revamp_ftm_userName=pms-111888 +partner_user_password=mosip123 +policytest_password=mosip123 +policytest_userName=111998 +policytest_without_pmrole_userName=111887 +admin_password=mosip123 +admin_userName=220005 +admin_zone_password=mosip123 +admin_zone_userName=globaladmin +mockNotificationChannel=email,phone +mountPathForReport=/home/mosip/testrig/report -#------------------------ Uncomment for Local Run ------------------------# -# Path to the authentication certificates (if running locally, uncomment the below line and keep the value empty). -# authCertsPath = +#------------------------- Need to check if these are used or not ------------------------# +OTPTimeOut = 181 +attempt = 10 +ConfigParameters=mosip.kernel.rid.length,mosip.kernel.uin.length,mosip.kernel.sms.country.code,mosip.kernel.sms.number.length,mosip.kernel.otp.default-length,mosip.kernel.otp.expiry-time,mosip.kernel.otp.key-freeze-time,mosip.kernel.otp.validation-attempt-threshold,mosip.kernel.otp.min-key-length,mosip.kernel.otp.max-key-length,mosip.kernel.licensekey.length,mosip.supported-languages +# supported values are 0 ,1, 2 based on number of env languages +langselect=0 -# X-XSS-Protection: Controls the XSS (Cross-Site Scripting) filter in browsers. -# Values: (yes/no) -xssProtectionCheck = \ No newline at end of file + + +#----------------------------------AuthDemoService Host properties----------------------------------------------------------# +#Uncommemnt the below to run locally +#authCertsPath= +#Uncommemnt the below to run in Docker +authCertsPath=/home/mosip/authcerts + + +mosip_components_base_urls= +#auditmanager=api-internal.released.mosip.net;idrepository=api-internal.released.mosip.net;partnermanager=api-internal.released.mosip.net;idauthentication=api-internal.released.mosip.net;policymanager=api-internal.released.mosip.net;authmanager=api-internal.released.mosip.net;resident=api-internal.released.mosip.net;preregistration=api-internal.released.mosip.net;masterdata=api-internal.released.mosip.net;idgenerator=api-internal.released.mosip.net; \ No newline at end of file From dfeb33dd82e1b043fbe250135738e8336c8a4f0a Mon Sep 17 00:00:00 2001 From: Famuda1234 Date: Tue, 17 Feb 2026 10:03:58 +0530 Subject: [PATCH 3/4] MOSIP-44431:Masterdata - Update the test case descriptions to improve clarity and readability Signed-off-by: Famuda1234 --- .../resources/config/masterdata.properties | 307 ++++-------------- .../DeviceSpecSearch/DeviceSpecSearch.yml | 32 +- .../DeviceType/CreateDeviceType.yml | 20 +- .../DeviceType/UpdateDeviceType.yml | 18 +- .../DeviceTypeFilter/DeviceTypeFilter.yml | 16 +- .../DeviceTypeSearch/DeviceTypeSearch.yml | 12 +- .../CreateDocumentCategory.yml | 22 +- .../UpdateDocumentCategory.yml | 18 +- .../DocumentType/CreateDocumentType.yml | 18 +- .../DocumentType/UpdateDocumentType.yml | 12 +- .../DynamicField/CreateDynamicField.yml | 4 +- .../DynamicField/UpdateDynamicField.yml | 1 + .../FetchAllBlockListedWord.yml | 2 +- .../FetchAllDeviceSpec/FetchAllDeviceSpec.yml | 2 +- .../FetchAllDeviceTypes.yml | 2 +- .../FetchAllDocumentCategories.yml | 2 +- .../FetchAllDocumentTypes.yml | 2 +- .../FetchAllHolidays/FetchAllHoliday.yml | 2 +- .../FetchAllIdschema/FetchAllIdschema.yml | 2 +- .../FetchAllLocation/FetchAllLocation.yml | 2 +- .../FetchAllMachineSpecification.yml | 2 +- .../FetchAllMachineType.yml | 2 +- .../FetchAllRegCent/FetchAllRegCent.yml | 2 +- .../FetchAllRegCenterType.yml | 2 +- .../FetchAllTemplates/FetchAllTemplates.yml | 2 +- .../FetchAllTitle/FetchAllTitle.yml | 2 +- .../FetchAllUISpec/FetchAllUISpec.yml | 2 +- .../FetchAllUserDetails.yml | 2 +- .../FetchAllValidDocuments.yml | 2 +- .../FetchAppConfig/FetchAppConfig.yml | 2 +- .../FetchBlockListedWordByLangcode.yml | 4 +- .../masterdata/FetchDevice/FetchDevice.yml | 10 +- .../FetchDeviceSpec/FetchDeviceSpec.yml | 8 +- .../FetchDistinctDynamicField.yml | 2 +- .../FetchDistinctDynamicFieldByLangcode.yml | 2 +- .../FetchDocumentCategories.yml | 6 +- .../FetchDocumentTypes/FetchDocumentTypes.yml | 6 +- .../FetchDynamicField/FetchDynamicField.yml | 2 +- .../FetchGenderType/FetchGenderType.yml | 8 +- .../masterdata/FetchHolidays/FetchHoliday.yml | 12 +- .../FetchIdSchema/FetchIdSchema.yml | 2 +- .../FetchLocation/FetchLocation.yml | 26 +- .../FetchLocationHierarchy.yml | 10 +- .../masterdata/FetchMachine/FetchMachine.yml | 8 +- .../FetchMissingDynamicField.yml | 4 +- .../FetchMissingLocation.yml | 2 +- .../FetchMissingRegCenterDetails.yml | 2 +- .../FetchMissingRegCenterTypeDetails.yml | 2 +- .../FetchMissingTemplates.yml | 4 +- .../masterdata/FetchModule/FetchModule.yml | 4 +- .../masterdata/FetchRegCent/FetchRegCent.yml | 62 ++-- .../FetchRegCentDeviceHistory.yml | 8 +- .../FetchRegCentHistory.yml | 6 +- .../FetchTemplate/FetchTemplate.yml | 10 +- .../FetchTemplateType/FetchTemplateType.yml | 6 +- .../masterdata/FetchTitle/FetchTitle.yml | 6 +- .../masterdata/FetchUISpec/FetchUISpec.yml | 2 +- .../FetchValidDocuments.yml | 2 +- .../FetchValidDocumentsByDocCategoryCode.yml | 4 +- .../FetchWorkingDays/FetchWorkingDays.yml | 8 +- .../FilterBlockListedWords.yml | 12 +- .../FilterDocCategory/FilterDocCategory.yml | 14 +- .../FilterDocumentType/FilterDocumentType.yml | 16 +- .../FilterDynamicField/FilterDynamicField.yml | 10 +- .../FilterHolidays/FilterHolidays.yml | 18 +- .../FilterLocationData/FilterLocationData.yml | 4 +- .../FilterMachineSpec/FilterMachineSpec.yml | 26 +- .../FilterMachineType/FilterMachineType.yml | 16 +- .../FilterMachines/FilterMachines.yml | 10 +- .../FilterRegCenterType.yml | 20 +- .../FilterTemplateDetails.yml | 14 +- .../FilterZoneDetails/FilterZoneDetails.yml | 10 +- .../masterdata/Gender/CreateGender.yml | 12 +- .../masterdata/Gender/UpdateGender.yml | 14 +- .../masterdata/GenderFilter/GenderFilter.yml | 22 +- .../masterdata/GenderSearch/GenderSearch.yml | 16 +- .../allTxnDetails.yml | 2 +- .../GetApplicantType/GetApplicantType.yml | 46 +-- .../getApplicationConfigs.yml | 2 +- .../GetApplicationTypeByCodeAndLangcode.yml | 6 +- .../GetApplicationTypes.yml | 2 +- .../GetApplicationTypesByLangcode.yml | 4 +- .../GetBiometricAttributesByAuthType.yml | 6 +- .../GetBiometricTypeByCodeAndLangcode.yml | 10 +- .../GetBiometricTypes/GetBiometricTypes.yml | 2 +- .../GetBiometricTypesByLangcode.yml | 4 +- .../GetDeviceHistory/GetDeviceHistory.yml | 2 +- .../GetDocCategory/GetDocCategory.yml | 2 +- .../GetDocCategoryByLangCode.yml | 6 +- .../GetDocType_DocCatByAppID.yml | 4 +- .../GetDocumentTypeByLangCode.yml | 4 +- .../GetExceptionalHolidays.yml | 6 +- .../GetHolidaysMissingIds.yml | 4 +- .../GetIdTypeByLangCode.yml | 4 +- .../GetIndividualType/GetIndividualType.yml | 2 +- .../masterdata/GetLanguage/GetLanguage.yml | 2 +- .../GetLeafZonesByLangCode.yml | 4 +- .../GetLeafsByLangCode/GetLeafsByLangCode.yml | 4 +- .../GetLocationHierarchyByHierarchyName.yml | 4 +- ...ocationHierarchyLevelByLastUpdatedDate.yml | 4 +- .../masterdata/GetLocations/GetLocations.yml | 2 +- .../GetMachineHistory/GetMachineHistory.yml | 8 +- .../masterdata/GetMachines/GetMachines.yml | 2 +- .../GetMappedMachinesByRegCentID.yml | 4 +- .../GetMissingDocumentCategoryByLangcode.yml | 4 +- .../GetMissingDocumentTypeByLangcode.yml | 4 +- .../GetModuleByIdLangCode.yml | 6 +- .../GetModuleByLangCode.yml | 4 +- .../GetPacketRejectionReason.yml | 8 +- .../GetPossiableValues/GetPossiableValues.yml | 6 +- ...tRegistrationMachineUserMappingHistory.yml | 2 +- .../GetSubZoneByLangCode.yml | 4 +- .../GetTemplateFileFormat.yml | 6 +- .../GetTemplateType/TemplateType.yml | 10 +- .../masterdata/GetTemplates/GetTemplates.yml | 2 +- .../GetTemplatesByCode/GetTemplatesByCode.yml | 4 +- .../TxnDetailByTxnId.yml | 2 +- .../GetUserDetails/GetUserDetails.yml | 6 +- .../GetUserDetailsByIdAndEffDate.yml | 8 +- .../GetValidDocument/GetValidDocument.yml | 2 +- .../masterdata/GetWeekDay/GetWeekDay.yml | 6 +- .../GetZoneHierarchyByLangCode.yml | 4 +- .../GetZoneUserWithEffDate.yml | 2 +- .../masterdata/Holiday/CreateHoliday.yml | 20 +- .../masterdata/Holiday/UpdateHoliday.yml | 18 +- 125 files changed, 539 insertions(+), 729 deletions(-) diff --git a/api-test/src/main/resources/config/masterdata.properties b/api-test/src/main/resources/config/masterdata.properties index 33d7614c7b8..7dd984c9e3f 100644 --- a/api-test/src/main/resources/config/masterdata.properties +++ b/api-test/src/main/resources/config/masterdata.properties @@ -1,271 +1,80 @@ -#---------------------------------- End point(s) relative URLs ----------------------------------# -authclientidsecretkeyURL = /v1/authmanager/authenticate/clientidsecretkey -authentication = /v1/authmanager/authenticate/useridPwd -authenticationInternal = /v1/authmanager/authenticate/internal/useridPwd -keycloakAuthURL = /auth/realms/master/protocol/openid-connect/token -auditLog_URI = /v1/auditmanager/audits -CentetMachineUserMappingToMasterData_uri = /v1/masterdata/registrationmachineusermappings -EmailNotification_URI = /v1/notifier/email/send -encrypt_URI = /v1/keymanager/encrypt -decrypt_URI = /v1/keymanager/decrypt -FetchApplication_URI = /v1/masterdata/applicationtypes -FetchApplication_lang_URI = /v1/masterdata/applicationtypes/{langcode} -FetchApplication_id_lang_URI = /v1/masterdata/applicationtypes/{code}/{langcode} -FetchBiometricAttribute_URI = /v1/masterdata/getbiometricattributesbyauthtype/{langcode}/{biometrictypecode} -FetchBiometricAuthType_URI = /v1/masterdata/biometrictypes/{langcode} -FetchBlackListedWord_URI = /v1/masterdata/blacklistedwords/{langcode} -FetchDevice_lang_URI = /v1/masterdata/devices/{languagecode} -FetchDevice_id_lang_URI = /v1/masterdata/devices/{languagecode}/{deviceType} -FetchDeviceSpec_lang_URI = /v1/masterdata/devicespecifications/{langcode} -FetchDeviceSpec_id_lang_URI = /v1/masterdata/devicespecifications/{langcode}/{devicetypecode} -FetchDocumentCategories_URI = /v1/masterdata/documentcategories/{langcode} -FetchDocumentCategories_URI_withcodeAndLangCode = /v1/masterdata/documentcategories/{code}/{langcode} -FetchDocumentTypes_URI = /v1/masterdata/documenttypes/{documentcategorycode}/{langcode} -FetchGenderType_URI = /v1/masterdata/gendertypes -FetchGenderType_id_lang_URI = /v1/masterdata/gendertypes/{langcode} -FetchHolidays_URI = /v1/masterdata/holidays -FetchHolidays_id_URI = /v1/masterdata/holidays/{holidayid} -FetchHolidays_id_lang_URI = /v1/masterdata/holidays/{holidayid}/{langcode} -FetchIDlist_URI = /v1/masterdata/idtypes/{langcode} -FetchLocationHierarchy_URI_withlangCode = /v1/masterdata/locations/{langcode} -FetchLocationHierarchy_URI_locationcode = /v1/masterdata/locations/{locationcode}/{langcode} -FetchLocationHierarchy_URI_hierarchyname = /v1/masterdata/locations/locationhierarchy/{hierarchyname} -FetchMachine_URI = /v1/masterdata/machines -FetchMachine_lang_URI = /v1/masterdata/machines/{langcode} -FetchMachine_id_lang_URI = /v1/masterdata/machines/{id}/{langcode} -FetchMachineHistory_URI = /v1/masterdata/machineshistories/{id}/{langcode}/{effdatetimes} -FetchRegCent_URI = /v1/masterdata/registrationcenters -FetchRegCent_id_lang_URI = /v1/masterdata/registrationcenters/{id}/{langcode} -FetchRegCent_loc_lang_URI = /v1/masterdata/getlocspecificregistrationcenters/{langcode}/{locationcode} -FetchRegCent_hir_name_lang_URI = /v1/masterdata/registrationcenters/{langcode}/{hierarchylevel}/{name} -FetchRegCent_prox_lang_URI = /v1/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} -FetchRegCentHistory_URI = /v1/masterdata/registrationcentershistory/{registrationCenterId}/{langcode}/{effectiveDate} -FetchRegCentHolidays_URI = /v1/masterdata/getregistrationcenterholidays/{langcode}/{registrationcenterid}/{year} -FetchRegcentMachUserMaping_URI = /v1/masterdata/getregistrationmachineusermappinghistory/{effdtimes}/{registrationcenterid}/{machineid}/{userid} -FetchRejectionReason_URI = /v1/masterdata/packetrejectionreasons/{reasoncategorycode}/{langcode} -FetchTemplate_URI = /v1/masterdata/templates -FetchTemplate_lang_URI = /v1/masterdata/templates/{langcode} -FetchTemplate_id_lang_URI = /v1/masterdata/templates/{langcode}/{templatetypecode} -FetchTitle_URI = /v1/masterdata/title/{langcode} -fetchAllTemplate = /v1/masterdata/templates/templatetypecodes/{code} -getApplicantType = /v1/masterdata/getApplicantType -fetchDeviceHistory = /v1/masterdata/deviceshistories/{id}/{langcode}/{effdatetimes} -getDocType_DocCatByAppID = /v1/masterdata/applicanttype/{applicantId}/languages -getDocTypeDocCatByLangCode = /v1/masterdata/validdocuments/{languagecode} -fetchImmediateChildLocation = /v1/masterdata/locations/immediatechildren/{locationcode}/{langcode} -getIndividualType = /v1/masterdata/individualtypes -getRoles = /v1/syncdata/roles -fetchRegCenter = /v1/masterdata/registrationcenters/validate/{id}/{langCode}/{timestamp} -fetchRegistrationCenterDeviceHistory = /v1/masterdata/registrationcenterdevicehistory/{regcenterid}/{deviceid}/{effdatetimes} -getusersBasedOnRegCenter = /v1/syncdata/userdetails/{regid} -licKeyGenerator = /v1/keymanager/license/generate -mapLicenseKey = /v1/keymanager/license/permission -fetchmapLicenseKey = /v1/keymanager/license/permission -OTPGeneration = /v1/otpmanager/otp/generate -OTPValidation = /v1/otpmanager/otp/validate -otpNotifier = /v1/otpnotifier/otp/send -RIDGenerator_URI = /v1/ridgenerator/generate/rid/{centerid}/{machineid} -SmsNotification_URI = /v1/notifier/sms/send -syncConf = /v1/syncdata/configs -fetchIncrementalData = /v1/syncjob/syncjobdef -fetchmasterdata = /v1/syncdata/masterdata -fetchmasterdatawithRID = /v1/syncdata/masterdata/{regcenterId} -SyncPublicKeyToRegClient_URI = /v1/keymanager/publickey/ -uingenerator = /v1/idgenerator/uin -validateGenderByName = /v1/masterdata/gendertypes/validate/{gendername} -validateLocationByName = /v1/masterdata/locations/validate/{locationname} -tokenIdGenerator_URI = /v1/keymanager/{uin}/{partnercode} -getRIDByUserId = /v1/authmanager/rid/{appid}/{userid} -syncMdatawithKeyIndex = /v1/syncdata/clientsettings -syncMdatawithRegCentIdKeyIndex = /v1/syncdata/clientsettings/{regcenterid} -uploadpublickey = /v1/syncdata/tpm/publickey -getUserHistory = /v1/masterdata/users/{id}/{eff_dtimes} -sendOtp = /v1/authmanager/authenticate/sendotp -useridOTP = /v1/authmanager/authenticate/useridOTP -preregSendOtp = /preregistration/v1/login/sendOtp/langcode -preregValidateOtp = /preregistration/v1/login/validateOtp -zoneMappingUrl = /v1/masterdata/zoneuser -zoneNameUrl = /v1/masterdata/zones/zonename -zoneMappingActivateUrl = /v1/masterdata/zoneuser -userCenterMappingUrl = /v1/masterdata/usercentermapping -bulkUploadUrl = /v1/admin/bulkupload -currentUserURI=/#/uinservices/viewhistory -actuatorEndpoint=/resident/v1/actuator/env -actuatorAdminEndpoint=/v1/admin/actuator/env -actuatorMasterDataEndpoint=/v1/masterdata/actuator/env -actuatorIDAEndpoint=/idauthentication/v1/actuator/env -actuatorRegprocEndpoint=/registrationprocessor/v1/registrationtransaction/actuator/env -actuatorEsignetEndpoint=/v1/esignet/actuator/env -tokenEndpoint=/v1/esignet/oauth/token -auditActuatorEndpoint=/v1/auditmanager/actuator/info -validateBindingEndpoint=ida-binding -esignetWellKnownEndPoint=/v1/esignet/oidc/.well-known/openid-configuration -signupSettingsEndPoint=/v1/signup/settings -esignetActuatorPropertySection=esignet-default.properties -eSignetbaseurl= -signupBaseUrl= +#---------------------------------- Modifiable Properties ----------------------------------------------------------# +#------------------------ Environment URLs and Database Connections ------------------------# +# Keycloak URL. +keycloak-external-url = https://iam.dev.mosip.net -#---------------------------------- APP IDs ----------------------------------# -#-- When test rig ran in docker, these values dervied from the environment ---# -mosip_pms_app_id = partner -mosip_resident_app_id = resident -mosip_idrepo_app_id = idrepo -mosip_regclient_app_id = registrationclient -mosip_hotlist_app_id = hotlist -mosip_regprocclient_app_id = regproc -AuthAppID = resident -mosip_admin_app_id = admin +# PostgreSQL URLs for audit and partner databases. +audit_url = jdbc:postgresql://dev.mosip.net:5432/mosip_audit +partner_url = jdbc:postgresql://dev.mosip.net:5432/mosip_ida +# Database server for connections. +db-server = api-internal.dev.mosip.net +db-port=5433 -#---------------------------------- Client IDs -------------------------------# -#-- When test rig ran in docker, these values dervied from the environment ---# -mosip_pms_client_id = mosip-pms-client -mosip_partner_client_id = mosip-partner-client -mosip_resident_client_id = mosip-resident-client -mosip_idrepo_client_id = mosip-idrepo-client -mosip_reg_client_id = mosip-reg-client -mosip_admin_client_id = mosip-admin-client -mosip_hotlist_client_id = mosip-hotlist-client -mosip_regproc_client_id = mosip-regproc-client -mpartner_default_mobile_client_id = mpartner-default-mobile -mosip_testrig_client_id = mosip-testrig-client -AuthClientID = mosip-resident-client +#------------------------ secrets and passwords ------------------------# +#------------------------ Keycloak Passwords ------------------------# +# Used for Keycloak authentication. +keycloak_Password = ERXmrcM1Nr +#------------------------ PostgreSQL Database Passwords ------------------------# +# Credentials for connecting to Postgres databases. +audit_password = +partner_password = +postgres-password = ^G5tz@r*Ye0#BE20 -#---------------------------------- Client Secret Keys -----------------------# -#-- When test rig ran in docker, these values dervied from the environment ---# -mosip_partner_client_secret = -mosip_pms_client_secret = -mosip_resident_client_secret = -mosip_idrepo_client_secret = -mosip_reg_client_secret = -mosip_admin_client_secret = -mosip_hotlist_client_secret = -mosip_regproc_client_secret = -mpartner_default_mobile_secret = -mosip_testrig_client_secret = -AuthClientSecret = +#-------- Client Secret Keys ----------# +# These keys are used for various services, make sure to update the values as required when running locally. +mosip_partner_client_secret = F63e5xx1F8idC6YF +mosip_pms_client_secret = BtUzPKFfcDeR5cgN +mosip_resident_client_secret = Kjllrl55gPKAaAPs +mosip_idrepo_client_secret = d6BN7u1ffxAJsrgJ +mosip_reg_client_secret = 6mgCxWcppHFGNaMm +mosip_admin_client_secret = 2IPwPkdZrfthJc9e +mosip_hotlist_client_secret = 9NdpFHwwprXkp5af +mosip_regproc_client_secret = P5HDTsFx8guffswQ +mpartner_default_mobile_secret = 4KMCh44tvPZgrLdf +mosip_testrig_client_secret = dkQEIjvQYyo6JGND +AuthClientSecret = Kjllrl55gPKAaAPs +mosip_crvs1_client_secret = -#----------------------------- minio proprties ------------------------------# -s3-user-key = minioadmin -s3-user-secret = minioadmin -s3-host = http://minio.minio:9000 -s3-account = automation -s3-region = null -reportExpirationInDays = 3 -s3-account-for-persona-data = personaData -push-reports-to-s3 = no +#-------- Generic Configuration ----------# +# Enable or disable debugging mode (yes/no). +enableDebug = yes -#-------------------- Keycloak User Creation proprties ----------------------# -#-- When test rig ran in docker,few of below dervied from the environment ---# -new_Resident_User = 111995 -new_Resident_Password = mosip123 -new_Resident_Role = default-roles-mosip,PARTNER_ADMIN -roles.111995 = PARTNER_ADMIN,default-roles-mosip -keycloak_UserName = admin -keycloak_Password = -keycloak-external-url = https://iam.camdgc-qa1.mosip.net -keycloak-realm-id = mosip -iam-users-to-create=111997,111998,220005,111992,globaladmin,111999,111887,111888 -iam-users-password=mosip123,mosip123,mosip123,mosip123,mosip123,mosip123,mosip123,mosip123 -roles.220005=GLOBAL_ADMIN,ID_AUTHENTICATION,REGISTRATION_ADMIN,REGISTRATION_SUPERVISOR,ZONAL_ADMIN -roles.111997=AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR -roles.111999=AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR -roles.111887=AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,REGISTRATION_SUPERVISOR -roles.111998=POLICYMANAGER -roles.111992=GLOBAL_ADMIN -roles.111998=DEVICE_PROVIDER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR -roles.111888= FTM_PROVIDER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR -roles.globaladmin = GLOBAL_ADMIN,REGISTRATION_ADMIN,uma_authorization,ZONAL_ADMIN,default-roles-mosip +# Whether to use pre-configured OTP (true/false). +usePreConfiguredOtp = false +# Mock Notification Channels (email/phone/email,phone). +mockNotificationChannel = email,phone -#------------------------- DB Connectivity proprties ------------------------# -#-- When test rig ran in docker,few of below dervied from the environment ---# -driver_class=org.postgresql.Driver -pool_size=1 -dialect=org.hibernate.dialect.PostgreSQLDialect -show_sql=true -current_session_context_class=thread -audit_url=jdbc:postgresql://camdgc-qa1.mosip.net:5432/mosip_audit -audit_username=postgres -audit_password= -audit_default_schema=audit -DB_PORT= -installation-domain= -partner_url=jdbc:postgresql://camdgc-qa1.mosip.net:5432/mosip_ida -partner_username=postgres -partner_password= -partner_default_schema=partner -reportLogPath=automationLogAndReport -postgresqlUser=postgresql -db-port=5432 -db-server=camdgc-qa1.mosip.net -hibernate.connection.driver_class=org.postgresql.Driver -hibernate.connection.pool_size=1 -hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect -hibernate.show_sql=true -hibernate.current_session_context_class=thread -db-su-user=postgres -postgres-password= -master_db_schema=master -ida_db_schema=ida +#------------------------ Mosip Components Base URLs ------------------------# +# Define base URLs for different components if required. +# Example: +# mosip_components_base_urls = auditmanager=api-internal.released.mosip.net;idrepository=api-internal.released.mosip.net;authmanager=api-internal.released.mosip.net;resident=api-internal.released.mosip.net;partnermanager=api-internal.released.mosip.net;idauthentication=api-internal.released.mosip.net;masterdata=api-internal.released.mosip.net;idgenerator=api-internal.released.mosip.net;policymanager=api-internal.released.mosip.net;preregistration=api-internal.released.mosip.net;keymanager=api-internal.released.mosip.net;mock-identity-system=api.released.mosip.net +# Feel free to add more components as needed. +mosip_components_base_urls = -#------------------------ Generic properties ------------------------# -enableDebug=yes -preconfiguredOtp=111111 -usePreConfiguredOtp=false -# supported values yes or no. Assume that by Default e-signet is deployed -eSignetDeployed=yes -partnerUrlSuffix=oYf63Lax0DY2QkYMRHnrmDqhmO3RMWQagwm0ftgLlkuin1KOND/666/576732 -reportIgnoredTestCases=no -reportKnownIssueTestCases=no -servicesNotDeployed= -esignetMockBaseURL=esignet-insurance. -sunBirdBaseURL=registry -slack-webhook-url= -serverErrorsToMonitor=IDA-MLC-018 -pmsAuthInternal=true -partner_password=mosip123 -partner_userName=111997 -partner_revamp_userName=pms-111999 -partner_revamp_device_userName=pms-111998 -partner_revamp_ftm_userName=pms-111888 -partner_user_password=mosip123 -policytest_password=mosip123 -policytest_userName=111998 -policytest_without_pmrole_userName=111887 -admin_password=mosip123 -admin_userName=220005 -admin_zone_password=mosip123 -admin_zone_userName=globaladmin -mockNotificationChannel=email,phone -mountPathForReport=/home/mosip/testrig/report +#------------------------ Module Name Pattern ------------------------# +# Define module name pattern if required. +# Example: +# moduleNamePattern = (mimoto|resident) +# Feel free to add more values as needed. +moduleNamePattern = +#------------------------ Uncomment for Local Run ------------------------# -#------------------------- Need to check if these are used or not ------------------------# -OTPTimeOut = 181 -attempt = 10 -ConfigParameters=mosip.kernel.rid.length,mosip.kernel.uin.length,mosip.kernel.sms.country.code,mosip.kernel.sms.number.length,mosip.kernel.otp.default-length,mosip.kernel.otp.expiry-time,mosip.kernel.otp.key-freeze-time,mosip.kernel.otp.validation-attempt-threshold,mosip.kernel.otp.min-key-length,mosip.kernel.otp.max-key-length,mosip.kernel.licensekey.length,mosip.supported-languages -# supported values are 0 ,1, 2 based on number of env languages -langselect=0 +# Path to the authentication certificates (if running locally, uncomment the below line and keep the value empty). +# authCertsPath = - - -#----------------------------------AuthDemoService Host properties----------------------------------------------------------# -#Uncommemnt the below to run locally -#authCertsPath= -#Uncommemnt the below to run in Docker -authCertsPath=/home/mosip/authcerts - - -mosip_components_base_urls= -#auditmanager=api-internal.released.mosip.net;idrepository=api-internal.released.mosip.net;partnermanager=api-internal.released.mosip.net;idauthentication=api-internal.released.mosip.net;policymanager=api-internal.released.mosip.net;authmanager=api-internal.released.mosip.net;resident=api-internal.released.mosip.net;preregistration=api-internal.released.mosip.net;masterdata=api-internal.released.mosip.net;idgenerator=api-internal.released.mosip.net; \ No newline at end of file +# X-XSS-Protection: Controls the XSS (Cross-Site Scripting) filter in browsers. +# Values: (yes/no) +xssProtectionCheck = \ No newline at end of file diff --git a/api-test/src/main/resources/masterdata/DeviceSpecSearch/DeviceSpecSearch.yml b/api-test/src/main/resources/masterdata/DeviceSpecSearch/DeviceSpecSearch.yml index 940a42ee605..a31c07f343d 100644 --- a/api-test/src/main/resources/masterdata/DeviceSpecSearch/DeviceSpecSearch.yml +++ b/api-test/src/main/resources/masterdata/DeviceSpecSearch/DeviceSpecSearch.yml @@ -2,7 +2,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_Equals_Name_eng_smoke: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_01 - description: Search Device Specification by columnName name and type equals + description: Verify that the system can find a device when searching by exact name in English role: admin templateFields: ["languageCode"] restMethod: post @@ -47,7 +47,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_Equals_Brand: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_02 - description: Search Device Specification by columnName brand and type equals + description: Verify that the system can find a device when searching by exact brand name role: admin templateFields: ["languageCode"] restMethod: post @@ -92,7 +92,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_Equals_Model: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_03 - description: Search Device Specification by columnName model and type equals + description: Verify that the system can find a device when searching by exact model name role: admin templateFields: ["languageCode"] checkErrorsOnlyInResponse: true @@ -137,7 +137,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_Equals_DeviceTypeName: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_04 - description: Search Device Specification by columnName deviceTypeName and type equals + description: Verify that the system can find a device when searching by exact device type name role: admin templateFields: ["languageCode"] restMethod: post @@ -181,7 +181,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_Invalid_Value_Name: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_05 - description: Search Device Specification with columnName name and invalid value + description: Verify that the system does not return results when searching with an invalid device name role: admin templateFields: [] restMethod: post @@ -216,7 +216,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_InvalidPageFetch: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_06 - description: Search Device Specification with columnName name and invalid pageFetch -ve value + description: Verify that the system handles invalid page requests correctly when fetching device specifications role: admin templateFields: ["languageCode"] restMethod: post @@ -253,7 +253,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_InvalidPageStart: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_07 - description: Search Device Specification with invalid pageStart -ve value + description: Verify that the system handles invalid starting page values correctly when fetching device specifications role: admin templateFields: ["languageCode"] restMethod: post @@ -290,7 +290,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_ASC_Name_eng: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_08 - description: Search Device Specification by columnName name and sortType ASC + description: Verify that the system sorts device specifications in ascending order by name in English role: admin templateFields: ["languageCode"] restMethod: post @@ -334,7 +334,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_DESC_Name_eng: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_09 - description: Search Device Specification by columnName name and sortType DESC + description: Verify that the system sorts device specifications in descending order by name in English role: admin templateFields: ["languageCode"] restMethod: post @@ -378,7 +378,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_Invalid_FilterType: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_10 - description: Search Device Specification with invalid Filter Type + description: Verify that the system handles invalid filter types correctly when searching for device specifications role: admin templateFields: ["languageCode"] restMethod: post @@ -415,7 +415,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_Invalid_SortType: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_11 - description: Search Device Specification with invalid sortType + description: Verify that the system handles invalid sort types correctly when searching for device specifications role: admin templateFields: ["languageCode"] restMethod: post @@ -452,7 +452,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_Invalid_ColumnName: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_12 - description: Search Device Specification with invalid columnName + description: Verify that the system handles invalid column names correctly when searching for device specifications role: admin templateFields: ["languageCode"] restMethod: post @@ -489,7 +489,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_Invalid_RequestTime: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_13 - description: Search Device Specification with invalid requesttime + description: Verify that the system handles invalid request time correctly when searching for device specifications role: admin templateFields: ["languageCode"] restMethod: post @@ -527,7 +527,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_Contains_Name_eng: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_14 - description: Search Device Specification by columnName name and type contains + description: Verify that the system can find devices when the name partially matches the search text in English role: admin templateFields: ["languageCode"] restMethod: post @@ -571,7 +571,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_TwoValueSearch_pos: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_15 - description: Search Device Specification by 2 values like columnName name and brand + description: Verify that the system can find devices when searching with two valid values together role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -612,7 +612,7 @@ DeviceSpecSearch: MasterData_DeviceSpecSearch_StartsWith_Name_eng: endPoint: /v1/masterdata/devicespecifications/search uniqueIdentifier: TC_Masterdata_DeviceSpecSearch_16 - description: Search Device Specification by Name and type Starts with + description: Verify that the system can find devices when the name starts with the search text in English role: admin templateFields: ["languageCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/DeviceType/CreateDeviceType.yml b/api-test/src/main/resources/masterdata/DeviceType/CreateDeviceType.yml index 4147638a32f..167046a2eb4 100644 --- a/api-test/src/main/resources/masterdata/DeviceType/CreateDeviceType.yml +++ b/api-test/src/main/resources/masterdata/DeviceType/CreateDeviceType.yml @@ -2,7 +2,7 @@ CreateDeviceType: MasterData_CreateDeviceType_All_Valid_Smoke_Sid: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_CreateDeviceType_01 - description: Create Device Type with all valid data + description: Verify that the system can create a device type successfully with all valid inputs role: admin templateFields: ["description"] restMethod: post @@ -23,7 +23,7 @@ CreateDeviceType: MasterData_CreateDeviceType_TO_verify_Deactivation: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_CreateDeviceType_02 - description: Create Device Type for deactivated devices + description: Verify that the system can deactivate a device type successfully role: admin templateFields: ["description"] restMethod: post @@ -43,7 +43,7 @@ CreateDeviceType: MasterData_CreateDeviceType_All_Valid_Mandatory_Fields_Smoke_Sid: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_CreateDeviceType_03 - description: Create Device Type with all mandatory fields + description: Verify that the system can create a device type successfully using only mandatory fields role: admin templateFields: ["name"] restMethod: post @@ -64,7 +64,7 @@ CreateDeviceType: MasterData_CreateDeviceType_Dublicate_Device_Neg: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_CreateDeviceType_04 - description: Create Device Type with duplicate data + description: Verify that the system does not allow creating a device type with a duplicate name role: admin templateFields: ["description"] restMethod: post @@ -89,7 +89,7 @@ CreateDeviceType: MasterData_CreateDeviceType_InputParameter_Name_Missing: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_CreateDeviceType_05 - description: Create Device Type with missing Input Parameter name + description: Verify that the system does not allow creating a device type when the name field is missing role: admin templateFields: ["description"] restMethod: post @@ -114,7 +114,7 @@ CreateDeviceType: MasterData_CreateDeviceType_InputParameter_Name_Empty: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_CreateDeviceType_06 - description: Create Device Type with empty Input Parameter name + description: Verify that the system does not allow creating a device type when the name field is empty role: admin templateFields: ["description"] restMethod: post @@ -139,7 +139,7 @@ CreateDeviceType: MasterData_CreateDeviceType_InputParameter_Name_AboveMaxLen64: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_CreateDeviceType_07 - description: Create Device Type with name more than 64 characters + description: Verify that the system does not allow creating a device type when the name exceeds 64 characters role: admin templateFields: ["description"] restMethod: post @@ -164,7 +164,7 @@ CreateDeviceType: MasterData_CreateDeviceType_InputParameter_Description_AboveMaxLen128: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_CreateDeviceType_08 - description: Create Device Type with description more than 128 characters + description: Verify that the system does not allow creating a device type when the description exceeds 128 characters role: admin templateFields: ["name"] restMethod: post @@ -189,7 +189,7 @@ CreateDeviceType: MasterData_CreateDeviceType_InputParameter_isActive_Missing: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_CreateDeviceType_09 - description: Create Device Type with missing Input Parameter isActive + description: Verify that the system does not allow creating a device type when the isActive field is missing role: admin restMethod: post inputTemplate: masterdata/DeviceType/deviceType @@ -214,7 +214,7 @@ CreateDeviceType: MasterData_CreateDeviceType_Spacial_Character_Neg: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_CreateDeviceType_10 - description: Create Device Type with special characters in code + description: Verify that the system does not allow creating a device type with special characters in the name role: admin templateFields: ["name"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/DeviceType/UpdateDeviceType.yml b/api-test/src/main/resources/masterdata/DeviceType/UpdateDeviceType.yml index b882de9d1b8..cc6c595f34a 100644 --- a/api-test/src/main/resources/masterdata/DeviceType/UpdateDeviceType.yml +++ b/api-test/src/main/resources/masterdata/DeviceType/UpdateDeviceType.yml @@ -2,7 +2,7 @@ UpdateDeviceType: MasterData_UpdateDeviceType_All_Valid_Smoke: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_UpdateDeviceType_01 - description: Update Device Type with all valid data + description: Verify that the system can update a device type successfully with all valid inputs role: admin templateFields: ["description"] restMethod: put @@ -22,7 +22,7 @@ UpdateDeviceType: MasterData_UpdateDeviceType_All_Valid_Mandatory_Fields_Smoke: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_UpdateDeviceType_02 - description: Update Device Type with all mandatory fields + description: Verify that the system can update a device type successfully using only mandatory fields role: admin templateFields: ["langCode"] restMethod: put @@ -42,7 +42,7 @@ UpdateDeviceType: MasterData_UpdateDeviceType_InputParameter_Code_Missing: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_UpdateDeviceType_03 - description: Update Device Type with missing input parameter Code + description: Verify that the system does not allow updating a device type when the code field is missing role: admin templateFields: ["description"] restMethod: put @@ -67,7 +67,7 @@ UpdateDeviceType: MasterData_UpdateDeviceType_InputParameter_Code_Empty: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_UpdateDeviceType_04 - description: Update Device Type with empty input parameter Code + description: Verify that the system does not allow updating a device type when the code field is empty role: admin templateFields: ["description"] restMethod: put @@ -92,7 +92,7 @@ UpdateDeviceType: MasterData_UpdateDeviceType_InputParameter_Code_AboveMaxLen36: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_UpdateDeviceType_05 - description: Update Device Type with Code more than 64 charectars + description: Verify that the system does not allow updating a device type when the code exceeds 36 characters role: admin templateFields: ["description"] restMethod: put @@ -117,7 +117,7 @@ UpdateDeviceType: MasterData_UpdateDeviceType_InputParameter_Name_Missing: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_UpdateDeviceType_06 - description: Update Device Type with missing input parameter Name + description: Verify that the system does not allow updating a device type when the name field is missing role: admin templateFields: ["description"] restMethod: put @@ -142,7 +142,7 @@ UpdateDeviceType: MasterData_UpdateDeviceType_InputParameter_Name_Empty: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_UpdateDeviceType_07 - description: Update Device Type with empty input parameter Name + description: Verify that the system does not allow updating a device type when the name field is empty role: admin templateFields: ["description"] restMethod: put @@ -167,7 +167,7 @@ UpdateDeviceType: MasterData_UpdateDeviceType_InputParameter_Name_AboveMaxLen64: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_UpdateDeviceType_08 - description: Update Device Type with Name more than 64 characters + description: Verify that the system does not allow updating a device type when the name exceeds 64 characters role: admin templateFields: ["description"] restMethod: put @@ -192,7 +192,7 @@ UpdateDeviceType: MasterData_UpdateDeviceType_InputParameter_Description_AboveMaxLen128: endPoint: /v1/masterdata/devicetypes uniqueIdentifier: TC_Masterdata_UpdateDeviceType_09 - description: Update Device Type with Description more than 128 characters + description: Verify that the system does not allow updating a device type when the description exceeds 128 characters role: admin templateFields: ["name"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/DeviceTypeFilter/DeviceTypeFilter.yml b/api-test/src/main/resources/masterdata/DeviceTypeFilter/DeviceTypeFilter.yml index deb2a5fde67..f4a89095c77 100644 --- a/api-test/src/main/resources/masterdata/DeviceTypeFilter/DeviceTypeFilter.yml +++ b/api-test/src/main/resources/masterdata/DeviceTypeFilter/DeviceTypeFilter.yml @@ -2,7 +2,7 @@ DeviceTypeFilter: MasterData_DeviceTypeFilter_Valid_Smoke: endPoint: /v1/masterdata/devicetypes/filtervalues uniqueIdentifier: TC_Masterdata_DeviceTypeFilter_01 - description: Filter Device Type with all valid data + description: Verify that the system can filter device types correctly using valid filter criteria role: admin templateFields: ["languageCode"] restMethod: post @@ -28,7 +28,7 @@ DeviceTypeFilter: MasterData_DeviceTypeFilter_All_Name_eng_smoke: endPoint: /v1/masterdata/devicetypes/filtervalues uniqueIdentifier: TC_Masterdata_DeviceTypeFilter_02 - description: Filter Device type with columnName code and type all + description: Verify that the system can filter device types by name in English correctly role: admin templateFields: ["languageCode"] restMethod: post @@ -54,7 +54,7 @@ DeviceTypeFilter: MasterData_DeviceTypeFilter_isActive_eng_smoke: endPoint: /v1/masterdata/devicetypes/filtervalues uniqueIdentifier: TC_Masterdata_DeviceTypeFilter_03 - description: Filter Device type with columnName isActive and type unique + description: Verify that the system can filter device types based on the isActive status in English correctly role: admin templateFields: ["languageCode"] restMethod: post @@ -81,7 +81,7 @@ DeviceTypeFilter: MasterData_DeviceTypeFilter_Invalid_RequestTime_neg: endPoint: /v1/masterdata/devicetypes/filtervalues uniqueIdentifier: TC_Masterdata_DeviceTypeFilter_04 - description: Filter Device type with invalid Request Time + description: Verify that the system handles invalid request time correctly when filtering device types role: admin templateFields: ["languageCode"] restMethod: post @@ -107,7 +107,7 @@ DeviceTypeFilter: MasterData_DeviceTypeFilter_Invalid_Value_Name_neg: endPoint: /v1/masterdata/devicetypes/filtervalues uniqueIdentifier: TC_Masterdata_DeviceTypeFilter_05 - description: Filter Device type with invalid text value + description: Verify that the system does not return results when filtering device types with an invalid name role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -129,7 +129,7 @@ DeviceTypeFilter: MasterData_DeviceTypeFilter_Invalid_FilterType_neg: endPoint: /v1/masterdata/devicetypes/filtervalues uniqueIdentifier: TC_Masterdata_DeviceTypeFilter_06 - description: Filter Device type with invalid type + description: Verify that the system handles invalid filter types correctly when filtering device types role: admin templateFields: ["languageCode"] restMethod: post @@ -154,7 +154,7 @@ DeviceTypeFilter: MasterData_DeviceTypeFilter_inValid_blank_FilterType_neg: endPoint: /v1/masterdata/devicetypes/filtervalues uniqueIdentifier: TC_Masterdata_DeviceTypeFilter_07 - description: Filter Device type with blank filter type + description: Verify that the system does not allow filtering device types when the filter type is blank role: admin templateFields: ["languageCode"] restMethod: post @@ -180,7 +180,7 @@ DeviceTypeFilter: MasterData_DeviceTypeFilter_inValid_columnName: endPoint: /v1/masterdata/devicetypes/filtervalues uniqueIdentifier: TC_Masterdata_DeviceTypeFilter_08 - description: Filter Device type with invalid columnName + description: Verify that the system handles invalid column names correctly when filtering device types role: admin templateFields: ["languageCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/DeviceTypeSearch/DeviceTypeSearch.yml b/api-test/src/main/resources/masterdata/DeviceTypeSearch/DeviceTypeSearch.yml index 9a9754e5337..a5c8d666273 100644 --- a/api-test/src/main/resources/masterdata/DeviceTypeSearch/DeviceTypeSearch.yml +++ b/api-test/src/main/resources/masterdata/DeviceTypeSearch/DeviceTypeSearch.yml @@ -2,7 +2,7 @@ DeviceTypeSearch: MasterData_DeviceTypeSearch_Equals_Name_eng_smoke: endPoint: /v1/masterdata/devicetypes/search uniqueIdentifier: TC_Masterdata_DeviceTypeSearch_01 - description: Search Device type with columnName name and type equals + description: Verify that the system can find a device type when searching by exact name in English role: admin templateFields: ["languageCode"] restMethod: post @@ -45,7 +45,7 @@ DeviceTypeSearch: MasterData_DeviceTypeSearch_Equals_isActive_eng_smoke: endPoint: /v1/masterdata/devicetypes/search uniqueIdentifier: TC_Masterdata_DeviceTypeSearch_02 - description: Search Device type with columnName isActive and type Equals + description: Verify that the system can find device types when searching by exact isActive status in English role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -87,7 +87,7 @@ DeviceTypeSearch: MasterData_DeviceTypeSearch_Contains_Name_eng_smoke: endPoint: /v1/masterdata/devicetypes/search uniqueIdentifier: TC_Masterdata_DeviceTypeSearch_03 - description: Search Device type with columnName name and type contains + description: Verify that the system can find device types when the name partially matches the search text in English role: admin templateFields: ["languageCode"] restMethod: post @@ -130,7 +130,7 @@ DeviceTypeSearch: MasterData_DeviceTypeSearch_startsWith_Name_eng_smoke: endPoint: /v1/masterdata/devicetypes/search uniqueIdentifier: TC_Masterdata_DeviceTypeSearch_04 - description: Search Device type with columnName name and type startsWith + description: Verify that the system can find device types when the name starts with the search text in English role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -164,7 +164,7 @@ DeviceTypeSearch: MasterData_DeviceTypeSearch_Invalid_Value_Name_smoke: endPoint: /v1/masterdata/devicetypes/search uniqueIdentifier: TC_Masterdata_DeviceTypeSearch_05 - description: Search Device type with invalid columnName name + description: Verify that the system does not return results when searching device types with an invalid name role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -197,7 +197,7 @@ DeviceTypeSearch: MasterData_DeviceTypeSearch_Invalid_ColumnName_neg: endPoint: /v1/masterdata/devicetypes/search uniqueIdentifier: TC_Masterdata_DeviceTypeSearch_06 - description: Search Device type with invalid columnName + description: Verify that the system handles invalid column names correctly when searching for device types role: admin templateFields: ["value"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/DocumentCategory/CreateDocumentCategory.yml b/api-test/src/main/resources/masterdata/DocumentCategory/CreateDocumentCategory.yml index 6c3a525c632..ca7c0a5d3fc 100644 --- a/api-test/src/main/resources/masterdata/DocumentCategory/CreateDocumentCategory.yml +++ b/api-test/src/main/resources/masterdata/DocumentCategory/CreateDocumentCategory.yml @@ -2,7 +2,7 @@ CreateDocumentCategory: MasterData_CreateDocumentCategory_Valid_Smoke_Sid: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_CreateDocumentCategory_01 - description: Create Document Category with all valid data + description: Verify that the system can create a document category successfully with all valid inputs role: admin templateFields: ["name","description"] restMethod: post @@ -22,7 +22,7 @@ CreateDocumentCategory: MasterData_CreateDocumentCategory_All_Valid_Mandatory_Fields_Sid: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_CreateDocumentCategory_02 - description: Create Document Category with all mandatory data + description: Verify that the system can create a document category successfully using only mandatory fields role: admin templateFields: ["name"] restMethod: post @@ -43,7 +43,7 @@ CreateDocumentCategory: MasterData_CreateDocumentCategory_Invalid_InputParameter_Code_Missing: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_CreateDocumentCategory_03 - description: Create Document Category with missing code field + description: Verify that the system does not allow creating a document category when the code field is missing role: admin templateFields: ["name","description"] restMethod: post @@ -68,7 +68,7 @@ CreateDocumentCategory: MasterData_CreateDocumentCategory_Invalid_InputParameter_Code_Empty: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_CreateDocumentCategory_04 - description: Create Document Category with empty code value + description: Verify that the system does not allow creating a document category when the code field is empty role: admin templateFields: ["name","description"] restMethod: post @@ -93,7 +93,7 @@ CreateDocumentCategory: MasterData_CreateDocumentCategory_Invalid_InputParameter_Code_AboveMaxLen36: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_CreateDocumentCategory_05 - description: Create Document Category with code more than 36 characters + description: Verify that the system does not allow creating a document category when the code exceeds 36 characters role: admin templateFields: ["name","description"] restMethod: post @@ -118,7 +118,7 @@ CreateDocumentCategory: MasterData_CreateDocumentCategory_Invalid_InputParameter_Description_AboveMaxLen128: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_CreateDocumentCategory_06 - description: Create Document Category with description more than 36 characters + description: Verify that the system does not allow creating a document category when the description exceeds 128 characters role: admin templateFields: ["name","description"] restMethod: post @@ -143,7 +143,7 @@ CreateDocumentCategory: MasterData_CreateDocumentCategory_Invalid_InputParameter_Name_Missing: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_CreateDocumentCategory_07 - description: Create Document Category with missing name field + description: Verify that the system does not allow creating a document category when the name field is missing role: admin templateFields: ["description"] restMethod: post @@ -168,7 +168,7 @@ CreateDocumentCategory: MasterData_CreateDocumentCategory_Invalid_InputParameter_Name_Empty: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_CreateDocumentCategory_08 - description: Create Document Category with empty name field + description: Verify that the system does not allow creating a document category when the name field is empty role: admin templateFields: ["description"] restMethod: post @@ -193,7 +193,7 @@ CreateDocumentCategory: MasterData_CreateDocumentCategory_Invalid_InputParameter_Name_AboveMaxLen64: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_CreateDocumentCategory_09 - description: Create Document Category with name more than 64 characters + description: Verify that the system does not allow creating a document category when the name exceeds 64 characters role: admin templateFields: ["name","description"] restMethod: post @@ -219,7 +219,7 @@ CreateDocumentCategory: MasterData_CreateDocumentCategory_InputParameter_isActive_Missing: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_CreateDocumentCategory_10 - description: Create Document Category with missing isActive field + description: Verify that the system does not allow creating a document category when the isActive field is missing role: admin templateFields: ["name","description"] restMethod: post @@ -245,7 +245,7 @@ CreateDocumentCategory: MasterData_CreateDocumentCategory_Spacial_Character_Neg: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_CreateDocumentCategory_11 - description: Create Document Category with special characters in name field + description: Verify that the system does not allow creating a document category with special characters in the name role: admin templateFields: ["name"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/DocumentCategory/UpdateDocumentCategory.yml b/api-test/src/main/resources/masterdata/DocumentCategory/UpdateDocumentCategory.yml index 3ecde56711c..6819dbc207f 100644 --- a/api-test/src/main/resources/masterdata/DocumentCategory/UpdateDocumentCategory.yml +++ b/api-test/src/main/resources/masterdata/DocumentCategory/UpdateDocumentCategory.yml @@ -2,7 +2,7 @@ UpdateDocumentCategory: MasterData_UpdateDocumentCategory_Valid_Smoke: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_UpdateDocumentCategory_01 - description: Update Document Category with all valid data + description: Verify that the system can update a document category successfully with all valid inputs role: admin templateFields: ["name","description"] restMethod: put @@ -22,7 +22,7 @@ UpdateDocumentCategory: MasterData_UpdateDocumentCategory_All_Valid_Mandatory_Fields: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_UpdateDocumentCategory_02 - description: Update Document Category with all mandatory data + description: Verify that the system can update a document category successfully using only mandatory fields role: admin templateFields: ["name","description"] restMethod: put @@ -43,7 +43,7 @@ UpdateDocumentCategory: MasterData_UpdateDocumentCategory_Invalid_InputParameter_Code_Missing: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_UpdateDocumentCategory_03 - description: Update Document Category with missing Code field + description: Verify that the system does not allow updating a document category when the code field is missing role: admin templateFields: ["name","description"] restMethod: put @@ -68,7 +68,7 @@ UpdateDocumentCategory: MasterData_UpdateDocumentCategory_Invalid_InputParameter_Code_Empty: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_UpdateDocumentCategory_04 - description: Update Document Category with invalid Code value + description: Verify that the system does not allow updating a document category when the code field is empty role: admin templateFields: ["name","description"] restMethod: put @@ -93,7 +93,7 @@ UpdateDocumentCategory: MasterData_UpdateDocumentCategory_Invalid_InputParameter_Code_AboveMaxLen36: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_UpdateDocumentCategory_05 - description: Update Document Category with Code value more than 36 characters + description: Verify that the system does not allow updating a document category when the code exceeds 36 characters role: admin templateFields: ["name","description"] restMethod: put @@ -118,7 +118,7 @@ UpdateDocumentCategory: MasterData_UpdateDocumentCategory_Invalid_InputParameter_Description_AboveMaxLen128: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_UpdateDocumentCategory_06 - description: Update Document Category with Descrpition value more than 128 characters + description: Verify that the system does not allow updating a document category when the description exceeds 128 characters role: admin templateFields: ["name","description"] restMethod: put @@ -143,7 +143,7 @@ UpdateDocumentCategory: MasterData_UpdateDocumentCategory_Invalid_InputParameter_Name_Missing: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_UpdateDocumentCategory_07 - description: Update Document Category with missing Name field + description: Verify that the system does not allow updating a document category when the name field is missing role: admin templateFields: ["description"] restMethod: put @@ -168,7 +168,7 @@ UpdateDocumentCategory: MasterData_UpdateDocumentCategory_Invalid_InputParameter_Name_Empty: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_UpdateDocumentCategory_08 - description: Update Document Category with empty Name value + description: Verify that the system does not allow updating a document category when the name field is empty role: admin templateFields: ["description"] restMethod: put @@ -193,7 +193,7 @@ UpdateDocumentCategory: MasterData_UpdateDocumentCategory_Invalid_InputParameter_Name_AboveMaxLen64: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_UpdateDocumentCategory_09 - description: Update Document Category with Name more than 64 characters + description: Verify that the system does not allow updating a document category when the name exceeds 64 characters role: admin templateFields: ["name","description"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/DocumentType/CreateDocumentType.yml b/api-test/src/main/resources/masterdata/DocumentType/CreateDocumentType.yml index 96186ec1b2e..8993633f940 100644 --- a/api-test/src/main/resources/masterdata/DocumentType/CreateDocumentType.yml +++ b/api-test/src/main/resources/masterdata/DocumentType/CreateDocumentType.yml @@ -2,7 +2,7 @@ CreateDocumentType: MasterData_CreateDocumentType_Valid_Smoke_Sid: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_CreateDocumentType_01 - description: Create Document Type with valid data + description: Verify that the system can create a document type successfully with all valid inputs role: admin templateFields: ["name","description"] restMethod: post @@ -25,7 +25,7 @@ CreateDocumentType: MasterData_CreateDocumentType_All_Valid_Mandatory_Fields_Smoke_Eng_Sid: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_CreateDocumentType_02 - description: Create Document Type with all mandatory data + description: Verify that the system can create a document type successfully using only mandatory fields role: admin templateFields: ["name"] restMethod: post @@ -49,7 +49,7 @@ CreateDocumentType: MasterData_CreateDocumentType_Invalid_Code_Char37: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_CreateDocumentType_03 - description: Create Document Type with code more than 36 characters + description: Verify that the system does not allow creating a document type when the code exceeds 36 characters role: admin templateFields: ["name","description"] restMethod: post @@ -74,7 +74,7 @@ CreateDocumentType: MasterData_CreateDocumentType_Invalid_Name_Char65: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_CreateDocumentType_04 - description: Create Document Type with name more than 64 characters + description: Verify that the system does not allow creating a document type when the name exceeds 64 characters role: admin templateFields: ["name","description"] restMethod: post @@ -99,7 +99,7 @@ CreateDocumentType: MasterData_CreateDocumentType_Invalid_Descr_Char129: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_CreateDocumentType_05 - description: Create Document Type with description more than 128 characters + description: Verify that the system does not allow creating a document type when the description exceeds 128 characters role: admin templateFields: ["name","description"] restMethod: post @@ -125,7 +125,7 @@ CreateDocumentType: MasterData_CreateDocumentType_Invalid_Name_Blank: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_CreateDocumentType_06 - description: Create Document Type with empty name + description: Verify that the system does not allow creating a document type when the name field is blank role: admin templateFields: ["description"] restMethod: post @@ -150,7 +150,7 @@ CreateDocumentType: MasterData_CreateDocumentType_Invalid_Code_Blank: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_CreateDocumentType_07 - description: Create Document Type with empty code + description: Verify that the system does not allow creating a document type when the code field is blank role: admin templateFields: ["name","description"] restMethod: post @@ -175,7 +175,7 @@ CreateDocumentType: MasterData_CreateDocumentType_Invalid_IsActive_Blank: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_CreateDocumentType_08 - description: Create Document Type with empty isActive + description: Verify that the system does not allow creating a document type when the isActive field is blank role: admin templateFields: ["name","description"] restMethod: post @@ -201,7 +201,7 @@ CreateDocumentType: MasterData_CreateDocumentType_Spacial_Character_Neg: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_CreateDocumentType_09 - description: Create Document Type with invalid special characters in code + description: Verify that the system does not allow creating a document type with special characters in the name role: admin templateFields: ["name","description"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/DocumentType/UpdateDocumentType.yml b/api-test/src/main/resources/masterdata/DocumentType/UpdateDocumentType.yml index 2b2a3362805..b3c72907d59 100644 --- a/api-test/src/main/resources/masterdata/DocumentType/UpdateDocumentType.yml +++ b/api-test/src/main/resources/masterdata/DocumentType/UpdateDocumentType.yml @@ -2,7 +2,7 @@ UpdateDocumentType: MasterData_UpdateDocumentType_Valid_Smoke: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_UpdateDocumentType_01 - description: Update Document Type with all valid data + description: Verify that the system can update a document type successfully with all valid inputs role: admin templateFields: ["name","description"] restMethod: put @@ -26,7 +26,7 @@ UpdateDocumentType: MasterData_UpdateDocumentType_Invalid_Code_Char37: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_UpdateDocumentType_02 - description: Update Document Type with invalid Code more than 36 characters + description: Verify that the system does not allow updating a document type when the code exceeds 36 characters role: admin templateFields: ["name","description"] restMethod: put @@ -51,7 +51,7 @@ UpdateDocumentType: MasterData_UpdateDocumentType_Invalid_Name_Char65: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_UpdateDocumentType_03 - description: Update Document Type with invalid Description more than 64 characters + description: Verify that the system does not allow updating a document type when the name exceeds 64 characters role: admin templateFields: ["name","description"] restMethod: put @@ -76,7 +76,7 @@ UpdateDocumentType: MasterData_UpdateDocumentType_Invalid_Descr_Char129: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_UpdateDocumentType_04 - description: Update Document Type with invalid Description more than 128 characters + description: Verify that the system does not allow updating a document type when the description exceeds 128 characters role: admin restMethod: put templateFields: ["name","description"] @@ -102,7 +102,7 @@ UpdateDocumentType: MasterData_UpdateDocumentType_Invalid_Name_Blank: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_UpdateDocumentType_05 - description: Update Document Type with invalid empty Name + description: Verify that the system does not allow updating a document type when the name field is blank role: admin templateFields: ["description"] restMethod: put @@ -127,7 +127,7 @@ UpdateDocumentType: MasterData_UpdateDocumentType_Invalid_Code_Blank: endPoint: /v1/masterdata/documenttypes uniqueIdentifier: TC_Masterdata_UpdateDocumentType_06 - description: Update Document Type with invalid empty Code + description: Verify that the system does not allow updating a document type when the code field is blank role: admin templateFields: ["name","description"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/DynamicField/CreateDynamicField.yml b/api-test/src/main/resources/masterdata/DynamicField/CreateDynamicField.yml index f9281c8cb8e..8544d36e44f 100644 --- a/api-test/src/main/resources/masterdata/DynamicField/CreateDynamicField.yml +++ b/api-test/src/main/resources/masterdata/DynamicField/CreateDynamicField.yml @@ -2,7 +2,7 @@ CreateDynamicField: MasterData_CreateDynamicField_All_Valid_Smoke_sid: endPoint: /v1/masterdata/dynamicfields uniqueIdentifier: TC_Masterdata_CreateDynamicField_01 - description: Create Dynamic Fields with all valid data + description: Verify that the system can create a dynamic field successfully with all valid inputs role: admin templateFields: ["langCode"] restMethod: post @@ -26,7 +26,7 @@ CreateDynamicField: MasterData_CreateDynamicField_ByfieldName_All_Valid_Smoke_sid: endPoint: /v1/masterdata/dynamicfields uniqueIdentifier: TC_Masterdata_CreateDynamicField_02 - description: Create Dynamic Fields By field name with all valid data + description: Verify that the system can create a dynamic field successfully using the field name with all valid inputs role: admin templateFields: ["langCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/DynamicField/UpdateDynamicField.yml b/api-test/src/main/resources/masterdata/DynamicField/UpdateDynamicField.yml index 7bbe8ad064d..4fad7c2ed1b 100644 --- a/api-test/src/main/resources/masterdata/DynamicField/UpdateDynamicField.yml +++ b/api-test/src/main/resources/masterdata/DynamicField/UpdateDynamicField.yml @@ -2,6 +2,7 @@ UpdateDynamicField: MasterData_UpdateDynamicField_All_Valid_Smoke: endPoint: /v1/masterdata/dynamicfields?id={id} uniqueIdentifier: TC_Masterdata_UpdateDynamicField_01 + description: Verify that the system can update a dynamic field successfully with all valid inputs role: admin templateFields: ["langCode"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/FetchAllBlockListedWord/FetchAllBlockListedWord.yml b/api-test/src/main/resources/masterdata/FetchAllBlockListedWord/FetchAllBlockListedWord.yml index 3fe2d2411b9..8cbfd2f1d85 100644 --- a/api-test/src/main/resources/masterdata/FetchAllBlockListedWord/FetchAllBlockListedWord.yml +++ b/api-test/src/main/resources/masterdata/FetchAllBlockListedWord/FetchAllBlockListedWord.yml @@ -2,7 +2,7 @@ FetchAllBlockListedWord: Master_FetchAllBlockListedWord_valid_smoke: endPoint: /v1/masterdata/blocklistedwords/all uniqueIdentifier: TC_Masterdata_FetchAllBlockListedWord_01 - description: Retrieve all Block Listed words with valid data + description: Verify that the system can fetch all blocklisted words successfully role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchAllDeviceSpec/FetchAllDeviceSpec.yml b/api-test/src/main/resources/masterdata/FetchAllDeviceSpec/FetchAllDeviceSpec.yml index 7c444a30256..2b1d7ce0d65 100644 --- a/api-test/src/main/resources/masterdata/FetchAllDeviceSpec/FetchAllDeviceSpec.yml +++ b/api-test/src/main/resources/masterdata/FetchAllDeviceSpec/FetchAllDeviceSpec.yml @@ -2,7 +2,7 @@ FetchAllDeviceSpec: MasterData_FetchAllDeviceSpec_AllValid_smoke: endPoint: /v1/masterdata/devicespecifications/all uniqueIdentifier: TC_Masterdata_FetchAllDeviceSpec_01 - description: Retrieve All Device Specifications with valid data + description: Verify that the system can fetch all device specifications successfully role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchAllDeviceType/FetchAllDeviceTypes.yml b/api-test/src/main/resources/masterdata/FetchAllDeviceType/FetchAllDeviceTypes.yml index 71b3713a4b7..5b05785e7c4 100644 --- a/api-test/src/main/resources/masterdata/FetchAllDeviceType/FetchAllDeviceTypes.yml +++ b/api-test/src/main/resources/masterdata/FetchAllDeviceType/FetchAllDeviceTypes.yml @@ -2,7 +2,7 @@ FetchAllDeviceType: MasterData_FetchAllDeviceTypes_valid_smoke: endPoint: /v1/masterdata/devicetypes/all uniqueIdentifier: TC_Masterdata_FetchAllDeviceTypes_01 - description: Retrieve All Device types with valid data + description: Verify that the system can fetch all device types successfully role: admin checkErrorsOnlyInResponse: true templateFields: [] diff --git a/api-test/src/main/resources/masterdata/FetchAllDocumentCategories/FetchAllDocumentCategories.yml b/api-test/src/main/resources/masterdata/FetchAllDocumentCategories/FetchAllDocumentCategories.yml index 55cce11fe7d..305cdc8d9d2 100644 --- a/api-test/src/main/resources/masterdata/FetchAllDocumentCategories/FetchAllDocumentCategories.yml +++ b/api-test/src/main/resources/masterdata/FetchAllDocumentCategories/FetchAllDocumentCategories.yml @@ -2,7 +2,7 @@ FetchAllDocumentCategories: MasterData_FetchAllDocumentCategories_valid_smoke_langcodeandCode: endPoint: /v1/masterdata/documentcategories/all uniqueIdentifier: TC_Masterdata_FetchAllDocumentCategories_01 - description: Retrieve All Document Categories with valid data + description: Verify that the system can fetch all document categories successfully using language code and code filters role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchAllDocumentTypes/FetchAllDocumentTypes.yml b/api-test/src/main/resources/masterdata/FetchAllDocumentTypes/FetchAllDocumentTypes.yml index a82e679f4e4..61f6656aa40 100644 --- a/api-test/src/main/resources/masterdata/FetchAllDocumentTypes/FetchAllDocumentTypes.yml +++ b/api-test/src/main/resources/masterdata/FetchAllDocumentTypes/FetchAllDocumentTypes.yml @@ -2,7 +2,7 @@ FetchAllDocumentTypes: MasterData_FetchAllDocumentTypes_valid_smoke_langcodeandCode: endPoint: /v1/masterdata/documentcategories/all uniqueIdentifier: TC_Masterdata_FetchAllDocumentTypes_01 - description: Retrieve All Document Types with all valid data + description: Verify that the system successfully fetches all document types using valid language code and document type code role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchAllHolidays/FetchAllHoliday.yml b/api-test/src/main/resources/masterdata/FetchAllHolidays/FetchAllHoliday.yml index 7486d6047bd..50f72cc9cac 100644 --- a/api-test/src/main/resources/masterdata/FetchAllHolidays/FetchAllHoliday.yml +++ b/api-test/src/main/resources/masterdata/FetchAllHolidays/FetchAllHoliday.yml @@ -2,7 +2,7 @@ FetchAllHoliday: MasterData_FetchAllHoliday_valid_smoke: endPoint: /v1/masterdata/holidays/all uniqueIdentifier: TC_Masterdata_FetchAllHoliday_01 - description: Retrieve All Holiday details with valid data + description: Verify that the system successfully fetches all holiday records with valid input data role: admin restMethod: get inputTemplate: masterdata/FetchAllHoliday/fetchAllHoliday diff --git a/api-test/src/main/resources/masterdata/FetchAllIdschema/FetchAllIdschema.yml b/api-test/src/main/resources/masterdata/FetchAllIdschema/FetchAllIdschema.yml index 84d050abcde..7ff5e4f6dad 100644 --- a/api-test/src/main/resources/masterdata/FetchAllIdschema/FetchAllIdschema.yml +++ b/api-test/src/main/resources/masterdata/FetchAllIdschema/FetchAllIdschema.yml @@ -2,7 +2,7 @@ FetchAllIdschema: MasterData_FetchAllIdschema_valid_smoke: endPoint: /v1/masterdata/idschema/all uniqueIdentifier: TC_Masterdata_FetchAllIdschema_01 - description: Retrieve All ID Schema details with valid data + description: Verify that the system successfully fetches all ID schema records with valid input data role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchAllLocation/FetchAllLocation.yml b/api-test/src/main/resources/masterdata/FetchAllLocation/FetchAllLocation.yml index 98f1fe59007..4db681c73eb 100644 --- a/api-test/src/main/resources/masterdata/FetchAllLocation/FetchAllLocation.yml +++ b/api-test/src/main/resources/masterdata/FetchAllLocation/FetchAllLocation.yml @@ -2,7 +2,7 @@ FetchAllLocation: MasterData_FetchAllLocation_valid_smoke: endPoint: /v1/masterdata/locations/all uniqueIdentifier: TC_Masterdata_FetchAllLocation_01 - description: Retrieve All Location details with valid data + description: Verify that the system successfully fetches all location records with valid input data role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchAllMachineSpecification/FetchAllMachineSpecification.yml b/api-test/src/main/resources/masterdata/FetchAllMachineSpecification/FetchAllMachineSpecification.yml index 64707ba5d0c..7846f7b4c55 100644 --- a/api-test/src/main/resources/masterdata/FetchAllMachineSpecification/FetchAllMachineSpecification.yml +++ b/api-test/src/main/resources/masterdata/FetchAllMachineSpecification/FetchAllMachineSpecification.yml @@ -2,7 +2,7 @@ FetchAllDeviceType: MasterData_FetchAllDeviceTypes_valid_smoke: endPoint: /v1/masterdata/devicetypes/all uniqueIdentifier: TC_Masterdata_FetchAllDeviceTypes_01 - description: Retrieve All Device Type details with valid data + description: Verify that the system successfully fetches all device type records with valid input data role: admin checkErrorsOnlyInResponse: true templateFields: [] diff --git a/api-test/src/main/resources/masterdata/FetchAllMachineType/FetchAllMachineType.yml b/api-test/src/main/resources/masterdata/FetchAllMachineType/FetchAllMachineType.yml index c661ee4d55b..0bdbb696e39 100644 --- a/api-test/src/main/resources/masterdata/FetchAllMachineType/FetchAllMachineType.yml +++ b/api-test/src/main/resources/masterdata/FetchAllMachineType/FetchAllMachineType.yml @@ -2,7 +2,7 @@ FetchAllMachineType: MasterData_FetchAllMachineType_valid_smoke_langcodeandCode: endPoint: /v1/masterdata/machinetypes/all uniqueIdentifier: TC_Masterdata_FetchAllMachineType_01 - description: Retrieve All Machine Type details with valid data + description: Verify that the system successfully fetches all machine type records using valid language code and machine type code role: admin checkErrorsOnlyInResponse: true templateFields: [] diff --git a/api-test/src/main/resources/masterdata/FetchAllRegCent/FetchAllRegCent.yml b/api-test/src/main/resources/masterdata/FetchAllRegCent/FetchAllRegCent.yml index 4b849a20102..c0a3ecdf1c1 100644 --- a/api-test/src/main/resources/masterdata/FetchAllRegCent/FetchAllRegCent.yml +++ b/api-test/src/main/resources/masterdata/FetchAllRegCent/FetchAllRegCent.yml @@ -2,7 +2,7 @@ FetchAllRegCent: MasterData_FetchAllRegCent_valid_smoke: endPoint: /v1/masterdata/registrationcenters/all uniqueIdentifier: TC_Masterdata_FetchAllRegCent_01 - description: Retrieve All Registration Center details with valid data + description: Verify that the system successfully fetches all registration center records with valid input data role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchAllRegCenterType/FetchAllRegCenterType.yml b/api-test/src/main/resources/masterdata/FetchAllRegCenterType/FetchAllRegCenterType.yml index ef6f28c5a11..f3d24625bac 100644 --- a/api-test/src/main/resources/masterdata/FetchAllRegCenterType/FetchAllRegCenterType.yml +++ b/api-test/src/main/resources/masterdata/FetchAllRegCenterType/FetchAllRegCenterType.yml @@ -2,7 +2,7 @@ FetchAllRegCenterType: MasterData_FetchAllRegCenterType_valid_smoke: endPoint: /v1/masterdata/registrationcentertypes/all uniqueIdentifier: TC_Masterdata_FetchAllRegCenterType_01 - description: Retrieve All Registration Center Type details with valid data + description: Verify that the system successfully fetches all registration center type records with valid input data role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchAllTemplates/FetchAllTemplates.yml b/api-test/src/main/resources/masterdata/FetchAllTemplates/FetchAllTemplates.yml index 8102cd79697..1b403952ecf 100644 --- a/api-test/src/main/resources/masterdata/FetchAllTemplates/FetchAllTemplates.yml +++ b/api-test/src/main/resources/masterdata/FetchAllTemplates/FetchAllTemplates.yml @@ -2,7 +2,7 @@ FetchAllTemplates: MasterData_FetchAllTemplates_AllValid_smoke: endPoint: /v1/masterdata/templates/all uniqueIdentifier: TC_Masterdata_FetchAllTemplates_01 - description: Retrieve All Template details with valid data + description: Verify that the system successfully fetches all templates with valid input data role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchAllTitle/FetchAllTitle.yml b/api-test/src/main/resources/masterdata/FetchAllTitle/FetchAllTitle.yml index fadbff8253e..a7760ca5205 100644 --- a/api-test/src/main/resources/masterdata/FetchAllTitle/FetchAllTitle.yml +++ b/api-test/src/main/resources/masterdata/FetchAllTitle/FetchAllTitle.yml @@ -2,7 +2,7 @@ FetchAllTitle: MasterData_FetchAllTitle_all_valid_smoke: endPoint: /v1/masterdata/title/all uniqueIdentifier: TC_Masterdata_FetchAllTitle_01 - description: Retrieve All Title details with valid data + description: Verify that the system successfully fetches all title records with valid input data role: admin restMethod: get checkErrorsOnlyInResponse: true diff --git a/api-test/src/main/resources/masterdata/FetchAllUISpec/FetchAllUISpec.yml b/api-test/src/main/resources/masterdata/FetchAllUISpec/FetchAllUISpec.yml index 1bec4b491a6..601e41a2f6a 100644 --- a/api-test/src/main/resources/masterdata/FetchAllUISpec/FetchAllUISpec.yml +++ b/api-test/src/main/resources/masterdata/FetchAllUISpec/FetchAllUISpec.yml @@ -2,7 +2,7 @@ FetchAllUISpec: MasterData_FetchAllUISpec_valid_smoke: endPoint: /v1/masterdata/uispec/all uniqueIdentifier: TC_Masterdata_FetchAllUISpec_01 - description: Retrieve All UI Spec details with valid data + description: Verify that the system successfully fetches all UI specification records with valid input data role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchAllUserDetails/FetchAllUserDetails.yml b/api-test/src/main/resources/masterdata/FetchAllUserDetails/FetchAllUserDetails.yml index 2a3b080abc7..f477fb2fe07 100644 --- a/api-test/src/main/resources/masterdata/FetchAllUserDetails/FetchAllUserDetails.yml +++ b/api-test/src/main/resources/masterdata/FetchAllUserDetails/FetchAllUserDetails.yml @@ -2,7 +2,7 @@ FetchAllUserDetails: MasterData_FetchAllUserDetails_valid_smoke: endPoint: /v1/masterdata/usersdetails uniqueIdentifier: TC_Masterdata_FetchAllUserDetails_01 - description: Retrieve All User details with valid data + description: Verify that the system successfully fetches all user details with valid input data role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchAllValidDocuments/FetchAllValidDocuments.yml b/api-test/src/main/resources/masterdata/FetchAllValidDocuments/FetchAllValidDocuments.yml index 9be2c3d8f1a..03b82560d29 100644 --- a/api-test/src/main/resources/masterdata/FetchAllValidDocuments/FetchAllValidDocuments.yml +++ b/api-test/src/main/resources/masterdata/FetchAllValidDocuments/FetchAllValidDocuments.yml @@ -2,7 +2,7 @@ FetchAllValidDocuments: MasterData_FetchAllValidDocuments_valid_smoke: endPoint: /v1/masterdata/validdocuments/all uniqueIdentifier: TC_Masterdata_FetchAllValidDocuments_01 - description: Retrieve All Valid Document details with valid data + description: Verify that the system successfully fetches all valid document records with valid input data. role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchAppConfig/FetchAppConfig.yml b/api-test/src/main/resources/masterdata/FetchAppConfig/FetchAppConfig.yml index 125eb4ab056..1bc64d2279e 100644 --- a/api-test/src/main/resources/masterdata/FetchAppConfig/FetchAppConfig.yml +++ b/api-test/src/main/resources/masterdata/FetchAppConfig/FetchAppConfig.yml @@ -2,7 +2,7 @@ FetchAppConfig: MasterData_FetchAppConfig_allValid_smoke: endPoint: /v1/masterdata/configs uniqueIdentifier: TC_Masterdata_FetchAppConfig_01 - description: Retrieve All App Config details with valid data + description: Verify that the system successfully fetches application configuration records with valid input data role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchBlockListedWordByLangcode/FetchBlockListedWordByLangcode.yml b/api-test/src/main/resources/masterdata/FetchBlockListedWordByLangcode/FetchBlockListedWordByLangcode.yml index f5d0fad4881..1b39d6c85e6 100644 --- a/api-test/src/main/resources/masterdata/FetchBlockListedWordByLangcode/FetchBlockListedWordByLangcode.yml +++ b/api-test/src/main/resources/masterdata/FetchBlockListedWordByLangcode/FetchBlockListedWordByLangcode.yml @@ -2,7 +2,7 @@ FetchBlockListedWordByLangcode: Masterdata_FetchBlockListedWordByLangcode_valid_eng_smoke: endPoint: /v1/masterdata/blocklistedwords/{langCode} uniqueIdentifier: TC_Masterdata_FetchBlockListedWordByLangcode_01 - description: Retrieve Block Listed Word with valid data By Langcode + description: Verify that the system successfully fetches blocklisted words for the given valid language code role: admin checkErrorsOnlyInResponse: true templateFields: ["langCode"] @@ -18,7 +18,7 @@ FetchBlockListedWordByLangcode: Masterdata_FetchBlackListedWord_invalid_langcode: endPoint: /v1/masterdata/blocklistedwords/{langCode} uniqueIdentifier: TC_Masterdata_FetchBlockListedWordByLangcode_02 - description: Retrieve Block Listed Word with invalid langcode + description: Verify that an error is returned when an invalid language code is used to fetch blacklisted words role: admin restMethod: get inputTemplate: masterdata/FetchBlockListedWordByLangcode/fetchBlockListedWordByLangcode diff --git a/api-test/src/main/resources/masterdata/FetchDevice/FetchDevice.yml b/api-test/src/main/resources/masterdata/FetchDevice/FetchDevice.yml index af3fe04396e..cba9b9d24eb 100644 --- a/api-test/src/main/resources/masterdata/FetchDevice/FetchDevice.yml +++ b/api-test/src/main/resources/masterdata/FetchDevice/FetchDevice.yml @@ -2,7 +2,7 @@ FetchDevice: MasterData_FetchDevice_allValid_smoke_with_lang: endPoint: /v1/masterdata/devices/{langCode} uniqueIdentifier: TC_Masterdata_FetchDevice_01 - description: Retrieve Device details with valid data By langcode + description: Verify that the system successfully fetches all device records using valid input data and language code role: admin templateFields: ["name","description"] restMethod: get @@ -22,7 +22,7 @@ FetchDevice: MasterData_FetchDevice_allValid_smoke_with_lang_and_deviceType: endPoint: /v1/masterdata/devices/{langCode}/{deviceType} uniqueIdentifier: TC_Masterdata_FetchDevice_02 - description: Retrieve Device details with valid data By langcode and deviceType + description: Verify that the system successfully fetches all device records using valid language code and device type role: admin templateFields: ["name","description"] restMethod: get @@ -42,7 +42,7 @@ FetchDevice: MasterData_FetchDevice_allValid_smoke_with_regCentre: endPoint: /v1/masterdata/devices/mappeddevices/{regCenterId} uniqueIdentifier: TC_Masterdata_FetchDevice_03 - description: Retrieve Device details with valid data By regCenterId + description: Verify that the system successfully fetches all device records using valid registration center details role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -62,7 +62,7 @@ FetchDevice: MasterData_FetchDevice_invalid_regCentre: endPoint: /v1/masterdata/devices/mappeddevices/{regCenterId} uniqueIdentifier: TC_Masterdata_FetchDevice_04 - description: Retrieve mapped Device details to a regCenterId + description: Verify that the system returns an error when an invalid registration center is used to fetch device records role: admin restMethod: get inputTemplate: masterdata/FetchDevice/fetchDevice @@ -83,7 +83,7 @@ FetchDevice: MasterData_FetchDevice_invalid_deviceType_unexisting: endPoint: /v1/masterdata/devices/{langCode}/{deviceType} uniqueIdentifier: TC_Masterdata_FetchDevice_05 - description: Retrieve Device details non existing deviceType + description: Verify that the system returns an error when an unexisting device type is used to fetch device records role: admin restMethod: get inputTemplate: masterdata/FetchDevice/fetchDevice diff --git a/api-test/src/main/resources/masterdata/FetchDeviceSpec/FetchDeviceSpec.yml b/api-test/src/main/resources/masterdata/FetchDeviceSpec/FetchDeviceSpec.yml index 1fa8e13c813..ff908f2b6f5 100644 --- a/api-test/src/main/resources/masterdata/FetchDeviceSpec/FetchDeviceSpec.yml +++ b/api-test/src/main/resources/masterdata/FetchDeviceSpec/FetchDeviceSpec.yml @@ -2,7 +2,7 @@ FetchDeviceSpec: MasterData_FetchDeviceSpec_allValid_smoke_with_lang: endPoint: /v1/masterdata/devicespecifications/{langcode} uniqueIdentifier: TC_Masterdata_FetchDeviceSpec_01 - description: Retrieve device specification with valid langcode + description: Verify that the system successfully fetches all device specification records using valid input data and language code role: admin checkErrorsOnlyInResponse: true templateFields: [] @@ -19,7 +19,7 @@ FetchDeviceSpec: MasterData_FetchDeviceSpec_allValid_byDeviceTypeCode_smoke: endPoint: /v1/masterdata/devicespecifications/devicetypecode/{devicetypecode} uniqueIdentifier: TC_Masterdata_FetchDeviceSpec_02 - description: Retrieve device specification with valid devicetypecode + description: Verify that the system successfully fetches device specification records using a valid device type code role: admin checkErrorsOnlyInResponse: true templateFields: [] @@ -36,7 +36,7 @@ FetchDeviceSpec: MasterData_FetchDeviceSpec_allValid_smoke_with_lang_and_deviceType: endPoint: /v1/masterdata/devicespecifications/{langcode}/{devicetypecode} uniqueIdentifier: TC_Masterdata_FetchDeviceSpec_03 - description: Retrieve device specification with valid devicetypecode and langcode + description: Verify that the system successfully fetches device specification records using valid language code and device type role: admin checkErrorsOnlyInResponse: true templateFields: [] @@ -53,7 +53,7 @@ FetchDeviceSpec: MasterData_FetchDeviceSpec_invalid_devicetypecode_unexisting: endPoint: /v1/masterdata/devicespecifications/{langcode}/{devicetypecode} uniqueIdentifier: TC_Masterdata_FetchDeviceSpec_04 - description: Retrieve device specification with non existing devicetypecode + description: Verify that the system returns an error when an unexisting device type code is used to fetch device specification records role: admin templateFields: [] restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchDistinctDynamicField/FetchDistinctDynamicField.yml b/api-test/src/main/resources/masterdata/FetchDistinctDynamicField/FetchDistinctDynamicField.yml index 0a97bd933ee..7dac06d7c57 100644 --- a/api-test/src/main/resources/masterdata/FetchDistinctDynamicField/FetchDistinctDynamicField.yml +++ b/api-test/src/main/resources/masterdata/FetchDistinctDynamicField/FetchDistinctDynamicField.yml @@ -2,7 +2,7 @@ FetchDistinctDynamicField: Masterdata_FetchDistinctDynamicField_AllValid_smoke: endPoint: /v1/masterdata/dynamicfields/distinct uniqueIdentifier: TC_Masterdata_FetchDistinctDynamicField_01 - description: Retrieve distinct Dynamic field values + description: Verify that the system successfully fetches all distinct dynamic field records with valid input data role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchDistinctDynamicFieldByLangcode/FetchDistinctDynamicFieldByLangcode.yml b/api-test/src/main/resources/masterdata/FetchDistinctDynamicFieldByLangcode/FetchDistinctDynamicFieldByLangcode.yml index d3a7b802b41..39764ac9ed3 100644 --- a/api-test/src/main/resources/masterdata/FetchDistinctDynamicFieldByLangcode/FetchDistinctDynamicFieldByLangcode.yml +++ b/api-test/src/main/resources/masterdata/FetchDistinctDynamicFieldByLangcode/FetchDistinctDynamicFieldByLangcode.yml @@ -2,7 +2,7 @@ FetchDistinctDynamicFieldByLangcode: Masterdata_FetchDistinctDynamicFieldByLangcode_AllValid_smoke: endPoint: /v1/masterdata/dynamicfields/distinct/{langCode} uniqueIdentifier: TC_Masterdata_FetchDistinctDynamicFieldByLangcode_01 - description: Retrieve distinct Dynamic field values By langCode + description: Verify that the system successfully fetches distinct dynamic field records using a valid language code role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchDocumentCategories/FetchDocumentCategories.yml b/api-test/src/main/resources/masterdata/FetchDocumentCategories/FetchDocumentCategories.yml index a797733b209..1377555e9fe 100644 --- a/api-test/src/main/resources/masterdata/FetchDocumentCategories/FetchDocumentCategories.yml +++ b/api-test/src/main/resources/masterdata/FetchDocumentCategories/FetchDocumentCategories.yml @@ -2,7 +2,7 @@ FetchDocumentCategories: MasterData_FetchDocumentCategories_invalid_code_notpresent: endPoint: /v1/masterdata/documentcategories/{code}/{langcode} uniqueIdentifier: TC_Masterdata_FetchDocumentCategories_01 - description: Retrieve Document Categories with invalid code and valid langcode + description: Verify that the system returns an error when a non-existing document category code is used to fetch records role: admin templateFields: [] restMethod: get @@ -23,7 +23,7 @@ FetchDocumentCategories: MasterData_FetchDocumentCategories_invalid_langcode: endPoint: /v1/masterdata/documentcategories/{langcode} uniqueIdentifier: TC_Masterdata_FetchDocumentCategories_02 - description: Retrieve Document Categories with invalid langcode + description: Verify that the system returns an error when an invalid language code is used to fetch document categories role: admin templateFields: [] restMethod: get @@ -44,7 +44,7 @@ FetchDocumentCategories: MasterData_FetchDocumentCategories_valid_smoke_langcode: endPoint: /v1/masterdata/documentcategories/{langcode} uniqueIdentifier: TC_Masterdata_FetchDocumentCategories_03 - description: Retrieve Document Categories with valid langcode + description: Verify that the system successfully fetches document categories using a valid language code role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] diff --git a/api-test/src/main/resources/masterdata/FetchDocumentTypes/FetchDocumentTypes.yml b/api-test/src/main/resources/masterdata/FetchDocumentTypes/FetchDocumentTypes.yml index c14e6555088..aafddc05229 100644 --- a/api-test/src/main/resources/masterdata/FetchDocumentTypes/FetchDocumentTypes.yml +++ b/api-test/src/main/resources/masterdata/FetchDocumentTypes/FetchDocumentTypes.yml @@ -2,7 +2,7 @@ FetchDocumentTypes: MasterData_FetchDocumentTypes_invalid_langcode: endPoint: /v1/masterdata/documenttypes/{langcode} uniqueIdentifier: TC_Masterdata_FetchDocumentTypes_01 - description: Retrieve Document Types with invalid langcode + description: Verify that the system returns an error when an invalid language code is used to fetch document types role: admin templateFields: [] restMethod: get @@ -23,7 +23,7 @@ FetchDocumentTypes: MasterData_FetchDocumentTypes_invalid_documentcategorycode_notpresent: endPoint: /v1/masterdata/documenttypes/{documentcategorycode}/{langcode} uniqueIdentifier: TC_Masterdata_FetchDocumentTypes_02 - description: Retrieve Document Types with non existing documentcategorycode + description: Verify that the system returns an error when a non-existing document category code is used to fetch document types role: admin templateFields: [] restMethod: get @@ -44,7 +44,7 @@ FetchDocumentTypes: MasterData_FetchDocumentTypes_invalid_langcode_notpresent: endPoint: /v1/masterdata/documenttypes/{documentcategorycode}/{langcode} uniqueIdentifier: TC_Masterdata_FetchDocumentTypes_03 - description: Retrieve Document Types with invalid langcode + description: Verify that the system returns an error when a non-existing language code is used to fetch document types role: admin templateFields: [] restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchDynamicField/FetchDynamicField.yml b/api-test/src/main/resources/masterdata/FetchDynamicField/FetchDynamicField.yml index db2629a3730..a2da09b0f64 100644 --- a/api-test/src/main/resources/masterdata/FetchDynamicField/FetchDynamicField.yml +++ b/api-test/src/main/resources/masterdata/FetchDynamicField/FetchDynamicField.yml @@ -2,7 +2,7 @@ FetchDynamicField: Masterdata_FetchDynamicField_AllValid_smoke: endPoint: /v1/masterdata/dynamicfields uniqueIdentifier: TC_Masterdata_FetchDynamicField_01 - description: Retrieve Dynamic Fields with all valid data + description: Verify that the system successfully fetches all dynamic field records with valid input data role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchGenderType/FetchGenderType.yml b/api-test/src/main/resources/masterdata/FetchGenderType/FetchGenderType.yml index aa122259e4c..a7264495362 100644 --- a/api-test/src/main/resources/masterdata/FetchGenderType/FetchGenderType.yml +++ b/api-test/src/main/resources/masterdata/FetchGenderType/FetchGenderType.yml @@ -2,7 +2,7 @@ FetchGenderType: Masterdata_FetchGenderType_allValid_smoke_get: endPoint: /v1/masterdata/gendertypes uniqueIdentifier: TC_Masterdata_FetchGenderType_01 - description: Retrieve Gender Types with all valid data + description: Verify that the system successfully fetches all gender type records with valid input data role: admin restMethod: get inputTemplate: masterdata/FetchGenderType/fetchGenderType @@ -18,7 +18,7 @@ FetchGenderType: Masterdata_FetchGenderType_Validate_gender_name_smoke: endPoint: /v1/masterdata/gendertypes/validate/{gendername} uniqueIdentifier: TC_Masterdata_FetchGenderType_02 - description: Retrieve Gender Types with valid gendername + description: Verify that the system correctly validates and fetches gender type records based on gender name role: admin templateFields: [] restMethod: get @@ -33,7 +33,7 @@ FetchGenderType: Masterdata_FetchGenderType_Validate_gender_name_invalid: endPoint: /v1/masterdata/gendertypes/validate/{gendername} uniqueIdentifier: TC_Masterdata_FetchGenderType_03 - description: Retrieve Gender Types with invalid gendername + description: Verify that the system returns an error when an invalid gender name is used to fetch gender type records role: admin templateFields: [] restMethod: get @@ -49,7 +49,7 @@ FetchGenderType: Masterdata_FetchGenderType_invalid_langcode_unexisting: endPoint: /v1/masterdata/gendertypes/{langcode} uniqueIdentifier: TC_Masterdata_FetchGenderType_04 - description: Retrieve Gender Types with invalid langcode + description: Verify that the system returns an error when an unexisting language code is used to fetch gender type records role: admin templateFields: [] restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchHolidays/FetchHoliday.yml b/api-test/src/main/resources/masterdata/FetchHolidays/FetchHoliday.yml index b216ae63476..33da7648a7d 100644 --- a/api-test/src/main/resources/masterdata/FetchHolidays/FetchHoliday.yml +++ b/api-test/src/main/resources/masterdata/FetchHolidays/FetchHoliday.yml @@ -2,7 +2,7 @@ FetchHolidays: MasterData_FetchHolidays_allValid_smoke_get: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_FetchHolidays_01 - description: Retrieve Holiday details with all valid data + description: Verify that the system successfully fetches all holiday records with valid input data role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -19,7 +19,7 @@ FetchHolidays: MasterData_FetchHolidays_allValid_smoke_with_Id: endPoint: /v1/masterdata/holidays/{holidayid} uniqueIdentifier: TC_Masterdata_FetchHolidays_02 - description: Retrieve Holiday details with valid holidayid + description: Verify that the system successfully fetches holiday records using a valid ID role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -35,7 +35,7 @@ FetchHolidays: MasterData_FetchHolidays_allValid_smoke_with_Id_and_langCode: endPoint: /v1/masterdata/holidays/{holidayid}/{langcode} uniqueIdentifier: TC_Masterdata_FetchHolidays_03 - description: Retrieve Holiday details with valid holidayid and langcode + description: Verify that the system successfully fetches holiday records using valid ID and language code role: admin templateFields: ["langcode"] checkErrorsOnlyInResponse: true @@ -52,7 +52,7 @@ FetchHolidays: MasterData_FetchHolidays_invalid_holidayid_unexisting: endPoint: /v1/masterdata/holidays/{holidayid} uniqueIdentifier: TC_Masterdata_FetchHolidays_04 - description: Retrieve Holiday details with nonexisting holidayid + description: Verify that the system returns an error when an unexisting holiday ID is used to fetch holiday records role: admin restMethod: get inputTemplate: masterdata/FetchHolidays/fetchHoliday @@ -72,7 +72,7 @@ FetchHolidays: MasterData_FetchHolidays_invalid_holidayid_unexisting with langCode: endPoint: /v1/masterdata/holidays/{holidayid}/{langcode} uniqueIdentifier: TC_Masterdata_FetchHolidays_05 - description: Retrieve Holiday details with nonexisting holidayid and valid langCode + description: Verify that the system returns an error when an unexisting holiday ID is used with a language code to fetch holiday records role: admin restMethod: get additionalDependencies: TC_Masterdata_CreateHoliday_01 @@ -93,7 +93,7 @@ FetchHolidays: MasterData_FetchHolidays_invalid_langcode_unexisting: endPoint: /v1/masterdata/holidays/{holidayid}/{langcode} uniqueIdentifier: TC_Masterdata_FetchHolidays_06 - description: Retrieve Holiday details with nonexisting langcode + description: Verify that the system returns an error when an unexisting language code is used to fetch holiday records role: admin restMethod: get inputTemplate: masterdata/FetchHolidays/fetchHoliday diff --git a/api-test/src/main/resources/masterdata/FetchIdSchema/FetchIdSchema.yml b/api-test/src/main/resources/masterdata/FetchIdSchema/FetchIdSchema.yml index 192fe1b1f0a..003a2fb3ec0 100644 --- a/api-test/src/main/resources/masterdata/FetchIdSchema/FetchIdSchema.yml +++ b/api-test/src/main/resources/masterdata/FetchIdSchema/FetchIdSchema.yml @@ -2,7 +2,7 @@ FetchIdSchema: MasterData_FetchIdSchema_allValid_smoke_with_lang: endPoint: /v1/masterdata/idschema/latest uniqueIdentifier: TC_Masterdata_FetchIdSchema_01 - description: Retrieve Id Schema with all valid data + description: Verify that the system successfully fetches all ID schema records using a valid language code role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchLocation/FetchLocation.yml b/api-test/src/main/resources/masterdata/FetchLocation/FetchLocation.yml index 8d641849068..c4fa44f42d4 100644 --- a/api-test/src/main/resources/masterdata/FetchLocation/FetchLocation.yml +++ b/api-test/src/main/resources/masterdata/FetchLocation/FetchLocation.yml @@ -2,7 +2,7 @@ FetchLocation: MasterData_FetchLocation_langcode_smoke: endPoint: /v1/masterdata/locations/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocation_01 - description: Retrieve Location details with langcode + description: Verify that the system successfully fetches all location records using a valid language code role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -22,7 +22,7 @@ FetchLocation: MasterData_FetchLocation_invalid_langcode: endPoint: /v1/masterdata/locations/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocation_02 - description: Retrieve Location details with invalid langcode + description: Verify that the system returns an error when an invalid language code is used to fetch location records role: admin restMethod: get inputTemplate: masterdata/FetchLocation/fetchLocation @@ -44,7 +44,7 @@ FetchLocation: MasterData_FetchLocation_langcode_locationcode_smoke: endPoint: /v1/masterdata/locations/{locationcode}/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocation_03 - description: Retrieve Location details with valid langcode and locationcode + description: Verify that the system successfully fetches location records using valid language code and location code role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -64,7 +64,7 @@ FetchLocation: MasterData_FetchLocation_langcode_invalid_locationcode: endPoint: /v1/masterdata/locations/{locationcode}/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocation_04 - description: Retrieve Location details with valid langcode and invalid locationcode + description: Verify that the system returns an error when a valid language code is used with an invalid location code to fetch records role: admin restMethod: get inputTemplate: masterdata/FetchLocation/fetchLocation @@ -86,7 +86,7 @@ FetchLocation: MasterData_FetchLocation_locationcode_invalid_langcode: endPoint: /v1/masterdata/locations/{locationcode}/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocation_05 - description: Retrieve Location details with invalid langcode and valid locationcode + description: Verify that the system returns an error when an invalid language code is used with a valid location code to fetch records role: admin restMethod: get inputTemplate: masterdata/FetchLocation/fetchLocation @@ -108,7 +108,7 @@ FetchLocation: MasterData_FetchLocation_details_by_Langcode_smoke: endPoint: /v1/masterdata/locations/info/{locationcode}/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocation_06 - description: Retrieve Location details with valid langcode and locationcode + description: Verify that the system successfully fetches location details using a valid language code role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -126,7 +126,7 @@ FetchLocation: MasterData_FetchLocation_details_by_invalid_LanGcode: endPoint: /v1/masterdata/locations/info/{locationcode}/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocation_07 - description: Retrieve Location details with invalid langcode and valid locationcode + description: Verify that the system returns an error when an invalid language code is used to fetch location details role: admin restMethod: get inputTemplate: masterdata/FetchLocation/fetchLocation @@ -148,7 +148,7 @@ FetchLocation: MasterData_FetchLocation_details_by_invalid_locationcode: endPoint: /v1/masterdata/locations/info/{locationcode}/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocation_08 - description: Retrieve Location details with valid langcode and invalid locationcode + description: Verify that the system returns an error when an invalid location code is used to fetch location details role: admin restMethod: get inputTemplate: masterdata/FetchLocation/fetchLocation @@ -170,7 +170,7 @@ FetchLocation: MasterData_FetchLocation_details_Langcode_smoke: endPoint: /v1/masterdata/locations/level/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocation_09 - description: Retrieve Location details using level with valid langcode + description: Verify that the system successfully fetches location details using a valid language code role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -188,7 +188,7 @@ FetchLocation: MasterData_FetchLocation_details_hierarchyname_smoke: endPoint: /v1/masterdata/locations/locationhierarchy/{hierarchyname} uniqueIdentifier: TC_Masterdata_FetchLocation_10 - description: Retrieve Location details with Location Hierarchy + description: Verify that the system successfully fetches location details using a valid hierarchy name role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -208,7 +208,7 @@ FetchLocation: MasterData_FetchLocation_details_validate_locationname: endPoint: /v1/masterdata/locations/validate/{locationname} uniqueIdentifier: TC_Masterdata_FetchLocation_11 - description: Retrieve Location details with locationname + description: Verify that the system correctly fetches and validates location details based on the location name role: admin restMethod: get inputTemplate: masterdata/FetchLocation/fetchLocation @@ -225,7 +225,7 @@ FetchLocation: MasterData_FetchLocation_details_invalid_locationname: endPoint: /v1/masterdata/locations/validate/{locationname} uniqueIdentifier: TC_Masterdata_FetchLocation_12 - description: Retrieve Location details with invalid locationname + description: Verify that the system returns an error when an invalid location name is used to fetch location details role: admin restMethod: get inputTemplate: masterdata/FetchLocation/fetchLocation @@ -242,7 +242,7 @@ FetchLocation: MasterData_FetchLocation_immediatechildren: endPoint: /v1/masterdata/locations/immediatechildren/{locationcode}/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocation_13 - description: Retrieve Location immediate children details with locationcode and langcode + description: Verify that the system successfully fetches the immediate child locations for a given parent location role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchLocationHierarchy/FetchLocationHierarchy.yml b/api-test/src/main/resources/masterdata/FetchLocationHierarchy/FetchLocationHierarchy.yml index 5b2cda97a4c..2a28ff669bf 100644 --- a/api-test/src/main/resources/masterdata/FetchLocationHierarchy/FetchLocationHierarchy.yml +++ b/api-test/src/main/resources/masterdata/FetchLocationHierarchy/FetchLocationHierarchy.yml @@ -2,7 +2,7 @@ FetchLocationHierarchy: MasterData_FetchLocationHierarchy_allValid_smoke: endPoint: /v1/masterdata/locationHierarchyLevels/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocationHierarchy_01 - description: Retrieve Location Hierarchy details with all valid data + description: Verify that the system successfully fetches all location hierarchy records with valid input data role: admin restMethod: get inputTemplate: masterdata/FetchLocationHierarchy/fetchLocationHierarchy @@ -19,7 +19,7 @@ FetchLocationHierarchy: MasterData_FetchLocationHierarchy_inValid_langcode: endPoint: /v1/masterdata/locationHierarchyLevels/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocationHierarchy_02 - description: Retrieve Location Hierarchy details with invalid langcode + description: Verify that the system returns an error when an invalid language code is used to fetch location hierarchy records role: admin restMethod: get inputTemplate: masterdata/FetchLocationHierarchy/fetchLocationHierarchy @@ -39,7 +39,7 @@ FetchLocationHierarchy: MasterData_FetchLocationHierarchy_level_langcode_smoke: endPoint: /v1/masterdata/locationHierarchyLevels/{level}/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocationHierarchy_03 - description: Retrieve Location Hierarchy details with level and langcode + description: Verify that the system successfully fetches location hierarchy records for a specific level using a valid language code role: admin restMethod: get inputTemplate: masterdata/FetchLocationHierarchy/fetchLocationHierarchy @@ -56,7 +56,7 @@ FetchLocationHierarchy: MasterData_FetchLocationHierarchy_invalid_level: endPoint: /v1/masterdata/locationHierarchyLevels/{level}/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocationHierarchy_04 - description: Retrieve Location Hierarchy details with invalid level and valid langcode + description: Verify that the system returns an error when an invalid level is used to fetch location hierarchy records role: admin restMethod: get inputTemplate: masterdata/FetchLocationHierarchy/fetchLocationHierarchy @@ -76,7 +76,7 @@ FetchLocationHierarchy: MasterData_FetchLocationHierarchy_invalid_langcode: endPoint: /v1/masterdata/locationHierarchyLevels/{level}/{langcode} uniqueIdentifier: TC_Masterdata_FetchLocationHierarchy_05 - description: Retrieve Location Hierarchy details with valid level and invalid langcode + description: Verify that the system returns an error when an invalid language code is used to fetch location hierarchy records role: admin restMethod: get inputTemplate: masterdata/FetchLocationHierarchy/fetchLocationHierarchy diff --git a/api-test/src/main/resources/masterdata/FetchMachine/FetchMachine.yml b/api-test/src/main/resources/masterdata/FetchMachine/FetchMachine.yml index 2f59ce98820..5089cca5bde 100644 --- a/api-test/src/main/resources/masterdata/FetchMachine/FetchMachine.yml +++ b/api-test/src/main/resources/masterdata/FetchMachine/FetchMachine.yml @@ -2,7 +2,7 @@ FetchMachine: Masterdata_FetchMachine_allValid_smoke: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_FetchMachine_01 - description: Retrieve Machine details with all valid data + description: Verify that the system successfully fetches all machine records with valid input data role: admin restMethod: get additionalDependencies: TC_Masterdata_CreateMachine_01 @@ -21,7 +21,7 @@ FetchMachine: Masterdata_FetchMachine_allValid_smoke_with_id: endPoint: /v1/masterdata/machines/{id} uniqueIdentifier: TC_Masterdata_FetchMachine_02 - description: Retrieve Machine details using id with all valid data + description: Verify that the system successfully fetches machine records using a valid machine ID role: admin restMethod: get inputTemplate: masterdata/FetchMachine/fetchMachine @@ -39,7 +39,7 @@ FetchMachine: Masterdata_FetchMachine_allValid_smoke_with_regCenterId: endPoint: /v1/masterdata/machines/mappedmachines/{regCenterId} uniqueIdentifier: TC_Masterdata_FetchMachine_03 - description: Retrieve Machine details mapped to a valid regCenterId + description: Verify that the system successfully fetches machine records using a valid registration center ID role: admin restMethod: get inputTemplate: masterdata/FetchMachine/fetchMachine @@ -57,7 +57,7 @@ FetchMachine: Masterdata_FetchMachine_inValid_regCenterId: endPoint: /v1/masterdata/machines/mappedmachines/{regCenterId} uniqueIdentifier: TC_Masterdata_FetchMachine_04 - description: Retrieve Machine details mapped to a invalid regCenterId + description: Verify that the system returns an error when an invalid registration center ID is used to fetch machine records role: admin restMethod: get inputTemplate: masterdata/FetchMachine/fetchMachine diff --git a/api-test/src/main/resources/masterdata/FetchMissingDynamicField/FetchMissingDynamicField.yml b/api-test/src/main/resources/masterdata/FetchMissingDynamicField/FetchMissingDynamicField.yml index 4d5b4f9f38d..d7c4a3c9829 100644 --- a/api-test/src/main/resources/masterdata/FetchMissingDynamicField/FetchMissingDynamicField.yml +++ b/api-test/src/main/resources/masterdata/FetchMissingDynamicField/FetchMissingDynamicField.yml @@ -2,7 +2,7 @@ FetchMissingDynamicField: MasterData_FetchMissingDynamicField_All_Valid_smoke: endPoint: /v1/masterdata/dynamicfields/missingids/{langcode}?fieldName={fieldName} uniqueIdentifier: TC_Masterdata_FetchMissingDynamicField_01 - description: Retrieve Missing Dynamic field details by langcode + description: Verify that the system successfully fetches all missing dynamic field records with valid input data role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -18,7 +18,7 @@ FetchMissingDynamicField: MasterData_FetchMissingDynamicField_Allvalid_smoke: endPoint: /v1/masterdata/dynamicfields/missingids/{langcode}?fieldName={fieldName} uniqueIdentifier: TC_Masterdata_FetchMissingDynamicField_02 - description: Retrieve Missing Dynamic field details by langcode and Field Name + description: Verify that the system successfully fetches all missing dynamic field records with valid input data role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] diff --git a/api-test/src/main/resources/masterdata/FetchMissingLocation/FetchMissingLocation.yml b/api-test/src/main/resources/masterdata/FetchMissingLocation/FetchMissingLocation.yml index d8ea7fb23bf..d8ea8eabd77 100644 --- a/api-test/src/main/resources/masterdata/FetchMissingLocation/FetchMissingLocation.yml +++ b/api-test/src/main/resources/masterdata/FetchMissingLocation/FetchMissingLocation.yml @@ -2,7 +2,7 @@ FetchMissingLocation: MasterData_FetchMissingLocation_valid_smoke: endPoint: /v1/masterdata/locations/missingids/{langcode} uniqueIdentifier: TC_Masterdata_FetchMissingLocation_01 - description: Retrieve Missing Location details by langcode + description: Verify that the system successfully fetches all missing location records with valid input data role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchMissingRegCenterDetails/FetchMissingRegCenterDetails.yml b/api-test/src/main/resources/masterdata/FetchMissingRegCenterDetails/FetchMissingRegCenterDetails.yml index 213de91a054..ac543efcb56 100644 --- a/api-test/src/main/resources/masterdata/FetchMissingRegCenterDetails/FetchMissingRegCenterDetails.yml +++ b/api-test/src/main/resources/masterdata/FetchMissingRegCenterDetails/FetchMissingRegCenterDetails.yml @@ -2,7 +2,7 @@ FetchMissingRegCenterDetails: MasterData_FetchMissingRegCenterDetails_valid_smoke: endPoint: /v1/masterdata/registrationcenters/missingids/{langcode} uniqueIdentifier: TC_Masterdata_FetchMissingRegCenterDetails_01 - description: Retrieve Missing Registration Center Details by langcode + description: Verify that the system successfully fetches all missing registration center details with valid input data role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchMissingRegCenterTypeDetails/FetchMissingRegCenterTypeDetails.yml b/api-test/src/main/resources/masterdata/FetchMissingRegCenterTypeDetails/FetchMissingRegCenterTypeDetails.yml index ded1a0cf809..7008942fc77 100644 --- a/api-test/src/main/resources/masterdata/FetchMissingRegCenterTypeDetails/FetchMissingRegCenterTypeDetails.yml +++ b/api-test/src/main/resources/masterdata/FetchMissingRegCenterTypeDetails/FetchMissingRegCenterTypeDetails.yml @@ -2,7 +2,7 @@ FetchMissingRegCenterTypeDetails: MasterData_FetchMissingRegCenterTypeDetails_valid_smoke: endPoint: /v1/masterdata/registrationcentertypes/missingids/{langcode} uniqueIdentifier: TC_Masterdata_FetchMissingRegCenterTypeDetails_01 - description: Retrieve Missing Center Type Details by langcode + description: Verify that the system successfully fetches all missing registration center type details with valid input data role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchMissingTemplates/FetchMissingTemplates.yml b/api-test/src/main/resources/masterdata/FetchMissingTemplates/FetchMissingTemplates.yml index b3a5b9a8862..3f18ba02693 100644 --- a/api-test/src/main/resources/masterdata/FetchMissingTemplates/FetchMissingTemplates.yml +++ b/api-test/src/main/resources/masterdata/FetchMissingTemplates/FetchMissingTemplates.yml @@ -2,7 +2,7 @@ FetchMissingTemplates: MasterData_FetchMissingTemplates_valid_smoke: endPoint: /v1/masterdata/templates/missingids/{langcode} uniqueIdentifier: TC_Masterdata_FetchMissingTemplates_01 - description: Retrieve Missing Template Details by langcode + description: Verify that the system successfully fetches all missing template records with valid input data role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -18,7 +18,7 @@ FetchMissingTemplates: MasterData_FetchMissingTemplates_Allvalid_smoke: endPoint: /v1/masterdata/templates/missingids/{langcode}?fieldName={fieldName} uniqueIdentifier: TC_Masterdata_FetchMissingTemplates_02 - description: Retrieve Missing Template Details by langcode and fieldName + description: Verify that the system successfully fetches all missing template records with valid input data role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] diff --git a/api-test/src/main/resources/masterdata/FetchModule/FetchModule.yml b/api-test/src/main/resources/masterdata/FetchModule/FetchModule.yml index a4a956787e3..f24135e0f9b 100644 --- a/api-test/src/main/resources/masterdata/FetchModule/FetchModule.yml +++ b/api-test/src/main/resources/masterdata/FetchModule/FetchModule.yml @@ -2,7 +2,7 @@ FetchModule: MasterData_FetchModule_allValid_smoke_with_lang: endPoint: /v1/masterdata/modules/{langcode} uniqueIdentifier: TC_Masterdata_FetchModule_01 - description: Retrieve Module Details by langcode + description: Verify that the system successfully fetches all module records using a valid language code role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -16,7 +16,7 @@ FetchModule: MasterData_FetchModule_Invalid_smoke_with_Invalid_langcode: endPoint: /v1/masterdata/modules/{langcode} uniqueIdentifier: TC_Masterdata_FetchModule_02 - description: Retrieve Module Details by invalid langcode + description: Verify that the system returns an error when an invalid language code is used to fetch module records role: admin restMethod: get inputTemplate: masterdata/FetchModule/fetchModule diff --git a/api-test/src/main/resources/masterdata/FetchRegCent/FetchRegCent.yml b/api-test/src/main/resources/masterdata/FetchRegCent/FetchRegCent.yml index 593596fea5d..d8fc50eaa7e 100644 --- a/api-test/src/main/resources/masterdata/FetchRegCent/FetchRegCent.yml +++ b/api-test/src/main/resources/masterdata/FetchRegCent/FetchRegCent.yml @@ -2,7 +2,7 @@ FetchRegCent: MasterData_FetchRegCent_allValid_smoke: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_FetchRegCent_01 - description: Retrieve Registration Center details with valid data + description: Verify that the system successfully fetches all registration center records with valid input data role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -29,7 +29,7 @@ FetchRegCent: MasterData_FetchRegCent_coordinate_specific_allValid_smoke: endPoint: /v1/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} uniqueIdentifier: TC_Masterdata_FetchRegCent_02 - description: Retrieve Registration Center details with specific coordinates + description: Verify that the system successfully fetches all registration center records for a specific coordinate with valid input data role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -57,7 +57,7 @@ FetchRegCent: MasterData_FetchRegCent_coordinate_specific_invalid_latitude: endPoint: /v1/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} uniqueIdentifier: TC_Masterdata_FetchRegCent_03 - description: Retrieve Registration Center details with invalid latitude + description: Verify that the system returns an error when an invalid latitude is used to fetch registration center records role: admin restMethod: get inputTemplate: masterdata/FetchRegCent/fetchRegCent @@ -87,7 +87,7 @@ FetchRegCent: MasterData_FetchRegCent_coordinate_specific_invalid_longitude: endPoint: /v1/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} uniqueIdentifier: TC_Masterdata_FetchRegCent_04 - description: Retrieve Registration Center details with invalid longitude + description: Verify that the system returns an error when an invalid longitude is used to fetch registration center records role: admin restMethod: get inputTemplate: masterdata/FetchRegCent/fetchRegCent @@ -117,7 +117,7 @@ FetchRegCent: MasterData_FetchRegCent_By_LocationCode_allValid_smoke: endPoint: /v1/masterdata/getlocspecificregistrationcenters/{langcode}/{locationcode} uniqueIdentifier: TC_Masterdata_FetchRegCent_05 - description: Retrieve Registration Center details By langcode + description: Verify that the system successfully fetches registration center records using a valid location code role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -144,7 +144,7 @@ FetchRegCent: MasterData_FetchRegCent_By_LocationCode_invalid_locationcode: endPoint: /v1/masterdata/getlocspecificregistrationcenters/{langcode}/{locationcode} uniqueIdentifier: TC_Masterdata_FetchRegCent_06 - description: Retrieve Registration Center details with invalid locationcode + description: Verify that the system returns an error when an invalid location code is used to fetch registration center records role: admin restMethod: get inputTemplate: masterdata/FetchRegCent/fetchRegCent @@ -175,7 +175,7 @@ FetchRegCent: MasterData_FetchRegCent_Holidays_allValid_smoke: endPoint: /v1/masterdata/getregistrationcenterholidays/{langcode}/{registrationcenterid}/{year} uniqueIdentifier: TC_Masterdata_FetchRegCent_07 - description: Retrieve Registration Center Holiday details By Id Lang Code and Year + description: Verify that the system successfully fetches all holiday records for registration centers with valid input data role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -203,7 +203,7 @@ FetchRegCent: MasterData_FetchRegCent_Holidays_invalid_registrationcenterid: endPoint: /v1/masterdata/getregistrationcenterholidays/{langcode}/{registrationcenterid}/{year} uniqueIdentifier: TC_Masterdata_FetchRegCent_08 - description: Retrieve Registration Center Holiday details with invalid registrationcenterid + description: Verify that the system returns an error when an invalid registration center ID is used to fetch holiday records role: admin restMethod: get additionalDependencies: TC_Masterdata_CreateRegCenter_01 @@ -234,7 +234,7 @@ FetchRegCent: MasterData_FetchRegCent_By_id_allValid_smoke: endPoint: /v1/masterdata/registrationcenters/{id}/{langcode} uniqueIdentifier: TC_Masterdata_FetchRegCent_09 - description: Retrieve Registration Center details By Id and langcode + description: Verify that the system successfully fetches registration center records using a valid registration center ID role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -262,7 +262,7 @@ FetchRegCent: MasterData_FetchRegCent_By_HierarchyLevel_Text_langCode_allValid_smoke: endPoint: /v1/masterdata/registrationcenters/{langcode}/{hierarchylevel}/{name} uniqueIdentifier: TC_Masterdata_FetchRegCent_10 - description: Retrieve Registration Center details By hierarchylevel langcode and name + description: Verify that the system successfully fetches registration center records by hierarchy level and text using a valid language code role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -290,7 +290,7 @@ FetchRegCent: MasterData_FetchRegCent_By_HierarchyLevel_Text_langCode_invalid_hierarchylevel: endPoint: /v1/masterdata/registrationcenters/{langcode}/{hierarchylevel}/{name} uniqueIdentifier: TC_Masterdata_FetchRegCent_11 - description: Retrieve Registration Center details By langcode and invalid hierarchylevel + description: Verify that the system returns an error when an invalid hierarchy level is used to fetch registration center records by text and language code role: admin templateFields: ["name"] restMethod: get @@ -322,7 +322,7 @@ FetchRegCent: MasterData_FetchRegCent_By_HierarchyLevel_Text_langCode_invalid_name: endPoint: /v1/masterdata/registrationcenters/{langcode}/{hierarchylevel}/{name} uniqueIdentifier: TC_Masterdata_FetchRegCent_12 - description: Retrieve Registration Center details By langcode hierarchylevel and invalid Name + description: Verify that the system returns an error when an invalid name is used to fetch registration center records by hierarchy level and language code role: admin templateFields: ["name"] restMethod: get @@ -354,7 +354,7 @@ FetchRegCent: MasterData_FetchRegCent_By_HierarchyLevel__ListText_langCode_allValid_smoke: endPoint: /v1/masterdata/registrationcenters/{langcode}/{hierarchylevel}/names?name={name} uniqueIdentifier: TC_Masterdata_FetchRegCent_13 - description: Retrieve Registration Center details By langcode hierarchylevel and valid name + description: Verify that the system fetches registration center records by hierarchy level and list of text using a valid language code. role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -381,7 +381,7 @@ FetchRegCent: MasterData_FetchRegCent_validateTimestamp_allValid_smoke: endPoint: /v1/masterdata/registrationcenters/validate/{id}/{langcode}/{timestamp} uniqueIdentifier: TC_Masterdata_FetchRegCent_14 - description: Retrieve Registration Center details By langcode Id and valid timestamp + description: Verify that the system successfully fetches registration center records and validates timestamps with valid input data role: admin templateFields: ["langcode"] restMethod: get @@ -409,7 +409,7 @@ FetchRegCent: MasterData_FetchRegCent_validateTimestamp_invalid_id: endPoint: /v1/masterdata/registrationcenters/validate/{id}/{langcode}/{timestamp} uniqueIdentifier: TC_Masterdata_FetchRegCent_15 - description: Retrieve Registration Center details By langcode, timestamp and invalid Id + description: Verify that the system returns an error when an invalid registration center ID is used to validate timestamps role: admin restMethod: get additionalDependencies: TC_Masterdata_CreateRegCenter_01 @@ -440,7 +440,7 @@ FetchRegCent: MasterData_FetchRegCent_validateTimestamp_invalid_timestamp: endPoint: /v1/masterdata/registrationcenters/validate/{id}/{langcode}/{timestamp} uniqueIdentifier: TC_Masterdata_FetchRegCent_16 - description: Retrieve Registration Center details By langcode, Id and invalid timestamp + description: Verify that the system returns an error when an invalid timestamp is used to fetch registration center records role: admin restMethod: get additionalDependencies: TC_Masterdata_CreateRegCenter_01 @@ -470,7 +470,7 @@ FetchRegCent: MasterData_FetchRegCent_by_langCode_zoneCode_allValid_smoke: endPoint: /v1/masterdata/getzonespecificregistrationcenters/{langcode}/{zonecode} uniqueIdentifier: TC_Masterdata_FetchRegCent_17 - description: Retrieve Registration Center details By langcode and zonecode + description: Verify that the system successfully fetches registration center records using valid language code and zone code role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -498,7 +498,7 @@ FetchRegCent: MasterData_FetchRegCent_by_langCode_zoneCode_InValid_zonecode: endPoint: /v1/masterdata/getzonespecificregistrationcenters/{langcode}/{zonecode} uniqueIdentifier: TC_Masterdata_FetchRegCent_18 - description: Retrieve Registration Center for a Zone By langcode and zonecode + description: Verify that the system returns an error when an invalid zone code is used with a language code to fetch registration center records role: admin restMethod: get additionalDependencies: TC_Masterdata_CreateRegCenter_01 @@ -529,7 +529,7 @@ FetchRegCent: MasterData_FetchRegCent_By_Pagenation_HierarchyLevel_Text_langCode_allValid_smoke: endPoint: /v1/masterdata/registrationcenters/{langcode}/{hierarchylevel}/{name} uniqueIdentifier: TC_Masterdata_FetchRegCent_19 - description: Retrieve Registration Center By langcode, hierarchylevel and name + description: Verify that the system fetches registration center records with pagination by hierarchy level and text using a valid language code role: admin templateFields: ["langcode"] checkErrorsOnlyInResponse: true @@ -560,7 +560,7 @@ FetchRegCent: MasterData_FetchRegCent_By_Pagination_HierarchyLevel_Text_langCode_invalid_hierarchylevel: endPoint: /v1/masterdata/registrationcenters/page/{langcode}/{hierarchylevel}/{name} uniqueIdentifier: TC_Masterdata_FetchRegCent_20 - description: Retrieve Registration Centers Per Page By langcode, hierarchylevel and name + description: Verify that the system returns an error when an invalid hierarchy level is used to fetch paginated registration center records by text and language code role: admin templateFields: ["name"] restMethod: get @@ -592,7 +592,7 @@ FetchRegCent: MasterData_FetchRegCent_By_Pagination_HierarchyLevel_Text_langCode_invalid_name: endPoint: /v1/masterdata/registrationcenters/page/{langcode}/{hierarchylevel}/{name} uniqueIdentifier: TC_Masterdata_FetchRegCent_21 - description: Retrieve Registration Center By Pagination By langcode, hierarchylevel and name + description: Verify that the system returns an error when an invalid name is used to fetch paginated registration center records by hierarchy level and language code role: admin templateFields: ["name"] restMethod: get @@ -625,7 +625,7 @@ FetchRegCent: MasterData_FetchRegCent_By_zoneCode: endPoint: /v1/masterdata/getzonespecificregistrationcenters/{langcode}/{zonecode} uniqueIdentifier: TC_Masterdata_FetchRegCent_22 - description: Retrieve Registration Centers for a Zone By langcode and zonecode + description: Verify that the system successfully fetches registration center records using a valid zone code role: admin checkErrorsOnlyInResponse: true templateFields: [] @@ -652,7 +652,7 @@ FetchRegCent: MasterData_FetchRegCent_By_zoneCode_invalid_invalid_zonecode: endPoint: /v1/masterdata/getzonespecificregistrationcenters/{langcode}/{zonecode} uniqueIdentifier: TC_Masterdata_FetchRegCent_23 - description: Retrieve Registration Centers for Zone by langcode and invalid zonecode + description: Verify that the system returns an error when an invalid zone code is used to fetch registration center records role: admin templateFields: [] restMethod: get @@ -685,7 +685,7 @@ FetchRegCent: MasterData_FetchRegCent_By_Pagination_HierarchyLevel_Text_langCode_PageSize_AllValid_smoke: endPoint: /v1/masterdata/registrationcenters/page/{langcode}/{hierarchylevel}/{name}?pageNumber=0&pageSize=5 uniqueIdentifier: TC_Masterdata_FetchRegCent_24 - description: Retrieve Registration Centers Per Page By langcode, hierarchylevel and name + description: Verify that the system successfully fetches paginated registration center records by hierarchy level and text with a valid page size and language code. role: admin templateFields: [""] restMethod: get @@ -713,7 +713,7 @@ FetchRegCent: MasterData_FetchRegCent_By_Pagination_HierarchyLevel_Text_langCode_PageSize_Zero_Neg: endPoint: /v1/masterdata/registrationcenters/page/{langcode}/{hierarchylevel}/{name}?pageNumber=0&pageSize=0 uniqueIdentifier: TC_Masterdata_FetchRegCent_25 - description: Retrieve Registration Centers Per Page By langcode, hierarchylevel and name with page size zero + description: Verify that the system returns an error when a zero or negative page size is used to fetch paginated registration center records role: admin templateFields: [""] restMethod: get @@ -746,7 +746,7 @@ FetchRegCent: MasterData_FetchRegCent_By_Pagination_HierarchyLevel_Text_langCode_EmptyName_Neg: endPoint: /v1/masterdata/registrationcenters/page/{langcode}/{hierarchylevel}/{name} uniqueIdentifier: TC_Masterdata_FetchRegCent_26 - description: Retrieve Registration Centers Per Page By langcode, hierarchylevel and empty name + description: Verify that the system returns an error when an empty name is used to fetch paginated registration center records by hierarchy level and language code role: admin templateFields: [""] restMethod: get @@ -778,7 +778,7 @@ FetchRegCent: MasterData_FetchRegCent_By_Pagination_EmptyHierarchyLevel_Text_langCode_Neg: endPoint: /v1/masterdata/registrationcenters/page/{langcode}/{hierarchylevel}/{name} uniqueIdentifier: TC_Masterdata_FetchRegCent_27 - description: Retrieve Registration Centers Per Page By langcode, name and empty hierarchylevel + description: Verify that the system returns an error when an empty hierarchy level is used to fetch paginated registration center records by text and language code role: admin templateFields: [""] restMethod: get @@ -810,7 +810,7 @@ FetchRegCent: MasterData_FetchRegCent_By_Pagination_HierarchyLevel_Text_langCode_WithPageNumber_AllValid: endPoint: /v1/masterdata/registrationcenters/page/{langcode}/{hierarchylevel}/{name}?pageNumber=0&pageSize=5 uniqueIdentifier: TC_Masterdata_FetchRegCent_28 - description: Retrieve Registration Centers Per Page By langcode, hierarchylevel and name with page number + description: Verify that the system successfully fetches paginated registration center records by hierarchy level and text using a valid page number and language code role: admin templateFields: [""] restMethod: get @@ -838,7 +838,7 @@ FetchRegCent: MasterData_FetchRegCent_By_Pagination_HierarchyLevel_Text_langCode_MorePageSize_Neg: endPoint: /v1/masterdata/registrationcenters/page/{langcode}/{hierarchylevel}/{name}?pageNumber=100&pageSize=5 uniqueIdentifier: TC_Masterdata_FetchRegCent_29 - description: Retrieve Registration Centers Per Page By langcode, hierarchylevel and name with pages more than available + description: Verify that the system returns an error when a page size larger than allowed is used to fetch paginated registration center records by hierarchy level and language code role: admin templateFields: [""] restMethod: get @@ -871,7 +871,7 @@ FetchRegCent: MasterData_FetchRegCent_By_Pagination_HierarchyLevel_Text_Without_langCode_Neg: endPoint: /v1/masterdata/registrationcenters/page/{langcode}/{hierarchylevel}/{name} uniqueIdentifier: TC_Masterdata_FetchRegCent_30 - description: Retrieve Registration Centers Per Page By langcode, hierarchylevel and name + description: Verify that the system returns an error when language code is missing while fetching paginated registration center records by hierarchy level and text role: admin templateFields: [] restMethod: get @@ -904,7 +904,7 @@ FetchRegCent: MasterData_FetchRegCent_By_Pagination_Mismatch_HierarchyLevelAndName_Neg: endPoint: /v1/masterdata/registrationcenters/page/{langcode}/{hierarchylevel}/{name} uniqueIdentifier: TC_Masterdata_FetchRegCent_31 - description: Retrieve Registration Centers Per Page By mismatching hierarchylevel and name + description: Verify that the system returns an error when hierarchy level and name do not match while fetching paginated registration center records role: admin templateFields: [""] restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchRegCentDeviceHistory/FetchRegCentDeviceHistory.yml b/api-test/src/main/resources/masterdata/FetchRegCentDeviceHistory/FetchRegCentDeviceHistory.yml index 8325595e560..167e8075a49 100644 --- a/api-test/src/main/resources/masterdata/FetchRegCentDeviceHistory/FetchRegCentDeviceHistory.yml +++ b/api-test/src/main/resources/masterdata/FetchRegCentDeviceHistory/FetchRegCentDeviceHistory.yml @@ -2,7 +2,7 @@ FetchRegCentDeviceHistory: MasterData_FetchRegCentDeviceHistory_valid_smoke: endPoint: /v1/masterdata/registrationcenterdevicehistory/{regcenterid}/{deviceid}/{effdatetimes} uniqueIdentifier: TC_Masterdata_FetchRegCentDeviceHistory_01 - description: Retrieve Registration Center Device History with all valid data + description: Verify that the system successfully fetches the registration center device history when valid input parameters are provided role: admin restMethod: get inputTemplate: masterdata/FetchRegCentDeviceHistory/fetchRegCentDeviceHistory @@ -24,7 +24,7 @@ FetchRegCentDeviceHistory: MasterData_FetchRegCentDeviceHistory_invalid_invalid_regcenterid: endPoint: /v1/masterdata/registrationcenterdevicehistory/{regcenterid}/{deviceid}/{effdatetimes} uniqueIdentifier: TC_Masterdata_FetchRegCentDeviceHistory_02 - description: Retrieve Registration Center Device History with invalid regcenterid + description: Verify that the system returns an error when an invalid registration center ID is provided while fetching the registration center device history role: admin restMethod: get inputTemplate: masterdata/FetchRegCentDeviceHistory/fetchRegCentDeviceHistory @@ -46,7 +46,7 @@ FetchRegCentDeviceHistory: MasterData_FetchRegCentDeviceHistory_invalid_invalid_deviceid: endPoint: /v1/masterdata/registrationcenterdevicehistory/{regcenterid}/{deviceid}/{effdatetimes} uniqueIdentifier: TC_Masterdata_FetchRegCentDeviceHistory_03 - description: Retrieve Registration Center Device History with invalid deviceid + description: Verify that the system returns an error when an invalid device ID is provided while fetching the registration center device history role: admin restMethod: get inputTemplate: masterdata/FetchRegCentDeviceHistory/fetchRegCentDeviceHistory @@ -68,7 +68,7 @@ FetchRegCentDeviceHistory: MasterData_FetchRegCentDeviceHistory_invalid_invalid_effdatetimes: endPoint: /v1/masterdata/registrationcenterdevicehistory/{regcenterid}/{deviceid}/{effdatetimes} uniqueIdentifier: TC_Masterdata_FetchRegCentDeviceHistory_04 - description: Retrieve Registration Center Device History with invalid effdatetimes + description: verify that the system returns an error when invalid effective date-time values are provided while fetching the registration center device history role: admin restMethod: get inputTemplate: masterdata/FetchRegCentDeviceHistory/fetchRegCentDeviceHistory diff --git a/api-test/src/main/resources/masterdata/FetchRegCentHistory/FetchRegCentHistory.yml b/api-test/src/main/resources/masterdata/FetchRegCentHistory/FetchRegCentHistory.yml index 0d9a84e70d9..afb354f1236 100644 --- a/api-test/src/main/resources/masterdata/FetchRegCentHistory/FetchRegCentHistory.yml +++ b/api-test/src/main/resources/masterdata/FetchRegCentHistory/FetchRegCentHistory.yml @@ -2,7 +2,7 @@ FetchRegCentHistory: Masterdata_FetchRegCentHistory_allValid_smoke: endPoint: /v1/masterdata/registrationcentershistory/{registrationCenterId}/{langCode}/{effectiveDate} uniqueIdentifier: TC_Masterdata_FetchRegCentHistory_01 - description: Retrieve Registration Center History with all valid data + description: Verify that the system successfully fetches the registration center history details when all valid input parameters are provided role: admin checkErrorsOnlyInResponse: true templateFields: ["langCode"] @@ -22,7 +22,7 @@ FetchRegCentHistory: Masterdata_FetchRegCentHistory_invalid_registrationCenterId: endPoint: /v1/masterdata/registrationcentershistory/{registrationCenterId}/{langCode}/{effectiveDate} uniqueIdentifier: TC_Masterdata_FetchRegCentHistory_02 - description: Retrieve Registration Center History with invalid registrationCenterId + description: Verify that the system returns an error when an invalid registration center ID is provided while fetching the registration center history details role: admin restMethod: get inputTemplate: masterdata/FetchRegCentHistory/fetchRegCentHistory @@ -43,7 +43,7 @@ FetchRegCentHistory: Masterdata_FetchRegCentHistory_invalid_langcode: endPoint: /v1/masterdata/registrationcentershistory/{registrationCenterId}/{langCode}/{effectiveDate} uniqueIdentifier: TC_Masterdata_FetchRegCentHistory_03 - description: Retrieve Registration Center History with invalid langCode + description: Verify that the system returns an error when an invalid language code is provided while fetching the registration center history details role: admin restMethod: get inputTemplate: masterdata/FetchRegCentHistory/fetchRegCentHistory diff --git a/api-test/src/main/resources/masterdata/FetchTemplate/FetchTemplate.yml b/api-test/src/main/resources/masterdata/FetchTemplate/FetchTemplate.yml index 4c3876a2bd2..fdcc407449d 100644 --- a/api-test/src/main/resources/masterdata/FetchTemplate/FetchTemplate.yml +++ b/api-test/src/main/resources/masterdata/FetchTemplate/FetchTemplate.yml @@ -2,7 +2,7 @@ FetchTemplate: MasterData_FetchTemplate_allValid_smoke_Get: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_FetchTemplate_01 - description: Retrieve Templates with all valid data + description: Verify that the system successfully fetches template details using the GET method when all valid input parameters are provided role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -19,7 +19,7 @@ FetchTemplate: MasterData_FetchTemplate_allValid_ByLangcode_smoke: endPoint: /v1/masterdata/templates/{langcode} uniqueIdentifier: TC_Masterdata_FetchTemplate_02 - description: Retrieve Templates with langcode + description: Verify that the system successfully fetches template details for the specified language code when valid input parameters are provided role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -36,7 +36,7 @@ FetchTemplate: MasterData_FetchTemplate_allValid_smoke_with_lang_and_templatetypecode: endPoint: /v1/masterdata/templates/{langcode}/{templatetypecode} uniqueIdentifier: TC_Masterdata_FetchTemplate_03 - description: Retrieve Templates with langcode and templatetypecode + description: Verify that the system successfully fetches template details when valid language code and template type code are provided role: admin templateFields: ["langcode"] restMethod: get @@ -56,7 +56,7 @@ FetchTemplate: MasterData_FetchTemplate_invalid_templatetypecode_unexisting: endPoint: /v1/masterdata/templates/{langcode}/{templatetypecode} uniqueIdentifier: TC_Masterdata_FetchTemplate_04 - description: Retrieve Templates with langcode and nonexisting templatetypecode + description: Verify that the system returns an error when a non-existing template type code is provided while fetching template details role: admin templateFields: [] restMethod: get @@ -78,7 +78,7 @@ FetchTemplate: MasterData_FetchTemplate_invalid_code: endPoint: /v1/masterdata/templates/templatetypecodes/{code} uniqueIdentifier: TC_Masterdata_FetchTemplate_05 - description: Retrieve Templates with invalid code + description: Verify that the system returns an error when an invalid template code is provided while fetching template details role: admin templateFields: [] restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchTemplateType/FetchTemplateType.yml b/api-test/src/main/resources/masterdata/FetchTemplateType/FetchTemplateType.yml index 78030bb6d13..abb0a26ee1d 100644 --- a/api-test/src/main/resources/masterdata/FetchTemplateType/FetchTemplateType.yml +++ b/api-test/src/main/resources/masterdata/FetchTemplateType/FetchTemplateType.yml @@ -2,7 +2,7 @@ FetchTemplateType: MasterData_FetchTemplateType_allValid_smoke: endPoint: /v1/masterdata/templatetypes/{code}/{langcode} uniqueIdentifier: TC_Masterdata_FetchTemplateType_01 - description: Retrieve Templates Types with all valid data + description: Verify that the system successfully fetches template type details when all valid input parameters are provided role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -18,7 +18,7 @@ FetchTemplateType: MasterData_FetchTemplateType_inValid_code: endPoint: /v1/masterdata/templatetypes/{code}/{langcode} uniqueIdentifier: TC_Masterdata_FetchTemplateType_02 - description: Retrieve Templates Types with invalid code and Valid langcode + description: Verify that the system returns an error when an invalid template type code is provided while fetching template type details role: admin restMethod: get inputTemplate: masterdata/FetchTemplateType/fetchTemplateType @@ -39,7 +39,7 @@ FetchTemplateType: MasterData_FetchTemplateType_allValid_smoke_langcode: endPoint: /v1/masterdata/templatetypes/{langcode} uniqueIdentifier: TC_Masterdata_FetchTemplateType_03 - description: Retrieve Templates Types with only langcode + description: Verify that the system successfully fetches template type details for the specified language code when valid input parameters are provided role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] diff --git a/api-test/src/main/resources/masterdata/FetchTitle/FetchTitle.yml b/api-test/src/main/resources/masterdata/FetchTitle/FetchTitle.yml index 39e1cba77f8..7da08bc5bbe 100644 --- a/api-test/src/main/resources/masterdata/FetchTitle/FetchTitle.yml +++ b/api-test/src/main/resources/masterdata/FetchTitle/FetchTitle.yml @@ -2,7 +2,7 @@ FetchTitle: MasterData_FetchTitle_all_valid_smoke: endPoint: /v1/masterdata/title uniqueIdentifier: TC_Masterdata_FetchTitle_01 - description: Retrieve Titles with all valid data + description: Verify that the system successfully fetches title details when all valid input parameters are provided role: admin restMethod: get inputTemplate: masterdata/FetchTitle/fetchTitle @@ -18,7 +18,7 @@ FetchTitle: MasterData_FetchTitle_valid_smoke: endPoint: /v1/masterdata/title/{langcode} uniqueIdentifier: TC_Masterdata_FetchTitle_02 - description: Retrieve Titles By langcode with all valid data + description: Verify that the system successfully fetches title details when valid input parameters are provided role: admin restMethod: get inputTemplate: masterdata/FetchTitle/fetchTitle @@ -34,7 +34,7 @@ FetchTitle: MasterData_FetchTitle_invalid_langcode: endPoint: /v1/masterdata/title/{langcode} uniqueIdentifier: TC_Masterdata_FetchTitle_03 - description: Retrieve Titles By invalid langcode + description: Verify that the system returns an error when an invalid language code is provided while fetching title details role: admin restMethod: get inputTemplate: masterdata/FetchTitle/fetchTitle diff --git a/api-test/src/main/resources/masterdata/FetchUISpec/FetchUISpec.yml b/api-test/src/main/resources/masterdata/FetchUISpec/FetchUISpec.yml index c4358c84ecb..2e74e419466 100644 --- a/api-test/src/main/resources/masterdata/FetchUISpec/FetchUISpec.yml +++ b/api-test/src/main/resources/masterdata/FetchUISpec/FetchUISpec.yml @@ -2,7 +2,7 @@ FetchUISpec: MasterData_FetchUISpec_allValid_smoke_with_lang: endPoint: /v1/masterdata/uispec/{domain}/latest uniqueIdentifier: TC_Masterdata_FetchUISpec_01 - description: Retrieve UI Specs with all valid data + description: Verify that the system successfully fetches UI specification details for the specified language when valid input parameters are provided role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchValidDocuments/FetchValidDocuments.yml b/api-test/src/main/resources/masterdata/FetchValidDocuments/FetchValidDocuments.yml index d0ea7bc3910..424b2fb14a1 100644 --- a/api-test/src/main/resources/masterdata/FetchValidDocuments/FetchValidDocuments.yml +++ b/api-test/src/main/resources/masterdata/FetchValidDocuments/FetchValidDocuments.yml @@ -2,7 +2,7 @@ FetchValidDocuments: MasterData_FetchValidDocuments_allValid_smoke_with_lang: endPoint: /v1/masterdata/validdocuments/{languageCode} uniqueIdentifier: TC_Masterdata_FetchValidDocuments_01 - description: Retrieve valid Documents By languagecode with all valid data + description: Verify that the system successfully fetches valid document details for the specified language when valid input parameters are provided role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] diff --git a/api-test/src/main/resources/masterdata/FetchValidDocumentsByDocCategoryCode/FetchValidDocumentsByDocCategoryCode.yml b/api-test/src/main/resources/masterdata/FetchValidDocumentsByDocCategoryCode/FetchValidDocumentsByDocCategoryCode.yml index a024bd4d29a..930f7b2cac0 100644 --- a/api-test/src/main/resources/masterdata/FetchValidDocumentsByDocCategoryCode/FetchValidDocumentsByDocCategoryCode.yml +++ b/api-test/src/main/resources/masterdata/FetchValidDocumentsByDocCategoryCode/FetchValidDocumentsByDocCategoryCode.yml @@ -2,7 +2,7 @@ FetchValidDocumentsByDocCategoryCode: MasterData_FetchValidDocumentsByDocCategoryCode_allValid_smoke_with_lang: endPoint: /v1/masterdata/validdocuments/{doccategorycode}/{languagecode} uniqueIdentifier: TC_Masterdata_FetchValidDocumentsByDocCategoryCode_01 - description: Retrieve Valid Documents details By doccategorycode and languagecode + description: Verify that the system successfully fetches valid document details by document category code for the specified language when valid input parameters are provided role: admin templateFields: ["languagecode"] restMethod: get @@ -22,7 +22,7 @@ FetchValidDocumentsByDocCategoryCode: MasterData_FetchValidDocumentsByDocCategoryCode_inValid_DocCategory: endPoint: /v1/masterdata/validdocuments/{doccategorycode}/{languagecode} uniqueIdentifier: TC_Masterdata_FetchValidDocumentsByDocCategoryCode_02 - description: Retrieve Valid Documents details with invalid doccategorycode and valid languagecode + description: Verify that the system returns an error when an invalid document category code is provided while fetching valid documents role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/FetchWorkingDays/FetchWorkingDays.yml b/api-test/src/main/resources/masterdata/FetchWorkingDays/FetchWorkingDays.yml index 15e1aa47db5..6e2863e7d19 100644 --- a/api-test/src/main/resources/masterdata/FetchWorkingDays/FetchWorkingDays.yml +++ b/api-test/src/main/resources/masterdata/FetchWorkingDays/FetchWorkingDays.yml @@ -2,7 +2,7 @@ FetchWorkingDays: MasterData_FetchWorkingDays_allValid_smoke: endPoint: /v1/masterdata/workingdays/{registrationCenterID}/{langCode} uniqueIdentifier: TC_Masterdata_FetchWorkingDays_01 - description: Retrieve Working Day details By registrationCenterID and langCode + description: Verify that the system successfully fetches working days details when all valid input parameters are provided role: admin checkErrorsOnlyInResponse: true templateFields: ["langCode"] @@ -19,7 +19,7 @@ FetchWorkingDays: MasterData_FetchWorkingDays_ByLangcode_allValid_smoke: endPoint: /v1/masterdata/workingdays/{langCode} uniqueIdentifier: TC_Masterdata_FetchWorkingDays_02 - description: Retrieve Working Day details By langCode + description: Verify that the system successfully fetches working days details for the specified language code when valid input parameters are provided role: admin checkErrorsOnlyInResponse: true templateFields: ["langCode"] @@ -35,7 +35,7 @@ FetchWorkingDays: MasterData_FetchWorkingDays_InvalidValid_langCode: endPoint: /v1/masterdata/workingdays/{registrationCenterID}/{langCode} uniqueIdentifier: TC_Masterdata_FetchWorkingDays_03 - description: Retrieve Working Day details By invalid langCode + description: Verify that the system returns an error when an invalid language code is provided while fetching working days details role: admin restMethod: get inputTemplate: masterdata/FetchWorkingDays/fetchWorkingDays @@ -55,7 +55,7 @@ FetchWorkingDays: MasterData_FetchWorkingDays_InvalidValid_registrationCenterID: endPoint: /v1/masterdata/workingdays/{registrationCenterID}/{langCode} uniqueIdentifier: TC_Masterdata_FetchWorkingDays_04 - description: Retrieve Working Day details By invalid registrationCenterID and valid langCode + description: Verify that the system returns an error when an invalid registration center ID is provided while fetching working days details role: admin templateFields: ["langCode"] restMethod: get diff --git a/api-test/src/main/resources/masterdata/FilterBlockListedWords/FilterBlockListedWords.yml b/api-test/src/main/resources/masterdata/FilterBlockListedWords/FilterBlockListedWords.yml index 0cd35d4c46a..af269044deb 100644 --- a/api-test/src/main/resources/masterdata/FilterBlockListedWords/FilterBlockListedWords.yml +++ b/api-test/src/main/resources/masterdata/FilterBlockListedWords/FilterBlockListedWords.yml @@ -2,7 +2,7 @@ FilterBlockListedWords: Masterdata_FilterBlockListedWords_Valid_Request_Smoke: endPoint: /v1/masterdata/blocklistedwords/filtervalues uniqueIdentifier: TC_Masterdata_FilterBlockListedWords_01 - description: Filter Block Listed Words with valid columnName and type unique + description: Verify that the system successfully filters block-listed words and returns the expected results when a valid request is provided role: admin templateFields: ["text","fieldValue"] restMethod: post @@ -29,7 +29,7 @@ FilterBlockListedWords: Masterdata_FilterBlockListedWords_Valid_TypeAll: endPoint: /v1/masterdata/blocklistedwords/filtervalues uniqueIdentifier: TC_Masterdata_FilterBlockListedWords_02 - description: Filter Block Listed Words with valid columnName and type All + description: Verify that the system successfully filters and returns all block-listed words when a valid request with type set to "All" is provided role: admin templateFields: ["text","fieldValue"] restMethod: post @@ -56,7 +56,7 @@ FilterBlockListedWords: Masterdata_FilterBlockListedWords_Invalid_EmptyColumnName: endPoint: /v1/masterdata/blocklistedwords/filtervalues uniqueIdentifier: TC_Masterdata_FilterBlockListedWords_03 - description: Filter Block Listed Words with empty columnName and type All + description: Verify that the system returns an error when an empty column name is provided while filtering block-listed words role: admin templateFields: ["text"] restMethod: post @@ -82,7 +82,7 @@ FilterBlockListedWords: Masterdata_FilterBlockListedWords_Invalid_EmptyFilterType: endPoint: /v1/masterdata/blocklistedwords/filtervalues uniqueIdentifier: TC_Masterdata_FilterBlockListedWords_04 - description: Filter Block Listed Words with empty type + description: Verify that the system returns an error when an empty filter type is provided while filtering block-listed words role: admin templateFields: ["text"] restMethod: post @@ -108,7 +108,7 @@ FilterBlockListedWords: Masterdata_FilterBlockListedWords_Invalid_ColumnName: endPoint: /v1/masterdata/blocklistedwords/filtervalues uniqueIdentifier: TC_Masterdata_FilterBlockListedWords_05 - description: Filter Block Listed Words with invalid columnName and type all + description: Verify that the system returns an error when an invalid column name is provided while filtering block-listed words role: admin templateFields: ["text"] restMethod: post @@ -133,7 +133,7 @@ FilterBlockListedWords: Masterdata_FilterBlockListedWords_Invalid_FilterType: endPoint: /v1/masterdata/blocklistedwords/filtervalues uniqueIdentifier: TC_Masterdata_FilterBlockListedWords_06 - description: Filter Block Listed Words with valid columnName and invalid type + description: Verify that the system returns an error when an invalid filter type is provided while filtering block-listed words role: admin templateFields: ["text"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/FilterDocCategory/FilterDocCategory.yml b/api-test/src/main/resources/masterdata/FilterDocCategory/FilterDocCategory.yml index e159c3eb2e4..0fee50c6c75 100644 --- a/api-test/src/main/resources/masterdata/FilterDocCategory/FilterDocCategory.yml +++ b/api-test/src/main/resources/masterdata/FilterDocCategory/FilterDocCategory.yml @@ -2,7 +2,7 @@ FilterDocCategory: MasterData_FilterDocCategory_Valid_Request_Smoke: endPoint: /v1/masterdata/documentcategories/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocCategory_01 - description: Filter Document Category with all valid details + description: Verify that the system successfully filters document categories and returns the expected results when a valid request is provided role: admin checkErrorsOnlyInResponse: true templateFields: ["text"] @@ -24,7 +24,7 @@ FilterDocCategory: MasterData_FilterDocCategory_Valid_column_code_filterType_all: endPoint: /v1/masterdata/documentcategories/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocCategory_02 - description: Filter Document Category By type all and all valid details + description: Verify that the system successfully filters document categories by code when a valid request with filter type set to "All" is provided role: admin checkErrorsOnlyInResponse: true templateFields: ["text"] @@ -47,7 +47,7 @@ FilterDocCategory: MasterData_FilterDocCategory_inValid_filterColumnName_blank: endPoint: /v1/masterdata/documentcategories/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocCategory_03 - description: Filter Document Category By type all and empty columnName + description: Verify that the system returns an error when a blank filter column name is provided while filtering document categories role: admin templateFields: ["text"] restMethod: post @@ -74,7 +74,7 @@ FilterDocCategory: MasterData_FilterDocCategory_inValid_RequestTime_format: endPoint: /v1/masterdata/documentcategories/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocCategory_04 - description: Filter Document Category By type all and invalid requesttime format + description: Verify that the system returns an error when the request time is provided in an invalid format while filtering document categories role: admin templateFields: ["text"] restMethod: post @@ -100,7 +100,7 @@ FilterDocCategory: MasterData_FilterDocCategory_inValid_filterColumnName: endPoint: /v1/masterdata/documentcategories/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocCategory_05 - description: Filter Document Category By yype all and invalid columnName + description: Verify that the system returns an error when an invalid filter column name is provided while filtering document categories role: admin templateFields: ["text"] restMethod: post @@ -125,7 +125,7 @@ FilterDocCategory: MasterData_FilterDocCategory_inValid_filterType: endPoint: /v1/masterdata/documentcategories/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocCategory_06 - description: Filter Document Category By invalid type + description: Verify that the system returns an error when an invalid filter type is provided while filtering document categories role: admin templateFields: ["text"] restMethod: post @@ -151,7 +151,7 @@ FilterDocCategory: MasterData_FilterDocCategory_Empty_FilterText_Pos: endPoint: /v1/masterdata/documentcategories/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocCategory_07 - description: Filter Document Category By type all and empty text + description: Verify that the system successfully processes the request and returns appropriate results when the filter text is empty while filtering document categories role: admin checkErrorsOnlyInResponse: true templateFields: ["text"] diff --git a/api-test/src/main/resources/masterdata/FilterDocumentType/FilterDocumentType.yml b/api-test/src/main/resources/masterdata/FilterDocumentType/FilterDocumentType.yml index 00f6265b409..d1d1a8c2f86 100644 --- a/api-test/src/main/resources/masterdata/FilterDocumentType/FilterDocumentType.yml +++ b/api-test/src/main/resources/masterdata/FilterDocumentType/FilterDocumentType.yml @@ -2,7 +2,7 @@ FilterDocumentType: MasterData_FilterDocumentType_Valid_Smoke: endPoint: /v1/masterdata/documenttypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocumentType_01 - description: Filter Document Type with type unique and all valid data + description: Verify that the system successfully filters document types and returns the expected results when a valid request is provided role: admin templateFields: ["text"] restMethod: post @@ -28,7 +28,7 @@ FilterDocumentType: MasterData_FilterDocumentType_Valid_TypeAll: endPoint: /v1/masterdata/documenttypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocumentType_02 - description: Filter Document Type with type all and all valid data + description: Verify that the system successfully filters document types and returns all records when a valid request with filter type set to "All" is provided role: admin templateFields: ["text"] restMethod: post @@ -54,7 +54,7 @@ FilterDocumentType: MasterData_FilterDocumentType_Valid_column_code_filterType_all: endPoint: /v1/masterdata/documenttypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocumentType_03 - description: Filter Document Type with type all columnName code and valid text + description: Verify that the system successfully filters document types by code when a valid request with filter type set to "All" is provided role: admin checkErrorsOnlyInResponse: true templateFields: ["text"] @@ -76,7 +76,7 @@ FilterDocumentType: MasterData_FilterDocCatTypMapping_inValid_filterType_blank: endPoint: /v1/masterdata/documenttypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocumentType_04 - description: Filter Document Type with empty type columnName code and valid text + description: Verify that the system returns an error when a blank filter type is provided while filtering document category–type mappings role: admin templateFields: ["text"] restMethod: post @@ -103,7 +103,7 @@ FilterDocumentType: MasterData_FilterDocumentType_inValid_RequestTime_format: endPoint: /v1/masterdata/documenttypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocumentType_05 - description: Filter Document Type with All valid data and invalid requesttime format + description: Verify that the system returns an error when the request time is provided in an invalid format while filtering document types role: admin templateFields: ["text"] restMethod: post @@ -129,7 +129,7 @@ FilterDocumentType: MasterData_FilterDocumentType_inValid_filterColumnName: endPoint: /v1/masterdata/documenttypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocumentType_06 - description: Filter Document Type By type All and invalid Column Name + description: Verify that the system returns an error when an invalid filter column name is provided while filtering document types role: admin templateFields: ["text"] restMethod: post @@ -154,7 +154,7 @@ FilterDocumentType: MasterData_FilterDocumentType_inValid_filterType: endPoint: /v1/masterdata/documenttypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocumentType_07 - description: Filter Document Type By invalid type + description: Verify that the system returns an error when an invalid filter type is provided while filtering document types role: admin templateFields: ["text"] restMethod: post @@ -180,7 +180,7 @@ FilterDocumentType: MasterData_FilterDocumentType_Empty_FilterText_Pos: endPoint: /v1/masterdata/documenttypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterDocumentType_08 - description: Filter Document Type By type All and empty text + description: Verify that the system returns appropriate results when the filter text is empty while filtering document types role: admin checkErrorsOnlyInResponse: true restMethod: post diff --git a/api-test/src/main/resources/masterdata/FilterDynamicField/FilterDynamicField.yml b/api-test/src/main/resources/masterdata/FilterDynamicField/FilterDynamicField.yml index 3132fb9369b..c9cce9d1828 100644 --- a/api-test/src/main/resources/masterdata/FilterDynamicField/FilterDynamicField.yml +++ b/api-test/src/main/resources/masterdata/FilterDynamicField/FilterDynamicField.yml @@ -2,7 +2,7 @@ FilterDynamicField: MasterData_FilterDynamicField_Valid_Smoke: endPoint: /v1/masterdata/dynamicfields/filtervalues uniqueIdentifier: TC_Masterdata_FilterDynamicField_01 - description: Filter Dynamic Fields By all valid data + description: Verify that the system successfully filters dynamic fields and returns the expected results when a valid request is provided role: admin templateFields: ["languageCode"] restMethod: post @@ -33,7 +33,7 @@ FilterDynamicField: MasterData_FilterDynamicField_Invalid_RequestTime: endPoint: /v1/masterdata/dynamicfields/filtervalues uniqueIdentifier: TC_Masterdata_FilterDynamicField_02 - description: Filter Dynamic Fields By invalid requesttime format + description: Verify that the system returns an error when the request time is provided in an invalid format while filtering dynamic fields role: admin templateFields: ["languageCode"] restMethod: post @@ -59,7 +59,7 @@ FilterDynamicField: MasterData_FilterDynamicField_InValid_FilterType: endPoint: /v1/masterdata/dynamicfields/filtervalues uniqueIdentifier: TC_Masterdata_FilterDynamicField_03 - description: Filter Dynamic Fields By invalid type + description: Verify that the system returns an error when an invalid filter type is provided while filtering dynamic fields role: admin templateFields: ["languageCode"] restMethod: post @@ -85,7 +85,7 @@ FilterDynamicField: MasterData_FilterDynamicField_Blank_FilterType: endPoint: /v1/masterdata/dynamicfields/filtervalues uniqueIdentifier: TC_Masterdata_FilterDynamicField_04 - description: Filter Dynamic Fields By empty type + description: Verify that the system returns an error when a blank filter type is provided while filtering dynamic fields role: admin templateFields: ["languageCode"] restMethod: post @@ -111,7 +111,7 @@ FilterDynamicField: MasterData_FilterDynamicField_InValid_columnName: endPoint: /v1/masterdata/dynamicfields/filtervalues uniqueIdentifier: TC_Masterdata_FilterDynamicField_05 - description: Filter Dynamic Fields By empty text + description: Verify that the system returns an error when an invalid column name is provided while filtering dynamic fields role: admin templateFields: ["languageCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/FilterHolidays/FilterHolidays.yml b/api-test/src/main/resources/masterdata/FilterHolidays/FilterHolidays.yml index c3499816fe0..3f2858a1157 100644 --- a/api-test/src/main/resources/masterdata/FilterHolidays/FilterHolidays.yml +++ b/api-test/src/main/resources/masterdata/FilterHolidays/FilterHolidays.yml @@ -2,7 +2,7 @@ FilterHolidays: MasterData_FilterHolidays_Valid_Smoke: endPoint: /v1/masterdata/holidays/filtervalues uniqueIdentifier: TC_Masterdata_FilterHolidays_01 - description: Filter Holidays by all valid data + description: Verify that the system successfully filters holiday details and returns the expected results when a valid request is provided role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -24,7 +24,7 @@ FilterHolidays: MasterData_FilterHolidays_inValid_filterText: endPoint: /v1/masterdata/holidays/filtervalues uniqueIdentifier: TC_Masterdata_FilterHolidays_02 - description: Filter Holidays by invalid filter text + description: Verify that the system returns an error when an invalid filter text is provided while filtering holiday details role: admin checkErrorsOnlyInResponse: true restMethod: post @@ -45,7 +45,7 @@ FilterHolidays: MasterData_FilterHolidays_inValid_filterType_blank: endPoint: /v1/masterdata/holidays/filtervalues uniqueIdentifier: TC_Masterdata_FilterHolidays_03 - description: Filter Holidays by blank filter type + description: Verify that the system returns an error when a blank filter type is provided while filtering holiday details role: admin templateFields: ["text"] restMethod: post @@ -71,7 +71,7 @@ FilterHolidays: MasterData_FilterHolidays_inValid_filterColumnName_blank: endPoint: /v1/masterdata/holidays/filtervalues uniqueIdentifier: TC_Masterdata_FilterHolidays_04 - description: Filter Holidays by empty filter columnName + description: Verify that the system returns an error when a blank filter column name is provided while filtering holiday details role: admin templateFields: ["text"] restMethod: post @@ -98,7 +98,7 @@ FilterHolidays: MasterData_FilterHolidays_inValid_langCode: endPoint: /v1/masterdata/holidays/filtervalues uniqueIdentifier: TC_Masterdata_FilterHolidays_05 - description: Filter Holidays by invalid languageCode + description: Verify that the system returns an error when an invalid language code is provided while filtering holiday details role: admin restMethod: post inputTemplate: masterdata/FilterHolidays/filterHolidays @@ -123,7 +123,7 @@ FilterHolidays: MasterData_FilterHolidays_inValid_RequestTime_format: endPoint: /v1/masterdata/holidays/filtervalues uniqueIdentifier: TC_Masterdata_FilterHolidays_06 - description: Filter Holidays by invalid requesttime format + description: Verify that the system returns an error when the request time is provided in an invalid format while filtering holiday details role: admin templateFields: ["text"] restMethod: post @@ -149,7 +149,7 @@ FilterHolidays: MasterData_FilterHolidays_inValid_filterColumnName: endPoint: /v1/masterdata/holidays/filtervalues uniqueIdentifier: TC_Masterdata_FilterHolidays_07 - description: Filter Holidays by invalid columnName + description: Verify that the system returns an error when an invalid filter column name is provided while filtering holiday details role: admin templateFields: ["text"] restMethod: post @@ -174,7 +174,7 @@ FilterHolidays: MasterData_FilterHolidays_inValid_filterType: endPoint: /v1/masterdata/holidays/filtervalues uniqueIdentifier: TC_Masterdata_FilterHolidays_08 - description: Filter Holidays by invalid filter Type + description: Verify that the system returns an error when an invalid filter type is provided while filtering holiday details role: admin templateFields: ["text"] restMethod: post @@ -200,7 +200,7 @@ FilterHolidays: MasterData_FilterHolidays_inValid_FilterText: endPoint: /v1/masterdata/holidays/filtervalues uniqueIdentifier: TC_Masterdata_FilterHolidays_09 - description: Filter Holidays by invalid filter text + description: Verify that the system returns an error when an invalid filter text is provided while filtering holiday details role: admin checkErrorsOnlyInResponse: true templateFields: ["text"] diff --git a/api-test/src/main/resources/masterdata/FilterLocationData/FilterLocationData.yml b/api-test/src/main/resources/masterdata/FilterLocationData/FilterLocationData.yml index 2597452198c..81cb9a2d352 100644 --- a/api-test/src/main/resources/masterdata/FilterLocationData/FilterLocationData.yml +++ b/api-test/src/main/resources/masterdata/FilterLocationData/FilterLocationData.yml @@ -2,7 +2,7 @@ FilterLocationData: MasterData_FilterLocationData_Valid_Smoke: endPoint: /v1/masterdata/locations/filtervalues uniqueIdentifier: TC_Masterdata_FilterLocationData_01 - description: Filter Location details by all valid data + description: Verify that the system successfully filters location data and returns the expected results when a valid request is provided role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -24,7 +24,7 @@ FilterLocationData: MasterData_FilterLocationData_Invalid_EmptyFilterType: endPoint: /v1/masterdata/locations/filtervalues uniqueIdentifier: TC_Masterdata_FilterLocationData_02 - description: Filter Location details by invalid filter Type + description: Verify that the system returns an error when a blank filter type is provided while filtering location data role: admin templateFields: ["columnName"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/FilterMachineSpec/FilterMachineSpec.yml b/api-test/src/main/resources/masterdata/FilterMachineSpec/FilterMachineSpec.yml index 66b2db355b6..1f04abecace 100644 --- a/api-test/src/main/resources/masterdata/FilterMachineSpec/FilterMachineSpec.yml +++ b/api-test/src/main/resources/masterdata/FilterMachineSpec/FilterMachineSpec.yml @@ -2,7 +2,7 @@ FilterMachineSpec: Masterdata_FilterMachineSpec_Valid_Smoke: endPoint: /v1/masterdata/machinespecifications/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineSpec_01 - description: Filter Machine Spec details by all valid data + description: Verify that the system successfully filters machine specifications and returns the expected results when a valid request is provided role: admin templateFields: ["languageCode"] restMethod: post @@ -29,7 +29,7 @@ FilterMachineSpec: Masterdata_FilterMachineSpec_Valid_col_as_name_filterType_all: endPoint: /v1/masterdata/machinespecifications/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineSpec_02 - description: Filter Machine Spec details by type all valid columnName and text + description: Verify that the system successfully filters machine specifications by name when the filter type is set to "All" and a valid request is provided role: admin templateFields: ["languageCode"] restMethod: post @@ -56,7 +56,7 @@ FilterMachineSpec: Masterdata_FilterMachineSpec_Valid_name_tro_filterType_all: endPoint: /v1/masterdata/machinespecifications/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineSpec_03 - description: Filter Machine Spec details by type all valid columnName and text + description: Verify that the system successfully filters machine specifications by name containing "tro" with filter type set to "All" role: admin templateFields: ["languageCode"] restMethod: post @@ -83,7 +83,7 @@ FilterMachineSpec: Masterdata_FilterMachineSpec_Valid_name_tro_filterType_unique: endPoint: /v1/masterdata/machinespecifications/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineSpec_04 - description: Filter Machine Spec details by filter type unique valid columnName and text + description: Verify that the system successfully filters machine specifications by name containing "tro" with filter type set to "Unique" role: admin templateFields: ["languageCode"] restMethod: post @@ -110,7 +110,7 @@ FilterMachineSpec: Masterdata_FilterMachineSpec_Valid_col_brand: endPoint: /v1/masterdata/machinespecifications/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineSpec_05 - description: Filter Machine Spec details by filter type unique valid columnName brand and text + description: Verify that the system successfully filters machine specifications by brand when a valid request is provided role: admin templateFields: ["languageCode"] restMethod: post @@ -137,7 +137,7 @@ FilterMachineSpec: Masterdata_FilterMachineSpec_Valid_col_model: endPoint: /v1/masterdata/machinespecifications/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineSpec_06 - description: Filter Machine Spec details by filter type all valid columnName model and text + description: Verify that the system successfully filters machine specifications by model when a valid request is provided role: admin templateFields: ["languageCode"] restMethod: post @@ -164,7 +164,7 @@ FilterMachineSpec: Masterdata_FilterMachineSpec_Valid_filterText_blank: endPoint: /v1/masterdata/machinespecifications/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineSpec_07 - description: Filter Machine Spec details by filter type unique valid columnName and blank text + description: Verify that the system successfully processes the request and returns appropriate results when the filter text is blank while filtering machine specifications role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -185,7 +185,7 @@ FilterMachineSpec: Masterdata_FilterMachineSpec_inValid_filterType_blank: endPoint: /v1/masterdata/machinespecifications/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineSpec_08 - description: Filter Machine Spec details by filter type empty valid columnName and text + description: Verify that the system returns an error when a blank filter type is provided while filtering machine specifications role: admin templateFields: ["languageCode"] restMethod: post @@ -211,7 +211,7 @@ FilterMachineSpec: Masterdata_FilterMachineSpec_inValid_filterColumnName_blank: endPoint: /v1/masterdata/machinespecifications/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineSpec_09 - description: Filter Machine Spec details by filter type all blank columnName and valid text + description: Verify that the system returns an error when a blank filter column name is provided while filtering machine specifications role: admin templateFields: ["languageCode"] restMethod: post @@ -237,7 +237,7 @@ FilterMachineSpec: Masterdata_FilterMachineSpec_inValid_RequestTime_format: endPoint: /v1/masterdata/machinespecifications/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineSpec_10 - description: Filter Machine Spec details by invalid requesttime format + description: Verify that the system returns an error when the request time is provided in an invalid format while filtering machine specifications role: admin templateFields: ["languageCode"] restMethod: post @@ -263,7 +263,7 @@ FilterMachineSpec: Masterdata_FilterMachineSpec_inValid_filterColumnName: endPoint: /v1/masterdata/machinespecifications/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineSpec_11 - description: Filter Machine Spec details by invalid columnName + description: Verify that the system returns an error when an invalid filter column name is provided while filtering machine specifications role: admin templateFields: ["languageCode"] restMethod: post @@ -288,7 +288,7 @@ FilterMachineSpec: Masterdata_FilterMachineSpec_inValid_filterType: endPoint: /v1/masterdata/machinespecifications/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineSpec_12 - description: Filter Machine Spec details by invalid filter type + description: Verify that the system returns an error when an invalid filter type is provided while filtering machine specifications role: admin templateFields: ["languageCode"] restMethod: post @@ -314,7 +314,7 @@ FilterMachineSpec: Masterdata_FilterMachineSpec_inValid_FilterText: endPoint: /v1/masterdata/machinespecifications/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineSpec_13 - description: Filter Machine Spec details by invalid filter text value + description: Verify that the system returns an error when an invalid filter text is provided while filtering machine specifications role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] diff --git a/api-test/src/main/resources/masterdata/FilterMachineType/FilterMachineType.yml b/api-test/src/main/resources/masterdata/FilterMachineType/FilterMachineType.yml index 209a1eb8872..724d289e400 100644 --- a/api-test/src/main/resources/masterdata/FilterMachineType/FilterMachineType.yml +++ b/api-test/src/main/resources/masterdata/FilterMachineType/FilterMachineType.yml @@ -2,7 +2,7 @@ FilterMachineType: Masterdata_FilterMachineType_Valid_Smoke: endPoint: /v1/masterdata/machinetypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineType_01 - description: Filter Machine Type details by all valid data + description: Verify that the system successfully filters machine types and returns the expected results when a valid request is provided role: admin checkErrorsOnlyInResponse: true templateFields: ["text"] @@ -23,7 +23,7 @@ FilterMachineType: Masterdata_FilterMachineType_Valid_col_as_name_filterType_all: endPoint: /v1/masterdata/machinetypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineType_02 - description: Filter Machine Type details by filter type all + description: Verify that the system successfully filters machine types by name with filter type set to "All" when a valid request is provided role: admin checkErrorsOnlyInResponse: true templateFields: ["text"] @@ -45,7 +45,7 @@ FilterMachineType: Masterdata_FilterMachineType_inValid_filterType_blank: endPoint: /v1/masterdata/machinetypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineType_03 - description: Filter Machine Type details by blank filter type + description: Verify that the system returns an error when a blank filter type is provided while filtering machine types role: admin templateFields: ["text"] restMethod: post @@ -71,7 +71,7 @@ FilterMachineType: Masterdata_FilterMachineType_inValid_filterColumnName_blank: endPoint: /v1/masterdata/machinetypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineType_04 - description: Filter Machine Type details by blank filter columnName + description: Verify that the system returns an error when a blank filter column name is provided while filtering machine types role: admin templateFields: ["text"] restMethod: post @@ -97,7 +97,7 @@ FilterMachineType: Masterdata_FilterMachineType_inValid_RequestTime_format: endPoint: /v1/masterdata/machinetypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineType_05 - description: Filter Machine Type details by invalid requesttime format + description: Verify that the system returns an error when the request time is provided in an invalid format while filtering machine types role: admin templateFields: ["text"] restMethod: post @@ -123,7 +123,7 @@ FilterMachineType: Masterdata_FilterMachineType_inValid_filterColumnName: endPoint: /v1/masterdata/machinetypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineType_06 - description: Filter Machine Type details by invalid filter columnName + description: Verify that the system returns an error when an invalid filter column name is provided while filtering machine types role: admin templateFields: ["text"] restMethod: post @@ -148,7 +148,7 @@ FilterMachineType: Masterdata_FilterMachineType_inValid_filterType: endPoint: /v1/masterdata/machinetypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineType_07 - description: Filter Machine Type details by invalid filter type + description: Verify that the system returns an error when an invalid filter type is provided while filtering machine types role: admin templateFields: ["text"] restMethod: post @@ -174,7 +174,7 @@ FilterMachineType: Masterdata_FilterMachineType_inValid_FilterText: endPoint: /v1/masterdata/machinetypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachineType_08 - description: Filter Machine Type details by invalid filter text + description: Verify that the system returns an error when an invalid filter text is provided while filtering machine types role: admin checkErrorsOnlyInResponse: true templateFields: ["text"] diff --git a/api-test/src/main/resources/masterdata/FilterMachines/FilterMachines.yml b/api-test/src/main/resources/masterdata/FilterMachines/FilterMachines.yml index 823adc12e60..491b0e01c10 100644 --- a/api-test/src/main/resources/masterdata/FilterMachines/FilterMachines.yml +++ b/api-test/src/main/resources/masterdata/FilterMachines/FilterMachines.yml @@ -2,7 +2,7 @@ FilterMachines: Masterdata_FilterMachines_Valid_ColumnStatus: endPoint: /v1/masterdata/machines/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachines_01 - description: Filter Active Machine details by columnName isActive + description: Verify that the system successfully filters machines by the status column and returns the expected results when a valid request is provided role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -29,7 +29,7 @@ FilterMachines: Masterdata_FilterMachines_Valid_ColumnMachineSpecId: endPoint: /v1/masterdata/machines/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachines_02 - description: Filter All Machine details by columnName machineSpecId + description: Verify that the system successfully filters machines by machine specification ID when a valid request is provided role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -56,7 +56,7 @@ FilterMachines: Masterdata_FilterMachines_Invalid_EmptyColumnName: endPoint: /v1/masterdata/machines/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachines_03 - description: Filter Machine details by empty columnName + description: Verify that the system returns an error when a blank column name is provided while filtering machines role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -82,7 +82,7 @@ FilterMachines: Masterdata_FilterMachines_Invalid_EmptyFilterType: endPoint: /v1/masterdata/machines/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachines_04 - description: Filter Machine details by empty filter type + description: Verify that the system returns an error when a blank filter type is provided while filtering machines role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -108,7 +108,7 @@ FilterMachines: Masterdata_FilterMachines_Invalid_ColumnName: endPoint: /v1/masterdata/machines/filtervalues uniqueIdentifier: TC_Masterdata_FilterMachines_05 - description: Filter Machine details by invalid columnName + description: Verify that the system returns an error when an invalid column name is provided while filtering machines role: globalAdmin templateFields: ["languageCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/FilterRegCenterType/FilterRegCenterType.yml b/api-test/src/main/resources/masterdata/FilterRegCenterType/FilterRegCenterType.yml index e2213d99e46..d95eb3c13e5 100644 --- a/api-test/src/main/resources/masterdata/FilterRegCenterType/FilterRegCenterType.yml +++ b/api-test/src/main/resources/masterdata/FilterRegCenterType/FilterRegCenterType.yml @@ -2,7 +2,7 @@ FilterRegCenterType: MasterData_FilterRegCenterType_Valid_Smoke: endPoint: /v1/masterdata/registrationcentertypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterRegCenterType_01 - description: Filter Registration Center Type details by all valid data + description: Verify that the system successfully filters registration center types and returns the expected results when a valid request is provided role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -24,7 +24,7 @@ FilterRegCenterType: MasterData_FilterRegCenterType_Valid_col_name_withText: endPoint: /v1/masterdata/registrationcentertypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterRegCenterType_02 - description: Filter Registration Center Type details by columnName name + description: Verify that the system successfully filters registration center types by name when a valid text is provided role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -46,7 +46,7 @@ FilterRegCenterType: MasterData_FilterRegCenterType_Valid_col_code: endPoint: /v1/masterdata/registrationcentertypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterRegCenterType_03 - description: Filter Registration Center Type details by empty text + description: Verify that the system successfully filters registration center types by code when a valid request is provided role: admin templateFields: ["languageCode"] restMethod: post @@ -79,7 +79,7 @@ FilterRegCenterType: MasterData_FilterRegCenterType_Valid_col_isActive: endPoint: /v1/masterdata/registrationcentertypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterRegCenterType_04 - description: Filter Registration Center Type details by columnName isActive and empty text + description: Verify that the system successfully filters registration center types by active status when a valid request is provided role: admin templateFields: ["languageCode"] restMethod: post @@ -112,7 +112,7 @@ FilterRegCenterType: MasterData_FilterRegCenterType_inValid_filterText: endPoint: /v1/masterdata/registrationcentertypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterRegCenterType_05 - description: Filter Registration Center Type details by invalid filter text + description: Verify that the system returns an error when an invalid filter text is provided while filtering registration center types role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -134,7 +134,7 @@ FilterRegCenterType: MasterData_FilterRegCenterType_inValid_filterType_blank: endPoint: /v1/masterdata/registrationcentertypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterRegCenterType_06 - description: Filter Registration Center Type details by empty filter type + description: Verify that the system returns an error when a blank filter type is provided while filtering registration center types role: admin templateFields: ["languageCode"] restMethod: post @@ -160,7 +160,7 @@ FilterRegCenterType: MasterData_FilterRegCenterType_inValid_filterColumnName_blank: endPoint: /v1/masterdata/registrationcentertypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterRegCenterType_07 - description: Filter Registration Center Type details by empty filter columnname + description: Verify that the system returns an error when a blank filter column name is provided while filtering registration center types role: admin templateFields: ["languageCode"] restMethod: post @@ -187,7 +187,7 @@ FilterRegCenterType: MasterData_FilterRegCenterType_inValid_RequestTime_format: endPoint: /v1/masterdata/registrationcentertypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterRegCenterType_08 - description: Filter Registration Center Type details by invalid requesttime format + description: Verify that the system returns an error when the request time is provided in an invalid format while filtering registration center types role: admin templateFields: ["languageCode"] restMethod: post @@ -213,7 +213,7 @@ FilterRegCenterType: MasterData_FilterRegCenterType_inValid_filterColumnName: endPoint: /v1/masterdata/registrationcentertypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterRegCenterType_09 - description: Filter Registration Center Type details by invalid filter column name + description: Verify that the system returns an error when an invalid filter column name is provided while filtering registration center types role: admin templateFields: ["languageCode"] restMethod: post @@ -238,7 +238,7 @@ FilterRegCenterType: MasterData_FilterRegCenterType_inValid_filterType: endPoint: /v1/masterdata/registrationcentertypes/filtervalues uniqueIdentifier: TC_Masterdata_FilterRegCenterType_10 - description: Filter Registration Center Type details by invalid filter type + description: Verify that the system returns an error when an invalid filter type is provided while filtering registration center types role: admin templateFields: ["languageCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/FilterTemplateDetails/FilterTemplateDetails.yml b/api-test/src/main/resources/masterdata/FilterTemplateDetails/FilterTemplateDetails.yml index 627a5b01144..4245b15610f 100644 --- a/api-test/src/main/resources/masterdata/FilterTemplateDetails/FilterTemplateDetails.yml +++ b/api-test/src/main/resources/masterdata/FilterTemplateDetails/FilterTemplateDetails.yml @@ -2,7 +2,7 @@ FilterTemplateDetails: MasterData_FilterTemplateDetails_All_Valid_Smoke: endPoint: /v1/masterdata/templates/filtervalues uniqueIdentifier: TC_Masterdata_FilterTemplateDetails_01 - description: Filter Template details by filter type unique and all valid data + description: Verify that the system successfully filters template details and returns the expected results when all input parameters are valid role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -30,7 +30,7 @@ FilterTemplateDetails: MasterData_FilterTemplateDetails_FilterType_all: endPoint: /v1/masterdata/templates/filtervalues uniqueIdentifier: TC_Masterdata_FilterTemplateDetails_02 - description: Filter Template details by filter type all and valid data + description: Verify that the system successfully filters template details with filter type set to "All" when a valid request is provided role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -58,7 +58,7 @@ FilterTemplateDetails: MasterData_FilterTemplateDetails_Invalid_filterType: endPoint: /v1/masterdata/templates/filtervalues uniqueIdentifier: TC_Masterdata_FilterTemplateDetails_03 - description: Filter Template details by invalid filter type value + description: Verify that the system returns an error when an invalid filter type is provided while filtering template details role: admin templateFields: ["text"] restMethod: post @@ -84,7 +84,7 @@ FilterTemplateDetails: MasterData_FilterTemplateDetails_invalid_text: endPoint: /v1/masterdata/templates/filtervalues uniqueIdentifier: TC_Masterdata_FilterTemplateDetails_04 - description: Filter Template details by invalid filter text value + description: Verify that the system returns an error when an invalid filter text is provided while filtering template details role: admin checkErrorsOnlyInResponse: true templateFields: [] @@ -106,7 +106,7 @@ FilterTemplateDetails: MasterData_FilterTemplateDetails_empty_filterType: endPoint: /v1/masterdata/templates/filtervalues uniqueIdentifier: TC_Masterdata_FilterTemplateDetails_05 - description: Filter Template details by empty filter text value + description: Verify that the system returns an error when the filter type is empty while filtering template details role: admin templateFields: ["text"] restMethod: post @@ -132,7 +132,7 @@ FilterTemplateDetails: MasterData_FilterTemplateDetails_empty_columnName: endPoint: /v1/masterdata/templates/filtervalues uniqueIdentifier: TC_Masterdata_FilterTemplateDetails_06 - description: Filter Template details by empty filter columnName + description: Verify that the system returns an error when the column name is empty while filtering template details role: admin templateFields: ["text"] restMethod: post @@ -158,7 +158,7 @@ FilterTemplateDetails: MasterData_FilterTemplateDetails_invalid_columnName: endPoint: /v1/masterdata/templates/filtervalues uniqueIdentifier: TC_Masterdata_FilterTemplateDetails_07 - description: Filter Template details by invalid filter columnName + description: Verify that the system returns an error when an invalid column name is provided while filtering template details role: admin templateFields: ["text"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/FilterZoneDetails/FilterZoneDetails.yml b/api-test/src/main/resources/masterdata/FilterZoneDetails/FilterZoneDetails.yml index befce6ba259..f8a61b3fd9d 100644 --- a/api-test/src/main/resources/masterdata/FilterZoneDetails/FilterZoneDetails.yml +++ b/api-test/src/main/resources/masterdata/FilterZoneDetails/FilterZoneDetails.yml @@ -2,7 +2,7 @@ FilterZoneDetails: Admin_FilterZoneDetails_Valid_Request_Smoke: endPoint: /v1/masterdata/zones/filtervalues uniqueIdentifier: TC_Masterdata_FilterZoneDetails_01 - description: Filter Zone details by all valid details + description: Verify that the system successfully filters zone details and returns the expected results when a valid request is provided role: admin restMethod: post inputTemplate: masterdata/FilterZoneDetails/filterZoneDetails @@ -29,7 +29,7 @@ FilterZoneDetails: Admin_FilterZoneDetails_Invalid_EmptyFilterType: endPoint: /v1/masterdata/zones/filtervalues uniqueIdentifier: TC_Masterdata_FilterZoneDetails_02 - description: Filter Zone details by empty filter type + description: Verify that the system returns an error when a blank filter type is provided while filtering zone details role: admin restMethod: post inputTemplate: masterdata/FilterZoneDetails/filterZoneDetails @@ -55,7 +55,7 @@ FilterZoneDetails: Admin_FilterZoneDetails_Invalid_InvalidFilterType: endPoint: /v1/masterdata/zones/filtervalues uniqueIdentifier: TC_Masterdata_FilterZoneDetails_03 - description: Filter Zone details by invalid filter type + description: Verify that the system returns an error when an invalid filter type is provided while filtering zone details role: admin restMethod: post inputTemplate: masterdata/FilterZoneDetails/filterZoneDetails @@ -81,7 +81,7 @@ FilterZoneDetails: Admin_FilterZoneDetails_Invalid_InvalidcolumnName: endPoint: /v1/masterdata/zones/filtervalues uniqueIdentifier: TC_Masterdata_FilterZoneDetails_04 - description: Filter Zone details by invalid filter columnname + description: Verify that the system returns an error when an invalid column name is provided while filtering zone details role: admin restMethod: post inputTemplate: masterdata/FilterZoneDetails/filterZoneDetails @@ -106,7 +106,7 @@ FilterZoneDetails: Admin_FilterZoneDetails_Invalid_EmptycolumnName: endPoint: /v1/masterdata/zones/filtervalues uniqueIdentifier: TC_Masterdata_FilterZoneDetails_05 - description: Filter Zone details by empty columnname + description: Verify that the system returns an error when a blank column name is provided while filtering zone details role: admin restMethod: post inputTemplate: masterdata/FilterZoneDetails/filterZoneDetails diff --git a/api-test/src/main/resources/masterdata/Gender/CreateGender.yml b/api-test/src/main/resources/masterdata/Gender/CreateGender.yml index 7bafd914a87..75d34be1184 100644 --- a/api-test/src/main/resources/masterdata/Gender/CreateGender.yml +++ b/api-test/src/main/resources/masterdata/Gender/CreateGender.yml @@ -2,7 +2,7 @@ CreateGender: Masterdata_CreateGender_Valid_Smoke_sid: endPoint: /v1/masterdata/gendertypes uniqueIdentifier: TC_Masterdata_CreateGender_01 - description: Create Gender details by all valid data + description: Verify that the system successfully creates a gender entry when all input parameters are valid role: admin templateFields: ["genderName"] restMethod: post @@ -21,7 +21,7 @@ CreateGender: Masterdata_CreateGender_Invalid_InputParameter_Code_Missing: endPoint: /v1/masterdata/gendertypes uniqueIdentifier: TC_Masterdata_CreateGender_02 - description: Create Gender details by missing code field + description: Verify that the system returns an error when the gender code is missing while creating a gender entry role: admin templateFields: ["genderName"] restMethod: post @@ -45,7 +45,7 @@ CreateGender: Masterdata_CreateGender_Invalid_InputParameter_Code_Empty: endPoint: /v1/masterdata/gendertypes uniqueIdentifier: TC_Masterdata_CreateGender_03 - description: Create Gender details by empty code + description: Verify that the system returns an error when the gender code is empty while creating a gender entry role: admin templateFields: ["genderName"] restMethod: post @@ -70,7 +70,7 @@ CreateGender: Masterdata_CreateGender_Invalid_InputParameter_GenderName_Empty: endPoint: /v1/masterdata/gendertypes uniqueIdentifier: TC_Masterdata_CreateGender_04 - description: Create Gender details by invalid code value + description: Verify that the system returns an error when the gender name is empty while creating a gender entry role: admin templateFields: ["langCode"] restMethod: post @@ -94,7 +94,7 @@ CreateGender: Masterdata_CreateGender_Invalid_InputParameter_GenderName_AboveMaxLen64: endPoint: /v1/masterdata/gendertypes uniqueIdentifier: TC_Masterdata_CreateGender_05 - description: Create Gender details by name more than 64 characters + description: Verify that the system returns an error when the gender name exceeds the maximum length of 64 characters while creating a gender entry role: admin templateFields: [] restMethod: post @@ -118,7 +118,7 @@ CreateGender: Masterdata_CreateGender_InputParameter_isActive_Missing: endPoint: /v1/masterdata/gendertypes uniqueIdentifier: TC_Masterdata_CreateGender_06 - description: Create Gender details by missing isActive field + description: Verify that the system returns an error when the isActive parameter is missing while creating a gender entry role: admin templateFields: ["genderName"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/Gender/UpdateGender.yml b/api-test/src/main/resources/masterdata/Gender/UpdateGender.yml index 28dfc3d4cf4..9e94a24496e 100644 --- a/api-test/src/main/resources/masterdata/Gender/UpdateGender.yml +++ b/api-test/src/main/resources/masterdata/Gender/UpdateGender.yml @@ -2,7 +2,7 @@ UpdateGender: Masterdata_UpdateGender_Valid_Smoke: endPoint: /v1/masterdata/gendertypes uniqueIdentifier: TC_Masterdata_UpdateGender_01 - description: Update Gender details with all valid details + description: Verify that the system successfully updates a gender entry when all input parameters are valid role: admin templateFields: ["langCode"] restMethod: put @@ -21,7 +21,7 @@ UpdateGender: Masterdata_UpdateGender_Invalid_InputParameter_Code_Missing: endPoint: /v1/masterdata/gendertypes uniqueIdentifier: TC_Masterdata_UpdateGender_02 - description: Update Gender details with missing code field + description: Verify that the system returns an error when the gender code is missing while updating a gender entry role: admin templateFields: ["langCode"] restMethod: put @@ -45,7 +45,7 @@ UpdateGender: Masterdata_UpdateGender_Invalid_InputParameter_Code_Empty: endPoint: /v1/masterdata/gendertypes uniqueIdentifier: TC_Masterdata_UpdateGender_03 - description: Update Gender details with empty code + description: Verify that the system returns an error when the gender code is empty while updating a gender entry role: admin templateFields: ["langCode"] restMethod: put @@ -69,7 +69,7 @@ UpdateGender: Masterdata_UpdateGender_Invalid_InputParameter_GenderName_Missing: endPoint: /v1/masterdata/gendertypes uniqueIdentifier: TC_Masterdata_UpdateGender_04 - description: Update Gender details with missing genderName field + description: Verify that the system returns an error when the gender name is missing while updating a gender entry role: admin templateFields: ["langCode"] restMethod: put @@ -93,7 +93,7 @@ UpdateGender: Masterdata_UpdateGender_Invalid_InputParameter_GenderName_Empty: endPoint: /v1/masterdata/gendertypes uniqueIdentifier: TC_Masterdata_UpdateGender_05 - description: Update Gender details with empty genderName + description: Verify that the system returns an error when the gender name is empty while updating a gender entry role: admin templateFields: ["langCode"] restMethod: put @@ -117,7 +117,7 @@ UpdateGender: Masterdata_UpdateGender_Invalid_InputParameter_GenderName_AboveMaxLen64: endPoint: /v1/masterdata/gendertypes uniqueIdentifier: TC_Masterdata_UpdateGender_06 - description: Update Gender details with genderName more than 64 characters + description: Verify that the system returns an error when the gender name exceeds the maximum length of 64 characters while updating a gender entry role: admin templateFields: ["langCode"] restMethod: put @@ -141,7 +141,7 @@ UpdateGender: Masterdata_UpdateGender_InputParameter_isActive_Missing: endPoint: /v1/masterdata/gendertypes uniqueIdentifier: TC_Masterdata_UpdateGender_07 - description: Update Gender details with missing isActive field + description: Verify that the system returns an error when the isActive parameter is missing while updating a gender entry role: admin templateFields: ["genderName"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/GenderFilter/GenderFilter.yml b/api-test/src/main/resources/masterdata/GenderFilter/GenderFilter.yml index 67fc39e3152..38f61a07ed9 100644 --- a/api-test/src/main/resources/masterdata/GenderFilter/GenderFilter.yml +++ b/api-test/src/main/resources/masterdata/GenderFilter/GenderFilter.yml @@ -2,7 +2,7 @@ GenderFilter: Masterdata_GenderFilter_Valid_col_name_withText: endPoint: /v1/masterdata/gendertypes/filtervalues uniqueIdentifier: TC_Masterdata_GenderFilter_01 - description: Filter gender details with valid data + description: Verify that the system successfully filters gender entries by name when a valid text is provided role: admin templateFields: ["text"] restMethod: post @@ -27,7 +27,7 @@ GenderFilter: Masterdata_GenderFilter_ValidColNameAsCodeForAllType_Request_Contains_Smoke: endPoint: /v1/masterdata/gendertypes/filtervalues uniqueIdentifier: TC_Masterdata_GenderFilter_02 - description: Filter gender details valid columnName code,, type all + description: Verify that the system successfully filters gender entries by code with filter type set to "All" when the request contains valid input role: admin templateFields: ["languageCode"] restMethod: post @@ -53,7 +53,7 @@ GenderFilter: Masterdata_GenderFilter_ValidColNameAsCodeForUniqueType_Request_Contains_Smoke: endPoint: /v1/masterdata/gendertypes/filtervalues uniqueIdentifier: TC_Masterdata_GenderFilter_03 - description: Filter gender details by valid columnName code, type unique + description: Verify that the system successfully filters gender entries by code with filter type set to "Unique" when the request contains valid input role: admin templateFields: ["languageCode"] restMethod: post @@ -79,7 +79,7 @@ GenderFilter: Masterdata_GenderFilter_ValidTextAsEmpty_Smoke: endPoint: /v1/masterdata/gendertypes/filtervalues uniqueIdentifier: TC_Masterdata_GenderFilter_04 - description: Filter gender details by empty filter type + description: Verify that the system successfully processes the request and returns appropriate results when the filter text is empty while filtering gender entries role: admin templateFields: ["text"] restMethod: post @@ -105,7 +105,7 @@ GenderFilter: Masterdata_GenderFilter_ValidColNameAsLangCodeForAllType_Request_Contains_Smoke: endPoint: /v1/masterdata/gendertypes/filtervalues uniqueIdentifier: TC_Masterdata_GenderFilter_05 - description: Filter gender details by filter langCode and type all + description: Verify that the system successfully filters gender entries by language code with filter type set to "All" when the request contains valid input role: admin templateFields: ["text"] restMethod: post @@ -126,7 +126,7 @@ GenderFilter: Masterdata_GenderFilter_InValidColumnNameAsEmpty: endPoint: /v1/masterdata/gendertypes/filtervalues uniqueIdentifier: TC_Masterdata_GenderFilter_06 - description: Filter gender details by empty columnName + description: Verify that the system returns an error when the filter column name is empty while filtering gender entries role: admin templateFields: ["text"] restMethod: post @@ -152,7 +152,7 @@ GenderFilter: Masterdata_GenderFilter_InValidColumnNameAsNonExistingValue: endPoint: /v1/masterdata/gendertypes/filtervalues uniqueIdentifier: TC_Masterdata_GenderFilter_07 - description: Filter gender details by non existing columnName + description: Verify that the system returns an error when a non-existing column name is provided while filtering gender entries role: admin templateFields: ["text"] restMethod: post @@ -177,7 +177,7 @@ GenderFilter: Masterdata_GenderFilter_InValidTypeAsNonExisting: endPoint: /v1/masterdata/gendertypes/filtervalues uniqueIdentifier: TC_Masterdata_GenderFilter_08 - description: Filter gender details by non existing filter type + description: Verify that the system returns an error when a non-existing filter type is provided while filtering gender entries role: admin templateFields: ["text"] restMethod: post @@ -203,7 +203,7 @@ GenderFilter: Masterdata_GenderFilter_InValidTextAsNonExisting: endPoint: /v1/masterdata/gendertypes/filtervalues uniqueIdentifier: TC_Masterdata_GenderFilter_09 - description: Filter gender details by non existing filter text + description: Verify that the system returns an error when a non-existing filter text is provided while filtering gender entries role: admin templateFields: ["text"] restMethod: post @@ -224,7 +224,7 @@ GenderFilter: Masterdata_GenderFilter_InValidRequestTimeAsEmpty: endPoint: /v1/masterdata/gendertypes/filtervalues uniqueIdentifier: TC_Masterdata_GenderFilter_10 - description: Filter gender details by invalid requesttime format + description: Verify that the system returns an error when the request time is empty while filtering gender entries role: admin templateFields: ["text"] restMethod: post @@ -250,7 +250,7 @@ GenderFilter: Masterdata_GenderFilter_InValidTypeAsEmpty: endPoint: /v1/masterdata/gendertypes/filtervalues uniqueIdentifier: TC_Masterdata_GenderFilter_11 - description: Filter gender details by empty filter type + description: Verify that the system returns an error when the filter type is empty while filtering gender entries role: admin templateFields: ["text"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/GenderSearch/GenderSearch.yml b/api-test/src/main/resources/masterdata/GenderSearch/GenderSearch.yml index 890c3e7274e..2393e1524ac 100644 --- a/api-test/src/main/resources/masterdata/GenderSearch/GenderSearch.yml +++ b/api-test/src/main/resources/masterdata/GenderSearch/GenderSearch.yml @@ -2,7 +2,7 @@ GenderSearch: Masterdata_GenderSearch_Valid_Smoke: endPoint: /v1/masterdata/gendertypes/search uniqueIdentifier: TC_Masterdata_GenderSearch_01 - description: Search gender details by all valid data + description: Verify that the system successfully returns gender entries when a valid filter is applied role: admin templateFields: ["languageCode"] restMethod: post @@ -26,7 +26,7 @@ GenderSearch: Masterdata_GenderSearch_valid_lang: endPoint: /v1/masterdata/gendertypes/search uniqueIdentifier: TC_Masterdata_GenderSearch_02 - description: Search gender details by languageCode + description: Verify that the system returns gender entries correctly when the language code is valid role: admin templateFields: ["languageCode"] restMethod: post @@ -56,7 +56,7 @@ GenderSearch: Masterdata_GenderSearch_Valid_langCodeAsEng_sortBy_code: endPoint: /v1/masterdata/gendertypes/search uniqueIdentifier: TC_Masterdata_GenderSearch_03 - description: Search gender details by languageCode eng and sort by sortType ASC order + description: Verify that the system returns gender entries correctly sorted by code when the language code is set to English role: admin templateFields: ["languageCode"] restMethod: post @@ -80,7 +80,7 @@ GenderSearch: Masterdata_GenderSearch_InvalidSortFieldAsEmpty: endPoint: /v1/masterdata/gendertypes/search uniqueIdentifier: TC_Masterdata_GenderSearch_04 - description: Search gender details by languageCode eng and empty sortField + description: Verify that the system returns an error or handles gracefully when the sort field is empty while searching gender entries role: admin templateFields: ["languageCode"] restMethod: post @@ -110,7 +110,7 @@ GenderSearch: Masterdata_GenderSearch_InvalidSortFieldAsNonExisting: endPoint: /v1/masterdata/gendertypes/search uniqueIdentifier: TC_Masterdata_GenderSearch_05 - description: Search gender details by languageCode eng and invalid sortField + description: Verify that the system returns an error or handles gracefully when a non-existing sort field is used while searching gender entries role: admin templateFields: ["languageCode"] restMethod: post @@ -140,7 +140,7 @@ GenderSearch: Masterdata_GenderSearch_InvalidSortTypeAsEmpty: endPoint: /v1/masterdata/gendertypes/search uniqueIdentifier: TC_Masterdata_GenderSearch_06 - description: Search gender details by languageCode eng and empty sortType + description: Verify that the system returns an error or handles gracefully when the sort type is empty while searching gender entries role: admin templateFields: ["languageCode"] restMethod: post @@ -171,7 +171,7 @@ GenderSearch: Masterdata_GenderSearch_InvalidRequestTimeAsEmpty: endPoint: /v1/masterdata/gendertypes/search uniqueIdentifier: TC_Masterdata_GenderSearch_07 - description: Search gender details by languageCode eng and empty requesttime + description: Verify that the system returns an error or handles gracefully when the request time is empty while searching gender entries role: admin templateFields: ["languageCode"] restMethod: post @@ -201,7 +201,7 @@ GenderSearch: Masterdata_GenderSearch_Valid_Searchby_code_FLE: endPoint: /v1/masterdata/gendertypes/search uniqueIdentifier: TC_Masterdata_GenderSearch_08 - description: Search gender details by languageCode eng and code FLE(female) + description: Verify that the system successfully returns gender entries when searching by code using a valid filter (FLE) role: admin templateFields: ["languageCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/GetAllTxnDetailBulkUpload/allTxnDetails.yml b/api-test/src/main/resources/masterdata/GetAllTxnDetailBulkUpload/allTxnDetails.yml index e907d9da97c..7f23bcbea09 100644 --- a/api-test/src/main/resources/masterdata/GetAllTxnDetailBulkUpload/allTxnDetails.yml +++ b/api-test/src/main/resources/masterdata/GetAllTxnDetailBulkUpload/allTxnDetails.yml @@ -2,7 +2,7 @@ GetAllTxnDetailBulkUpload: Master_GetAllTxnDetailBulkUpload_Smoke: endPoint: /v1/admin/bulkupload/getAllTransactions uniqueIdentifier: TC_Masterdata_GetAllTxnDetailBulkUpload_01 - description: Retrieve all transcation details for bulk upload + description: Verify that the system successfully fetches all transaction details during a bulk upload as a basic smoke test role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/GetApplicantType/GetApplicantType.yml b/api-test/src/main/resources/masterdata/GetApplicantType/GetApplicantType.yml index 5d3077940ad..3cc42475224 100644 --- a/api-test/src/main/resources/masterdata/GetApplicantType/GetApplicantType.yml +++ b/api-test/src/main/resources/masterdata/GetApplicantType/GetApplicantType.yml @@ -2,7 +2,7 @@ GetApplicantType: Masterdata_GetApplicantType_valid_smoke: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_01 - description: Retrieve Applicant Types by all valid data + description: Verify that the system successfully returns applicant type entries when a valid request is made (smoke test) role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -33,7 +33,7 @@ GetApplicantType: Masterdata_GetApplicantType_MLE_NFR_CHL_True: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_02 - description: Retrieve Applicant Types for Male, Non Foreigner and Child + description: Verify that the system returns applicant type entries correctly when MLE, NFR, and CHL flags are set to true role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -64,7 +64,7 @@ GetApplicantType: Masterdata_GetApplicantType_MLE_NFR_CHL_False: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_03 - description: Retrieve Applicant Types for Male, Non Foreigner and Child + description: Verify that the system returns applicant type entries correctly when MLE, NFR, and CHL flags are set to false role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -95,7 +95,7 @@ GetApplicantType: Masterdata_GetApplicantType_MLE_NFR_ADL_True: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_04 - description: Retrieve Applicant Types for Male, Non Foreigner and Adult Biometric available + description: Verify that the system returns applicant type entries correctly when MLE, NFR, and ADL flags are set to true role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -126,7 +126,7 @@ GetApplicantType: Masterdata_GetApplicantType_MLE_NFR_ADL_False: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_05 - description: Retrieve Applicant Types for Male, Non Foreigner and Adult Biometric not available + description: Verify that the system returns applicant type entries correctly when MLE, NFR, and ADL flags are set to false role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -157,7 +157,7 @@ GetApplicantType: Masterdata_GetApplicantType_MLE_FR_CHL_False: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_06 - description: Retrieve Applicant Types for Male, Foreigner and and Child Biometric not available + description: Verify that the system returns applicant type entries correctly when MLE, FR, and CHL flags are set to false role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -188,7 +188,7 @@ GetApplicantType: Masterdata_GetApplicantType_MLE_FR_ADL_True: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_07 - description: Retrieve Applicant Types for Male, Foreigner and Adult Biometric not available + description: Verify that the system returns applicant type entries correctly when MLE, FR, and ADL flags are set to true role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -219,7 +219,7 @@ GetApplicantType: Masterdata_GetApplicantType_MLE_FR_ADL_False: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_08 - description: Retrieve Applicant Types for Male, Foreigner and Adult Biometric not available + description: Verify that the system returns applicant type entries correctly when MLE, FR, and ADL flags are set to false role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -250,7 +250,7 @@ GetApplicantType: Masterdata_GetApplicantType_invalid_residenceStatus: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_09 - description: Retrieve Applicant Types for invalid residenceStatus + description: Verify that the system returns an error or handles gracefully when an invalid residence status is provided while fetching applicant type entries role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -286,7 +286,7 @@ GetApplicantType: Masterdata_GetApplicantType_invalid_gender: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_10 - description: Retrieve Applicant Types for invalid gender + description: Verify that the system returns an error or handles gracefully when an invalid gender is provided while fetching applicant type entries role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -322,7 +322,7 @@ GetApplicantType: Masterdata_GetApplicantType_invalid_dateOfBirth: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_11 - description: Retrieve Applicant Types for invalid dateOfBirth + description: Verify that the system returns an error or handles gracefully when an invalid date of birth is provided while fetching applicant type entries role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -358,7 +358,7 @@ GetApplicantType: Masterdata_GetApplicantType_invalid_biometricAvailable: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_12 - description: Retrieve Applicant Types for invalid biometricAvailable + description: Verify that the system returns an error or handles gracefully when an invalid biometric availability value is provided while fetching applicant type entries role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -395,7 +395,7 @@ GetApplicantType: Masterdata_GetApplicantType_Future_date_as_DOB: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_13 - description: Retrieve Applicant Types with future date for dateOfBirth + description: Verify that the system returns an error or handles gracefully when a future date is provided as the date of birth while fetching applicant type entries role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -431,7 +431,7 @@ GetApplicantType: Masterdata_GetApplicantType_FLE_NFR_CHL_true: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_14 - description: Retrieve Applicant Types for Female, Non Foreigner and Child Biometric available + description: Verify that the system returns applicant type entries correctly when FLE, NFR, and CHL flags are set to true. role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -462,7 +462,7 @@ GetApplicantType: Masterdata_GetApplicantType_FLE_NFR_CHL_False: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_15 - description: Retrieve Applicant Types for Female, Non Foreigner and Child Biometric not available + description: Verify that the system returns applicant type entries correctly when FLE, NFR, and CHL flags are set to false role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -493,7 +493,7 @@ GetApplicantType: Masterdata_GetApplicantType_FLE_NFR_ADL_true: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_16 - description: Retrieve Applicant Types for Female, Non Foreigner and Adult Biometric available + description: Verify that the system returns applicant type entries correctly when FLE, NFR, and ADL flags are set to true role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -524,7 +524,7 @@ GetApplicantType: Masterdata_GetApplicantType_FLE_NFR_ADL_False: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_17 - description: Retrieve Applicant Types for Female, Non Foreigner and Adult Biometric not available + description: Verify that the system returns applicant type entries correctly when FLE, NFR, and ADL flags are set to false role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -555,7 +555,7 @@ GetApplicantType: Masterdata_GetApplicantType_FLE_FR_CHL_True: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_18 - description: Retrieve Applicant Types for Female, Foreigner and Child Biometric available + description: Verify that the system returns applicant type entries correctly when FLE, FR, and CHL flags are set to true role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -586,7 +586,7 @@ GetApplicantType: Masterdata_GetApplicantType_FLE_FR_CHL_False: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_19 - description: Retrieve Applicant Types for Female, Foreigner and Child Biometric not available + description: Verify that the system returns applicant type entries correctly when FLE, FR, and CHL flags are set to false role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -617,7 +617,7 @@ GetApplicantType: Masterdata_GetApplicantType_FLE_FR_ADL_true: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_20 - description: Retrieve Applicant Types for Female, Foreigner and Adult Biometric available + description: Verify that the system returns applicant type entries correctly when FLE, FR, and ADL flags are set to true role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -648,7 +648,7 @@ GetApplicantType: Masterdata_GetApplicantType_FLE_FR_ADL_False: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_21 - description: Retrieve Applicant Types for Female, Foreigner and Adult Biometric not available + description: Verify that the system returns applicant type entries correctly when FLE, FR, and ADL flags are set to false role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -679,7 +679,7 @@ GetApplicantType: Masterdata_GetApplicantType_DOB_lessThanAYear: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_22 - description: Retrieve Applicant Types for dateOfBirth lessthan a year + description: Verify that the system returns an error or handles gracefully when the date of birth provided is less than a year old while fetching applicant type entries role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType @@ -710,7 +710,7 @@ GetApplicantType: Masterdata_GetApplicantType_response_time: endPoint: /v1/masterdata/getApplicantType uniqueIdentifier: TC_Masterdata_GetApplicantType_23 - description: Get response time for retrieving Applicant Types + description: Verify that the system returns applicant type entries within the expected response time role: admin restMethod: post inputTemplate: masterdata/GetApplicantType/getApplicantType diff --git a/api-test/src/main/resources/masterdata/GetApplicationConfigs/getApplicationConfigs.yml b/api-test/src/main/resources/masterdata/GetApplicationConfigs/getApplicationConfigs.yml index 2775adf4499..92ed82d2105 100644 --- a/api-test/src/main/resources/masterdata/GetApplicationConfigs/getApplicationConfigs.yml +++ b/api-test/src/main/resources/masterdata/GetApplicationConfigs/getApplicationConfigs.yml @@ -2,7 +2,7 @@ GetCredentialTypes: Master_GetApplicationConfigs_smoke: endPoint: /v1/masterdata/applicationconfigs uniqueIdentifier: TC_Masterdata_GetApplicationConfigs_01 - description: Retrieve Application Configs by all valid data + description: Verify that the system successfully retrieves application configuration settings as a basic smoke test role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/GetApplicationTypeByCodeAndLangcode/GetApplicationTypeByCodeAndLangcode.yml b/api-test/src/main/resources/masterdata/GetApplicationTypeByCodeAndLangcode/GetApplicationTypeByCodeAndLangcode.yml index a8b3b7874a3..a7a96741032 100644 --- a/api-test/src/main/resources/masterdata/GetApplicationTypeByCodeAndLangcode/GetApplicationTypeByCodeAndLangcode.yml +++ b/api-test/src/main/resources/masterdata/GetApplicationTypeByCodeAndLangcode/GetApplicationTypeByCodeAndLangcode.yml @@ -2,7 +2,7 @@ GetApplicationTypeByCodeAndLangcode: Masterdata_GetApplicationTypeByCodeAndLangcode_allValid_AAA_smoke: endPoint: /v1/masterdata/applicationtypes/{code}/{langCode} uniqueIdentifier: TC_Masterdata_GetApplicationTypeByCodeAndLangcode_01 - description: Retrieve Application Types By valid code and langcode + description: Verify that the system successfully returns application type details for a valid code and language code (AAA) as a smoke test role: admin templateFields: ["langCode"] restMethod: get @@ -18,7 +18,7 @@ GetApplicationTypeByCodeAndLangcode: Masterdata_GetApplicationTypeByCodeAndLangcode_InValid_Code: endPoint: /v1/masterdata/applicationtypes/{code}/{langCode} uniqueIdentifier: TC_Masterdata_GetApplicationTypeByCodeAndLangcode_02 - description: Retrieve Application Types By invalid code and valid langcode + description: Verify that the system returns an error or handles gracefully when an invalid application type code is provided role: admin restMethod: get inputTemplate: masterdata/GetApplicationTypeByCodeAndLangcode/getApplicationTypeByCodeAndLangcode @@ -38,7 +38,7 @@ GetApplicationTypeByCodeAndLangcode: Masterdata_GetApplicationTypeByCodeAndLangcode_InValid_langCode: endPoint: /v1/masterdata/applicationtypes/{code}/{langCode} uniqueIdentifier: TC_Masterdata_GetApplicationTypeByCodeAndLangcode_03 - description: Retrieve Application Types By valid code and invalid langcode + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching application type details role: admin restMethod: get inputTemplate: masterdata/GetApplicationTypeByCodeAndLangcode/getApplicationTypeByCodeAndLangcode diff --git a/api-test/src/main/resources/masterdata/GetApplicationTypes/GetApplicationTypes.yml b/api-test/src/main/resources/masterdata/GetApplicationTypes/GetApplicationTypes.yml index 8c59ffc9611..2cb27188db3 100644 --- a/api-test/src/main/resources/masterdata/GetApplicationTypes/GetApplicationTypes.yml +++ b/api-test/src/main/resources/masterdata/GetApplicationTypes/GetApplicationTypes.yml @@ -2,7 +2,7 @@ GetApplicationTypes: Masterdata_GetApplicationTypes_allValid_smoke: endPoint: /v1/masterdata/applicationtypes uniqueIdentifier: TC_Masterdata_GetApplicationTypes_01 - description: Retrieve Application Types with valid data + description: Verify that the system successfully returns all application types when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/GetApplicationTypesByLangcode/GetApplicationTypesByLangcode.yml b/api-test/src/main/resources/masterdata/GetApplicationTypesByLangcode/GetApplicationTypesByLangcode.yml index a9966d857f0..e6152e37f7f 100644 --- a/api-test/src/main/resources/masterdata/GetApplicationTypesByLangcode/GetApplicationTypesByLangcode.yml +++ b/api-test/src/main/resources/masterdata/GetApplicationTypesByLangcode/GetApplicationTypesByLangcode.yml @@ -2,7 +2,7 @@ GetApplicationTypesByLangcode: Masterdata_GetApplicationTypesByLangcode_allValid_smoke: endPoint: /v1/masterdata/applicationtypes/{langcode} uniqueIdentifier: TC_Masterdata_GetApplicationTypesByLangcode_01 - description: Retrieve Application Types By langcode + description: Verify that the system successfully returns all application types for a valid language code (smoke test) role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -18,7 +18,7 @@ GetApplicationTypesByLangcode: Masterdata_GetApplicationTypesByLangcode_InValid_langCode: endPoint: /v1/masterdata/applicationtypes/{langcode} uniqueIdentifier: TC_Masterdata_GetApplicationTypesByLangcode_02 - description: Retrieve Application Types By invalid langcode + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching application types role: admin restMethod: get inputTemplate: masterdata/GetApplicationTypesByLangcode/getApplicationTypesByLangcode diff --git a/api-test/src/main/resources/masterdata/GetBiometricAttributesByAuthType/GetBiometricAttributesByAuthType.yml b/api-test/src/main/resources/masterdata/GetBiometricAttributesByAuthType/GetBiometricAttributesByAuthType.yml index 5eb7234bfe2..3da60c8727a 100644 --- a/api-test/src/main/resources/masterdata/GetBiometricAttributesByAuthType/GetBiometricAttributesByAuthType.yml +++ b/api-test/src/main/resources/masterdata/GetBiometricAttributesByAuthType/GetBiometricAttributesByAuthType.yml @@ -2,7 +2,7 @@ GetBiometricAttributesByAuthType: Admin_GetBiometricAttributesByAuthType_allValid_smoke: endPoint: /v1/masterdata/getbiometricattributesbyauthtype/{langcode}/{biometrictypecode} uniqueIdentifier: TC_Masterdata_GetBiometricAttributesByAuthType_01 - description: Retrieve Biometric Attributes By Auth Type by langcode and biometrictypecode + description: Verify that the system successfully returns all biometric attributes for a valid authentication type (smoke test) role: admin restMethod: get inputTemplate: masterdata/GetBiometricAttributesByAuthType/getBiometricAttributesByAuthType @@ -20,7 +20,7 @@ GetBiometricAttributesByAuthType: Admin_GetBiometricAttributesByAuthType_InValid_Invalid_langcode: endPoint: /v1/masterdata/getbiometricattributesbyauthtype/{langcode}/{biometrictypecode} uniqueIdentifier: TC_Masterdata_GetBiometricAttributesByAuthType_02 - description: Retrieve Biometric Attributes By Auth Type by invalid langcode and valid biometrictypecode + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching biometric attributes by authentication type role: admin restMethod: get inputTemplate: masterdata/GetBiometricAttributesByAuthType/getBiometricAttributesByAuthType @@ -41,7 +41,7 @@ GetBiometricAttributesByAuthType: Admin_GetBiometricAttributesByAuthType_InValid_Invalid_biometrictypecode: endPoint: /v1/masterdata/getbiometricattributesbyauthtype/{langcode}/{biometrictypecode} uniqueIdentifier: TC_Masterdata_GetBiometricAttributesByAuthType_03 - description: Retrieve Biometric Attributes By Auth Type by valid langcode and invalid biometrictypecode + description: Verify that the system returns an error or handles gracefully when an invalid biometric type code is provided while fetching biometric attributes by authentication type role: admin restMethod: get inputTemplate: masterdata/GetBiometricAttributesByAuthType/getBiometricAttributesByAuthType diff --git a/api-test/src/main/resources/masterdata/GetBiometricTypeByCodeAndLangcode/GetBiometricTypeByCodeAndLangcode.yml b/api-test/src/main/resources/masterdata/GetBiometricTypeByCodeAndLangcode/GetBiometricTypeByCodeAndLangcode.yml index ef2b98b295d..ba838a93ae3 100644 --- a/api-test/src/main/resources/masterdata/GetBiometricTypeByCodeAndLangcode/GetBiometricTypeByCodeAndLangcode.yml +++ b/api-test/src/main/resources/masterdata/GetBiometricTypeByCodeAndLangcode/GetBiometricTypeByCodeAndLangcode.yml @@ -1,7 +1,7 @@ GetBiometricTypeByCodeAndLangcode: Masterdata_GetBiometricTypeByCodeAndLangcode_allValid_FNR_smoke: endPoint: /v1/masterdata/biometrictypes/{code}/{langCode} - description: Retrieve Biometric Type details by code and langCode + description: Verify that the system successfully returns biometric type details for a valid code and language code (FNR) as a smoke test role: admin templateFields: ["langCode"] restMethod: get @@ -16,7 +16,7 @@ GetBiometricTypeByCodeAndLangcode: }' Masterdata_GetBiometricTypeByCodeAndLangcode_allValid_IRS_smoke: endPoint: /v1/masterdata/biometrictypes/{code}/{langCode} - description: Retrieve Biometric Type details for IRIS by code and langCode + description: Verify that the system successfully returns biometric type details for a valid code and language code (IRS) as a smoke test role: admin templateFields: ["langCode"] restMethod: get @@ -31,7 +31,7 @@ GetBiometricTypeByCodeAndLangcode: }' Masterdata_GetBiometricTypeByCodeAndLangcode_allValid_PHT_smoke: endPoint: /v1/masterdata/biometrictypes/{code}/{langCode} - description: Retrieve Biometric Type details by code PHT and langCode + description: Verify that the system successfully returns biometric type details for a valid code and language code (PHT) as a smoke test role: admin templateFields: ["langCode"] restMethod: get @@ -46,7 +46,7 @@ GetBiometricTypeByCodeAndLangcode: }' Masterdata_GetBiometricTypeByCodeAndLangcode_InValid_Code: endPoint: /v1/masterdata/biometrictypes/{code}/{langCode} - description: Retrieve Biometric Type details by invalid code and valid langCode + description: Verify that the system returns an error or handles gracefully when an invalid biometric type code is provided role: admin restMethod: get inputTemplate: masterdata/GetBiometricTypeByCodeAndLangcode/getBiometricTypeByCodeAndLangcode @@ -65,7 +65,7 @@ GetBiometricTypeByCodeAndLangcode: }' Masterdata_GetBiometricTypeByCodeAndLangcode_InValid_langCode: endPoint: /v1/masterdata/biometrictypes/{code}/{langCode} - description: Retrieve Biometric Type details by valid code and invalid langCode + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching biometric type details role: admin restMethod: get inputTemplate: masterdata/GetBiometricTypeByCodeAndLangcode/getBiometricTypeByCodeAndLangcode diff --git a/api-test/src/main/resources/masterdata/GetBiometricTypes/GetBiometricTypes.yml b/api-test/src/main/resources/masterdata/GetBiometricTypes/GetBiometricTypes.yml index d3bdc3c46df..58208e32f3e 100644 --- a/api-test/src/main/resources/masterdata/GetBiometricTypes/GetBiometricTypes.yml +++ b/api-test/src/main/resources/masterdata/GetBiometricTypes/GetBiometricTypes.yml @@ -2,7 +2,7 @@ GetBiometricTypes: Masterdata_GetBiometricTypes_allValid_smoke: endPoint: /v1/masterdata/biometrictypes uniqueIdentifier: TC_Masterdata_GetBiometricTypes_01 - description: Fetch Biometric Types with all valid data + description: Verify that the system successfully returns all biometric types when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/GetBiometricTypesByLangcode/GetBiometricTypesByLangcode.yml b/api-test/src/main/resources/masterdata/GetBiometricTypesByLangcode/GetBiometricTypesByLangcode.yml index 8cec41180f1..cef36d0e0dc 100644 --- a/api-test/src/main/resources/masterdata/GetBiometricTypesByLangcode/GetBiometricTypesByLangcode.yml +++ b/api-test/src/main/resources/masterdata/GetBiometricTypesByLangcode/GetBiometricTypesByLangcode.yml @@ -2,7 +2,7 @@ GetBiometricTypesByLangcode: Masterdata_GetBiometricTypesByLangcode_allValid_smoke: endPoint: /v1/masterdata/biometrictypes/{langcode} uniqueIdentifier: TC_Masterdata_GetBiometricTypesByLangcode_01 - description: Retrieve biometric data in a specific language + description: Verify that the system successfully returns all biometric types for a valid language code (smoke test) role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -18,7 +18,7 @@ GetBiometricTypesByLangcode: Masterdata_GetBiometricTypesByLangcode_InValid_langCode: endPoint: /v1/masterdata/biometrictypes/{langcode} uniqueIdentifier: TC_Masterdata_GetBiometricTypesByLangcode_02 - description: Retrieve biometric data for an invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching biometric types role: admin restMethod: get inputTemplate: masterdata/GetBiometricTypesByLangcode/getBiometricTypesByLangcode diff --git a/api-test/src/main/resources/masterdata/GetDeviceHistory/GetDeviceHistory.yml b/api-test/src/main/resources/masterdata/GetDeviceHistory/GetDeviceHistory.yml index d63dc8929fb..32cf93204ae 100644 --- a/api-test/src/main/resources/masterdata/GetDeviceHistory/GetDeviceHistory.yml +++ b/api-test/src/main/resources/masterdata/GetDeviceHistory/GetDeviceHistory.yml @@ -2,7 +2,7 @@ GetDeviceHistory: Masterdata_GetDeviceHistory_allValid_smoke: endPoint: /v1/masterdata/deviceshistories/{id}/{langcode}/{effdatetimes} uniqueIdentifier: TC_Masterdata_GetDeviceHistory_01 - description: Retrieve device history details based on ID, language code, and effective times + description: Verify that the system successfully returns the complete device history when a valid request is made (smoke test) role: admin templateFields: ["langCode"] restMethod: get diff --git a/api-test/src/main/resources/masterdata/GetDocCategory/GetDocCategory.yml b/api-test/src/main/resources/masterdata/GetDocCategory/GetDocCategory.yml index 685ab04bad3..d1f0bba2f5e 100644 --- a/api-test/src/main/resources/masterdata/GetDocCategory/GetDocCategory.yml +++ b/api-test/src/main/resources/masterdata/GetDocCategory/GetDocCategory.yml @@ -2,7 +2,7 @@ GetDocCategory: Admin_GetDocCategory_allValid_smoke: endPoint: /v1/masterdata/documentcategories uniqueIdentifier: TC_Masterdata_GetDocCategory_01 - description: Retrieve all the document categories + description: Verify that the system successfully returns all document categories when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/GetDocCategoryByLangCode/GetDocCategoryByLangCode.yml b/api-test/src/main/resources/masterdata/GetDocCategoryByLangCode/GetDocCategoryByLangCode.yml index db77d6e734c..0fbe2af91c7 100644 --- a/api-test/src/main/resources/masterdata/GetDocCategoryByLangCode/GetDocCategoryByLangCode.yml +++ b/api-test/src/main/resources/masterdata/GetDocCategoryByLangCode/GetDocCategoryByLangCode.yml @@ -2,7 +2,7 @@ GetDocCategoryByLangCode: Admin_GetDocCategoryByLangCode_allValid_smoke: endPoint: /v1/masterdata/documentcategories/{code}/{langcode} uniqueIdentifier: TC_Masterdata_GetDocCategoryByLangCode_01 - description: Retrieve document categories based on a valid code and language code + description: Verify that the system successfully returns all document categories for a valid language code (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -18,7 +18,7 @@ GetDocCategoryByLangCode: Admin_GetDocCategoryByLangCode_Invalid_code: endPoint: /v1/masterdata/documentcategories/{code}/{langcode} uniqueIdentifier: TC_Masterdata_GetDocCategoryByLangCode_02 - description: Retrieve document categories based on a invalid code and an valid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching document categories role: admin restMethod: get inputTemplate: masterdata/GetDocCategoryByLangCode/getDocCategoryByLangCode @@ -39,7 +39,7 @@ GetDocCategoryByLangCode: Admin_GetDocCategoryByLangCode_Invalid_langcode: endPoint: /v1/masterdata/documentcategories/{code}/{langcode} uniqueIdentifier: TC_Masterdata_GetDocCategoryByLangCode_03 - description: Retrieve document categories based on a valid code and an invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid or unsupported language code is provided while fetching document categories role: admin restMethod: get inputTemplate: masterdata/GetDocCategoryByLangCode/getDocCategoryByLangCode diff --git a/api-test/src/main/resources/masterdata/GetDocType_DocCatByAppID/GetDocType_DocCatByAppID.yml b/api-test/src/main/resources/masterdata/GetDocType_DocCatByAppID/GetDocType_DocCatByAppID.yml index ac0fd4a3538..cdcdf3209e1 100644 --- a/api-test/src/main/resources/masterdata/GetDocType_DocCatByAppID/GetDocType_DocCatByAppID.yml +++ b/api-test/src/main/resources/masterdata/GetDocType_DocCatByAppID/GetDocType_DocCatByAppID.yml @@ -2,7 +2,7 @@ GetDocType_DocCatByAppID: Masterdata_GetDocType_DocCatByAppID_valid_smoke: endPoint: /v1/masterdata/applicanttype/{applicantId}/languages?languages={languages} uniqueIdentifier: TC_Masterdata_GetDocType_DocCatByAppID_01 - description: Retrieve document type and document categories based on an applicant ID and language code + description: Verify that the system successfully returns document types for a valid application ID (smoke test) role: admin restMethod: get inputTemplate: masterdata/GetDocType_DocCatByAppID/getDocType_DocCatByAppID @@ -21,7 +21,7 @@ GetDocType_DocCatByAppID: Masterdata_GetDocType_DocCatByAppID_invalid_language: endPoint: /v1/masterdata/applicanttype/{applicantId}/languages?languages={languages} uniqueIdentifier: TC_Masterdata_GetDocType_DocCatByAppID_02 - description: Retrieve document type and document categories based on an applicant ID and an invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching document types by application ID role: admin restMethod: get inputTemplate: masterdata/GetDocType_DocCatByAppID/getDocType_DocCatByAppID diff --git a/api-test/src/main/resources/masterdata/GetDocumentTypeByLangCode/GetDocumentTypeByLangCode.yml b/api-test/src/main/resources/masterdata/GetDocumentTypeByLangCode/GetDocumentTypeByLangCode.yml index d2578bd653d..4b861eb20dd 100644 --- a/api-test/src/main/resources/masterdata/GetDocumentTypeByLangCode/GetDocumentTypeByLangCode.yml +++ b/api-test/src/main/resources/masterdata/GetDocumentTypeByLangCode/GetDocumentTypeByLangCode.yml @@ -2,7 +2,7 @@ GetDocumentTypeByLangCode: Masterdata_GetDocumentTypeByLangCode_allValid_smoke: endPoint: /v1/masterdata/documenttypes/{langcode} uniqueIdentifier: TC_Masterdata_GetDocumentTypeByLangCode_01 - description: Retrieve document type by valid language code + description: Verify that the system successfully returns all document types for a valid language code (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -20,7 +20,7 @@ GetDocumentTypeByLangCode: Masterdata_GetDocumentTypeByLangCode_InValid_langcode: endPoint: /v1/masterdata/documenttypes/{langcode} uniqueIdentifier: TC_Masterdata_GetDocumentTypeByLangCode_02 - description: Retrieve document type by invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching document types role: admin restMethod: get inputTemplate: masterdata/GetDocumentTypeByLangCode/getDocumentTypeByLangCode diff --git a/api-test/src/main/resources/masterdata/GetExceptionalHolidays/GetExceptionalHolidays.yml b/api-test/src/main/resources/masterdata/GetExceptionalHolidays/GetExceptionalHolidays.yml index 90c71d233a0..4428d172b33 100644 --- a/api-test/src/main/resources/masterdata/GetExceptionalHolidays/GetExceptionalHolidays.yml +++ b/api-test/src/main/resources/masterdata/GetExceptionalHolidays/GetExceptionalHolidays.yml @@ -2,7 +2,7 @@ GetExceptionalHolidays: Admin_GetExceptionalHolidays_allValid_smoke: endPoint: /v1/masterdata/exceptionalholidays/{registrationCenterId}/{langCode} uniqueIdentifier: TC_Masterdata_GetExceptionalHolidays_01 - description: Retrieve exceptional holidays based on a valid registration center ID and language code + description: Verify that the system successfully returns all exceptional holidays when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true templateFields: ["langCode"] @@ -19,7 +19,7 @@ GetExceptionalHolidays: Admin_GetExceptionalHolidays_InValid_Invalid_registrationCenterId: endPoint: /v1/masterdata/exceptionalholidays/{registrationCenterId}/{langCode} uniqueIdentifier: TC_Masterdata_GetExceptionalHolidays_02 - description: Retrieve exceptional holidays based on a invalid registration center ID and valid language code + description: Verify that the system returns an error or handles gracefully when an invalid registration center ID is provided while fetching exceptional holidays role: admin templateFields: ["langCode"] restMethod: get @@ -41,7 +41,7 @@ GetExceptionalHolidays: Admin_GetExceptionalHolidays_InValid_Invalid_langCode: endPoint: /v1/masterdata/exceptionalholidays/{registrationCenterId}/{langCode} uniqueIdentifier: TC_Masterdata_GetExceptionalHolidays_03 - description: Retrieve exceptional holidays based on a valid registration center ID and invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching exceptional holidays role: admin restMethod: get inputTemplate: masterdata/GetExceptionalHolidays/getExceptionalHolidays diff --git a/api-test/src/main/resources/masterdata/GetHolidaysMissingIds/GetHolidaysMissingIds.yml b/api-test/src/main/resources/masterdata/GetHolidaysMissingIds/GetHolidaysMissingIds.yml index 580e0a52f78..700cb0ab245 100644 --- a/api-test/src/main/resources/masterdata/GetHolidaysMissingIds/GetHolidaysMissingIds.yml +++ b/api-test/src/main/resources/masterdata/GetHolidaysMissingIds/GetHolidaysMissingIds.yml @@ -2,7 +2,7 @@ GetHolidaysMissingIds: Admin_GetHolidaysMissingIds_allValid_smoke: endPoint: /v1/masterdata/holidays/missingids/{langcode} uniqueIdentifier: TC_Masterdata_GetHolidaysMissingIds_01 - description: Retrieve holidays for missing IDs with a valid language code + description: Verify that the system successfully returns all holidays with missing IDs when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -18,7 +18,7 @@ GetHolidaysMissingIds: Admin_GetHolidaysMissingIds_InValid_Inavild_langCode: endPoint: /v1/masterdata/holidays/missingids/{langcode} uniqueIdentifier: TC_Masterdata_GetHolidaysMissingIds_02 - description: Retrieve holidays for missing IDs with a invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching holidays with missing IDs role: admin restMethod: get inputTemplate: masterdata/GetHolidaysMissingIds/getHolidaysMissingIds diff --git a/api-test/src/main/resources/masterdata/GetIdTypeByLangCode/GetIdTypeByLangCode.yml b/api-test/src/main/resources/masterdata/GetIdTypeByLangCode/GetIdTypeByLangCode.yml index c71e3fdf3eb..b7c20b994b5 100644 --- a/api-test/src/main/resources/masterdata/GetIdTypeByLangCode/GetIdTypeByLangCode.yml +++ b/api-test/src/main/resources/masterdata/GetIdTypeByLangCode/GetIdTypeByLangCode.yml @@ -2,7 +2,7 @@ GetIdTypeByLangCode: Admin_GetIdTypeByLangCode_allValid_smoke: endPoint: /v1/masterdata/idtypes/{langcode} uniqueIdentifier: TC_Masterdata_GetIdTypeByLangCode_01 - description: Retrieve ID type by valid language code + description: Verify that the system successfully returns all ID types for a valid language code (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -23,7 +23,7 @@ GetIdTypeByLangCode: Admin_GetIdTypeByLangCode_InValid_Invalid_langCode: endPoint: /v1/masterdata/idtypes/{langcode} uniqueIdentifier: TC_Masterdata_GetIdTypeByLangCode_02 - description: Retrieve ID type by valid inlanguage code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching ID types role: admin restMethod: get inputTemplate: masterdata/GetIdTypeByLangCode/getIdTypeByLangCode diff --git a/api-test/src/main/resources/masterdata/GetIndividualType/GetIndividualType.yml b/api-test/src/main/resources/masterdata/GetIndividualType/GetIndividualType.yml index 92039d1f7f4..21ad20f4c1f 100644 --- a/api-test/src/main/resources/masterdata/GetIndividualType/GetIndividualType.yml +++ b/api-test/src/main/resources/masterdata/GetIndividualType/GetIndividualType.yml @@ -2,7 +2,7 @@ GetIndividualType: MasterData_GetIndividualType_allValid_smoke: endPoint: /v1/masterdata/individualtypes/all uniqueIdentifier: TC_Masterdata_GetIndividualType_01 - description: Retrieve individual type details + description: Verify that the system successfully returns all individual types when a valid request is made (smoke test) role: admin restMethod: get inputTemplate: masterdata/GetIndividualType/getIndividualType diff --git a/api-test/src/main/resources/masterdata/GetLanguage/GetLanguage.yml b/api-test/src/main/resources/masterdata/GetLanguage/GetLanguage.yml index 2355a051704..164893c3ef2 100644 --- a/api-test/src/main/resources/masterdata/GetLanguage/GetLanguage.yml +++ b/api-test/src/main/resources/masterdata/GetLanguage/GetLanguage.yml @@ -2,7 +2,7 @@ GetLanguage: Admin_GetLanguage_allValid_smoke: endPoint: /v1/masterdata/languages uniqueIdentifier: TC_Masterdata_GetLanguage_01 - description: Retrieve all the languages list + description: Verify that the system successfully returns all available languages when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/GetLeafZonesByLangCode/GetLeafZonesByLangCode.yml b/api-test/src/main/resources/masterdata/GetLeafZonesByLangCode/GetLeafZonesByLangCode.yml index 57f196920ca..1c787e66be6 100644 --- a/api-test/src/main/resources/masterdata/GetLeafZonesByLangCode/GetLeafZonesByLangCode.yml +++ b/api-test/src/main/resources/masterdata/GetLeafZonesByLangCode/GetLeafZonesByLangCode.yml @@ -2,7 +2,7 @@ GetLeafZonesByLangCode: MasterData_GetLeafZonesByLangCode_allValid_smoke: endPoint: /v1/masterdata/zones/leafzones/{langCode} uniqueIdentifier: TC_Masterdata_GetLeafZonesByLangCode_01 - description: Retrieve leafs zone details by valid language code + description: Verify that the system successfully returns all leaf zones for a valid language code (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -16,7 +16,7 @@ GetLeafZonesByLangCode: MasterData_GetLeafZonesByLangCode_inValid_code: endPoint: /v1/masterdata/zones/leafzones/{langCode} uniqueIdentifier: TC_Masterdata_GetLeafZonesByLangCode_02 - description: Retrieve leafs zone details by invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching leaf zones role: admin restMethod: get inputTemplate: masterdata/GetLeafZonesByLangCode/getLeafZonesByLangCode diff --git a/api-test/src/main/resources/masterdata/GetLeafsByLangCode/GetLeafsByLangCode.yml b/api-test/src/main/resources/masterdata/GetLeafsByLangCode/GetLeafsByLangCode.yml index 3515bf72b03..d6dfc6b02e4 100644 --- a/api-test/src/main/resources/masterdata/GetLeafsByLangCode/GetLeafsByLangCode.yml +++ b/api-test/src/main/resources/masterdata/GetLeafsByLangCode/GetLeafsByLangCode.yml @@ -2,7 +2,7 @@ GetLeafsByLangCode: MasterData_GetLeafsByLangCode_allValid_smoke: endPoint: /v1/masterdata/zones/leafs/{langCode} uniqueIdentifier: TC_Masterdata_GetLeafsByLangCode_01 - description: Retrieve leafs details by valid language code + description: Verify that the system successfully returns all leaf entries for a valid language code (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -16,7 +16,7 @@ GetLeafsByLangCode: MasterData_GetLeafsByLangCode_inValid_code: endPoint: /v1/masterdata/zones/leafs/{langCode} uniqueIdentifier: TC_Masterdata_GetLeafsByLangCode_02 - description: Retrieve leafs details by invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching leaf entries role: admin restMethod: get inputTemplate: masterdata/GetLeafsByLangCode/getLeafsByLangCode diff --git a/api-test/src/main/resources/masterdata/GetLocationHierarchyByHierarchyName/GetLocationHierarchyByHierarchyName.yml b/api-test/src/main/resources/masterdata/GetLocationHierarchyByHierarchyName/GetLocationHierarchyByHierarchyName.yml index cc0a1673a4c..1cdc40b258d 100644 --- a/api-test/src/main/resources/masterdata/GetLocationHierarchyByHierarchyName/GetLocationHierarchyByHierarchyName.yml +++ b/api-test/src/main/resources/masterdata/GetLocationHierarchyByHierarchyName/GetLocationHierarchyByHierarchyName.yml @@ -2,7 +2,7 @@ GetLocationHierarchyByHierarchyName: Admin_GetLocationHierarchyByHierarchyName_allValid_smoke: endPoint: /v1/masterdata/locations/locationhierarchy/{hierarchyname} uniqueIdentifier: TC_Masterdata_GetLocationHierarchyByHierarchyName_01 - description: Retrieve location hierarchy details by valid hierarchy name + description: Verify that the system successfully returns the location hierarchy for a valid hierarchy name (smoke test) role: admin restMethod: get inputTemplate: masterdata/GetLocationHierarchyByHierarchyName/getLocationHierarchyByHierarchyName @@ -24,7 +24,7 @@ GetLocationHierarchyByHierarchyName: Admin_GetLocationHierarchyByHierarchyName_Invalid_Invalid_hierarchyname: endPoint: /v1/masterdata/locations/locationhierarchy/{hierarchyname} uniqueIdentifier: TC_Masterdata_GetLocationHierarchyByHierarchyName_02 - description: Retrieve location hierarchy details by invalid hierarchy name + description: Verify that the system returns an error or handles gracefully when an invalid hierarchy name is provided while fetching the location hierarchy role: admin restMethod: get inputTemplate: masterdata/GetLocationHierarchyByHierarchyName/getLocationHierarchyByHierarchyName diff --git a/api-test/src/main/resources/masterdata/GetLocationHierarchyLevelByLastUpdatedDate/GetLocationHierarchyLevelByLastUpdatedDate.yml b/api-test/src/main/resources/masterdata/GetLocationHierarchyLevelByLastUpdatedDate/GetLocationHierarchyLevelByLastUpdatedDate.yml index e166d621fe5..73b970cdc55 100644 --- a/api-test/src/main/resources/masterdata/GetLocationHierarchyLevelByLastUpdatedDate/GetLocationHierarchyLevelByLastUpdatedDate.yml +++ b/api-test/src/main/resources/masterdata/GetLocationHierarchyLevelByLastUpdatedDate/GetLocationHierarchyLevelByLastUpdatedDate.yml @@ -2,7 +2,7 @@ GetLocationHierarchyLevelByLastUpdatedDate: Admin_GetLocationHierarchyLevelByLastUpdatedDate_allValid_smoke: endPoint: /v1/masterdata/locationHierarchyLevels?lastUpdated=2020-10-20T17:13:44.793Z uniqueIdentifier: TC_Masterdata_GetLocationHierarchyLevelByLastUpdatedDate_01 - description: Retrieve location hierarchy details based on valid last updated date + description: Verify that the system successfully returns location hierarchy levels updated after a given date when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -17,7 +17,7 @@ GetLocationHierarchyLevelByLastUpdatedDate: Admin_GetLocationHierarchyLevelByLastUpdatedDate_with_Invalid_lD: endPoint: /v1/masterdata/locationHierarchyLevels?lastUpdated=abc uniqueIdentifier: TC_Masterdata_GetLocationHierarchyLevelByLastUpdatedDate_02 - description: Retrieve location hierarchy details based on invalid last updated date + description: Verify that the system returns an error or handles gracefully when an invalid ID is provided while fetching location hierarchy levels by last updated date role: admin restMethod: get inputTemplate: masterdata/GetLocationHierarchyLevelByLastUpdatedDate/getLocationHierarchyLevelByLastUpdatedDate diff --git a/api-test/src/main/resources/masterdata/GetLocations/GetLocations.yml b/api-test/src/main/resources/masterdata/GetLocations/GetLocations.yml index 1f3ccb7038e..c4d3ac22631 100644 --- a/api-test/src/main/resources/masterdata/GetLocations/GetLocations.yml +++ b/api-test/src/main/resources/masterdata/GetLocations/GetLocations.yml @@ -2,7 +2,7 @@ GetLocations: Admin_GetLocations_allValid_smoke: endPoint: /v1/masterdata/locations/all uniqueIdentifier: TC_Masterdata_GetLocations_01 - description: Retrieve location details + description: Verify that the system successfully returns all locations when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/GetMachineHistory/GetMachineHistory.yml b/api-test/src/main/resources/masterdata/GetMachineHistory/GetMachineHistory.yml index b2a119dcf4a..a1d8e9bd57c 100644 --- a/api-test/src/main/resources/masterdata/GetMachineHistory/GetMachineHistory.yml +++ b/api-test/src/main/resources/masterdata/GetMachineHistory/GetMachineHistory.yml @@ -2,7 +2,7 @@ GetMachineHistory: Admin_GetMachineHistory_allValid_smoke: endPoint: /v1/masterdata/machineshistories/{id}/{langcode}/{effdatetimes} uniqueIdentifier: TC_Masterdata_GetMachineHistory_01 - description: Retrieve machine history details using valid ID, language code and effective date + description: Verify that the system successfully returns the complete machine history when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -22,7 +22,7 @@ GetMachineHistory: Admin_GetMachineHistory_Invalid_Invalid_lD: endPoint: /v1/masterdata/machineshistories/{id}/{langcode}/{effdatetimes} uniqueIdentifier: TC_Masterdata_GetMachineHistory_02 - description: Retrieve machine history details using an invalid ID, valid language code, and valid effective date + description: Verify that the system returns an error or handles gracefully when an invalid machine ID is provided while fetching machine history role: admin restMethod: get inputTemplate: masterdata/GetMachineHistory/getMachineHistory @@ -44,7 +44,7 @@ GetMachineHistory: Admin_GetMachineHistory_Invalid_Invalid_effdatetimes: endPoint: /v1/masterdata/machineshistories/{id}/{langcode}/{effdatetimes} uniqueIdentifier: TC_Masterdata_GetMachineHistory_03 - description: Retrieve machine history details using an valid ID, valid language code, and invalid effective date + description: Verify that the system returns an error or handles gracefully when invalid effective date/time values are provided while fetching machine history role: admin restMethod: get inputTemplate: masterdata/GetMachineHistory/getMachineHistory @@ -65,7 +65,7 @@ GetMachineHistory: Admin_GetMachineHistory_Invalid_Invalid_langCode: endPoint: /v1/masterdata/machineshistories/{id}/{langcode}/{effdatetimes} uniqueIdentifier: TC_Masterdata_GetMachineHistory_04 - description: Retrieve machine history details using an valid ID, invalid language code, and valid effective date + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching machine history role: admin restMethod: get inputTemplate: masterdata/GetMachineHistory/getMachineHistory diff --git a/api-test/src/main/resources/masterdata/GetMachines/GetMachines.yml b/api-test/src/main/resources/masterdata/GetMachines/GetMachines.yml index 4c0edad1d64..111fe6ddcdc 100644 --- a/api-test/src/main/resources/masterdata/GetMachines/GetMachines.yml +++ b/api-test/src/main/resources/masterdata/GetMachines/GetMachines.yml @@ -2,7 +2,7 @@ GetMachines: Admin_GetMachines_allValid_smoke: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_GetMachines_01 - description: Retrieve machine details + description: Verify that the system successfully returns all machines when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/GetMappedMachinesByRegCentID/GetMappedMachinesByRegCentID.yml b/api-test/src/main/resources/masterdata/GetMappedMachinesByRegCentID/GetMappedMachinesByRegCentID.yml index e733638284f..b05206c2b07 100644 --- a/api-test/src/main/resources/masterdata/GetMappedMachinesByRegCentID/GetMappedMachinesByRegCentID.yml +++ b/api-test/src/main/resources/masterdata/GetMappedMachinesByRegCentID/GetMappedMachinesByRegCentID.yml @@ -2,7 +2,7 @@ GetMappedMachinesByRegCentID: Admin_GetMappedMachinesByRegCentID_allValid_smoke: endPoint: /v1/masterdata/machines/mappedmachines/{regCenterId} uniqueIdentifier: TC_Masterdata_GetMappedMachinesByRegCentID_01 - description: Retrieve mapped machine details by valid regisration centre ID + description: Verify that the system successfully returns all machines mapped to a registration center when a valid registration center ID is provided (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -18,7 +18,7 @@ GetMappedMachinesByRegCentID: Admin_GetMappedMachinesByRegCentID_Invalid_Invalid_regCenterId: endPoint: /v1/masterdata/machines/mappedmachines/{regCenterId} uniqueIdentifier: TC_Masterdata_GetMappedMachinesByRegCentID_02 - description: Retrieve mapped machine details by invalid regisration centre ID + description: Verify that the system returns an error or handles gracefully when an invalid registration center ID is provided while fetching mapped machines role: admin restMethod: get inputTemplate: masterdata/GetMappedMachinesByRegCentID/getMappedMachinesByRegCentID diff --git a/api-test/src/main/resources/masterdata/GetMissingDocumentCategoryByLangcode/GetMissingDocumentCategoryByLangcode.yml b/api-test/src/main/resources/masterdata/GetMissingDocumentCategoryByLangcode/GetMissingDocumentCategoryByLangcode.yml index aeaa09bf71d..f3ec6b30454 100644 --- a/api-test/src/main/resources/masterdata/GetMissingDocumentCategoryByLangcode/GetMissingDocumentCategoryByLangcode.yml +++ b/api-test/src/main/resources/masterdata/GetMissingDocumentCategoryByLangcode/GetMissingDocumentCategoryByLangcode.yml @@ -2,7 +2,7 @@ GetMissingDocumentCategoryByLangcode: Masterdata_GetMissingDocumentCategoryByLangcode_allValid_smoke: endPoint: /v1/masterdata/documentcategories/missingids/{langcode} uniqueIdentifier: TC_Masterdata_GetMissingDocumentCategoryByLangcode_01 - description: Retrieve missing document category by valid language code + description: Verify that the system successfully returns all missing document categories for a valid language code (smoke test) role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -17,7 +17,7 @@ GetMissingDocumentCategoryByLangcode: Masterdata_GetDocumentTypeByLangCode_InValid_langcode: endPoint: /v1/masterdata/documentcategories/missingids/{langcode} uniqueIdentifier: TC_Masterdata_GetMissingDocumentCategoryByLangcode_02 - description: Retrieve missing document category by invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching document types role: admin restMethod: get inputTemplate: masterdata/GetMissingDocumentCategoryByLangcode/getMissingDocumentCategoryByLangcode diff --git a/api-test/src/main/resources/masterdata/GetMissingDocumentTypeByLangcode/GetMissingDocumentTypeByLangcode.yml b/api-test/src/main/resources/masterdata/GetMissingDocumentTypeByLangcode/GetMissingDocumentTypeByLangcode.yml index 71eafa73756..2b5b08a06de 100644 --- a/api-test/src/main/resources/masterdata/GetMissingDocumentTypeByLangcode/GetMissingDocumentTypeByLangcode.yml +++ b/api-test/src/main/resources/masterdata/GetMissingDocumentTypeByLangcode/GetMissingDocumentTypeByLangcode.yml @@ -2,7 +2,7 @@ GetMissingDocumentTypeByLangcode: Masterdata_GetDocumentTypeByLangCode_all_valid_smoke: endPoint: /v1/masterdata/documenttypes/missingids/{langcode} uniqueIdentifier: TC_Masterdata_GetDocumentTypeByLangCode_01 - description: Retrieve missing document type by valid language code + description: Verify that the system successfully returns all document types for a valid language code (smoke test) role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -17,7 +17,7 @@ GetMissingDocumentTypeByLangcode: Masterdata_GetDocumentTypeByLangCode_InValid_langcode: endPoint: /v1/masterdata/documenttypes/missingids/{langcode} uniqueIdentifier: TC_Masterdata_GetDocumentTypeByLangCode_02 - description: Retrieve missing document type by invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching document types role: admin restMethod: get inputTemplate: masterdata/GetMissingDocumentTypeByLangcode/getMissingDocumentTypeByLangcode diff --git a/api-test/src/main/resources/masterdata/GetModuleByIdLangCode/GetModuleByIdLangCode.yml b/api-test/src/main/resources/masterdata/GetModuleByIdLangCode/GetModuleByIdLangCode.yml index b179cfe3ad0..9307c9ad924 100644 --- a/api-test/src/main/resources/masterdata/GetModuleByIdLangCode/GetModuleByIdLangCode.yml +++ b/api-test/src/main/resources/masterdata/GetModuleByIdLangCode/GetModuleByIdLangCode.yml @@ -2,7 +2,7 @@ GetModuleByIdLangCode: Admin_GetModuleByIdLangCode_allValid_smoke: endPoint: /v1/masterdata/modules/{id}/{langcode} uniqueIdentifier: TC_Masterdata_GetModuleByIdLangCode_01 - description: Retrieve module details by by valid ID and language code + description: Verify that the system successfully returns module details for a valid module ID and language code (smoke test) role: admin templateFields: ["langcode"] restMethod: get @@ -21,7 +21,7 @@ GetModuleByIdLangCode: Admin_GetModuleByIdLangCode_Invalid_Invalid_langcode: endPoint: /v1/masterdata/modules/{id}/{langcode} uniqueIdentifier: TC_Masterdata_GetModuleByIdLangCode_02 - description: Retrieve module details by by valid ID and invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching module details by ID role: admin restMethod: get inputTemplate: masterdata/GetModuleByIdLangCode/getModuleByIdLangCode @@ -42,7 +42,7 @@ GetModuleByIdLangCode: Admin_GetModuleByIdLangCode_Invalid_Invalid_lD: endPoint: /v1/masterdata/modules/{id}/{langcode} uniqueIdentifier: TC_Masterdata_GetModuleByIdLangCode_03 - description: Retrieve module details by by invalid ID and valid language code + description: Verify that the system returns an error or handles gracefully when an invalid module ID is provided while fetching module details by language code role: admin restMethod: get inputTemplate: masterdata/GetModuleByIdLangCode/getModuleByIdLangCode diff --git a/api-test/src/main/resources/masterdata/GetModuleByLangCode/GetModuleByLangCode.yml b/api-test/src/main/resources/masterdata/GetModuleByLangCode/GetModuleByLangCode.yml index 0f4c7dad8bc..de2e9c4d9b2 100644 --- a/api-test/src/main/resources/masterdata/GetModuleByLangCode/GetModuleByLangCode.yml +++ b/api-test/src/main/resources/masterdata/GetModuleByLangCode/GetModuleByLangCode.yml @@ -2,7 +2,7 @@ GetModuleByLangCode: Admin_GetModuleByLangCode_allValid_smoke: endPoint: /v1/masterdata/modules/{langcode} uniqueIdentifier: TC_Masterdata_GetModuleByLangCode_01 - description: Retrieve module details by valid language code + description: Verify that the system successfully returns all modules for a valid language code (smoke test) role: admin templateFields: ["langcode"] restMethod: get @@ -20,7 +20,7 @@ GetModuleByLangCode: Admin_GetModuleByLangCode_Invalid_Invalid_langcode: endPoint: /v1/masterdata/modules/{langcode} uniqueIdentifier: TC_Masterdata_GetModuleByLangCode_02 - description: Retrieve module details by invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching modules role: admin restMethod: get inputTemplate: masterdata/GetModuleByLangCode/getModuleByLangCode diff --git a/api-test/src/main/resources/masterdata/GetPacketRejectionReason/GetPacketRejectionReason.yml b/api-test/src/main/resources/masterdata/GetPacketRejectionReason/GetPacketRejectionReason.yml index 1f83a544d61..30218bd1999 100644 --- a/api-test/src/main/resources/masterdata/GetPacketRejectionReason/GetPacketRejectionReason.yml +++ b/api-test/src/main/resources/masterdata/GetPacketRejectionReason/GetPacketRejectionReason.yml @@ -2,7 +2,7 @@ GetPacketRejectionReason: Masterdata_GetPacketRejectionReason_allValid_smoke: endPoint: /v1/masterdata/packetrejectionreasons/{reasoncategorycode}/{langcode} uniqueIdentifier: TC_Masterdata_GetPacketRejectionReason_01 - description: Retrieve the packet rejection reason using a valid language code and reason category code + description: Verify that the system successfully returns all packet rejection reasons when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true templateFields: ["langcode"] @@ -19,7 +19,7 @@ GetPacketRejectionReason: Masterdata_GetPacketRejectionReason_with_empty_data: endPoint: /v1/masterdata/packetrejectionreasons/{reasoncategorycode}/{langcode} uniqueIdentifier: TC_Masterdata_GetPacketRejectionReason_02 - description: Retrieve the packet rejection reason without language code and reason category code + description: Verify that the system returns an appropriate response or handles gracefully when no packet rejection reasons are available (empty data) role: admin restMethod: get inputTemplate: masterdata/GetPacketRejectionReason/getPacketRejectionReason @@ -39,7 +39,7 @@ GetPacketRejectionReason: Masterdata_GetPacketRejectionReason_Invalid_reasoncategorycode: endPoint: /v1/masterdata/packetrejectionreasons/{reasoncategorycode}/{langcode} uniqueIdentifier: TC_Masterdata_GetPacketRejectionReason_03 - description: Retrieve the packet rejection reason using a valid language code and invalid reason category code + description: Verify that the system returns an error or handles gracefully when an invalid reason category code is provided while fetching packet rejection reasons role: admin restMethod: get inputTemplate: masterdata/GetPacketRejectionReason/getPacketRejectionReason @@ -60,7 +60,7 @@ GetPacketRejectionReason: Masterdata_GetPacketRejectionReason_Invalid_langcode: endPoint: /v1/masterdata/packetrejectionreasons/{reasoncategorycode}/{langcode} uniqueIdentifier: TC_Masterdata_GetPacketRejectionReason_04 - description: Retrieve the packet rejection reason using a invalid language code and valid reason category code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching packet rejection reasons role: admin restMethod: get inputTemplate: masterdata/GetPacketRejectionReason/getPacketRejectionReason diff --git a/api-test/src/main/resources/masterdata/GetPossiableValues/GetPossiableValues.yml b/api-test/src/main/resources/masterdata/GetPossiableValues/GetPossiableValues.yml index 4a79f088a2c..8afcea7ee47 100644 --- a/api-test/src/main/resources/masterdata/GetPossiableValues/GetPossiableValues.yml +++ b/api-test/src/main/resources/masterdata/GetPossiableValues/GetPossiableValues.yml @@ -2,7 +2,7 @@ GetPossiableValues: Admin_GetPossiableValues_allValid_smoke: endPoint: /v1/masterdata/possiblevalues/{fieldName}?langCode=eng uniqueIdentifier: TC_Masterdata_GetPossiableValues_01 - description: Retrieve possible values with valid field name and language code + description: Verify that the system successfully returns all possible values when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -20,7 +20,7 @@ GetPossiableValues: Admin_GetPossiableValues_Invalid_Invalid_FieldName: endPoint: /v1/masterdata/possiblevalues/{fieldName}?langCode=eng uniqueIdentifier: TC_Masterdata_GetPossiableValues_02 - description: Retrieve possible values with invalid field name and valid language code + description: Verify that the system returns an error or handles gracefully when an invalid field name is provided while fetching possible values role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -35,7 +35,7 @@ GetPossiableValues: Admin_GetPossiableValues_Invalid_Invalid_langCode: endPoint: /v1/masterdata/possiblevalues/{fieldName}?langCode=abc uniqueIdentifier: TC_Masterdata_GetPossiableValues_03 - description: Retrieve possible values with valid field name and invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching possible values role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/GetRegistrationMachineUserMappingHistory/GetRegistrationMachineUserMappingHistory.yml b/api-test/src/main/resources/masterdata/GetRegistrationMachineUserMappingHistory/GetRegistrationMachineUserMappingHistory.yml index a2454eadb8e..01da382827e 100644 --- a/api-test/src/main/resources/masterdata/GetRegistrationMachineUserMappingHistory/GetRegistrationMachineUserMappingHistory.yml +++ b/api-test/src/main/resources/masterdata/GetRegistrationMachineUserMappingHistory/GetRegistrationMachineUserMappingHistory.yml @@ -2,7 +2,7 @@ GetRegistrationMachineUserMappingHistory: MasterData_GetRegistrationMachineUserMappingHistory_allValid_smoke: endPoint: /v1/masterdata/getregistrationmachineusermappinghistory/{effdtimes}/{registrationcenterid}/{machineid}/{userid} uniqueIdentifier: TC_Masterdata_GetRegistrationMachineUserMappingHistory_01 - description: Retrieve registration machine user mapping history using valid effdtimes, registration center ID, machine ID, user id + description: Verify that the system successfully returns the complete registration machine-user mapping history when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/GetSubZoneByLangCode/GetSubZoneByLangCode.yml b/api-test/src/main/resources/masterdata/GetSubZoneByLangCode/GetSubZoneByLangCode.yml index 39df75c52c0..fa355e81eea 100644 --- a/api-test/src/main/resources/masterdata/GetSubZoneByLangCode/GetSubZoneByLangCode.yml +++ b/api-test/src/main/resources/masterdata/GetSubZoneByLangCode/GetSubZoneByLangCode.yml @@ -2,7 +2,7 @@ GetSubZoneByLangCode: MasterData_GetSubZoneByLangCode_allValid_smoke: endPoint: /v1/masterdata/zones/subzone/{langCode} uniqueIdentifier: TC_Masterdata_GetSubZoneByLangCode_01 - description: Retrieve sub zone with an valid language code + description: Verify that the system successfully returns all sub-zones for a valid language code (smoke test) role: admin restMethod: get inputTemplate: masterdata/GetSubZoneByLangCode/getSubZoneByLangCode @@ -15,7 +15,7 @@ GetSubZoneByLangCode: MasterData_GetSubZoneByLangCode_inValid_code: endPoint: /v1/masterdata/zones/subzone/{langCode} uniqueIdentifier: TC_Masterdata_GetSubZoneByLangCode_02 - description: Retrieve sub zone with an invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching sub-zones role: admin restMethod: get inputTemplate: masterdata/GetSubZoneByLangCode/getSubZoneByLangCode diff --git a/api-test/src/main/resources/masterdata/GetTemplateFileFormat/GetTemplateFileFormat.yml b/api-test/src/main/resources/masterdata/GetTemplateFileFormat/GetTemplateFileFormat.yml index 16635b41d80..d24d7ac7f55 100644 --- a/api-test/src/main/resources/masterdata/GetTemplateFileFormat/GetTemplateFileFormat.yml +++ b/api-test/src/main/resources/masterdata/GetTemplateFileFormat/GetTemplateFileFormat.yml @@ -2,7 +2,7 @@ GetTemplateFileFormat: Masterdata_GetTemplateFileFormat_allValid_smoke: endPoint: /v1/masterdata/templatefileformats/{code}/{langcode} uniqueIdentifier: TC_Masterdata_GetTemplateFileFormat_01 - description: Retrieve template file format with valid language code and code + description: Verify that the system successfully returns all template file formats when a valid request is made (smoke test) role: admin templateFields: ["langcode"] restMethod: get @@ -21,7 +21,7 @@ GetTemplateFileFormat: Masterdata_GetTemplateFileFormat_inValid_code: endPoint: /v1/masterdata/templatefileformats/{code}/{langcode} uniqueIdentifier: TC_Masterdata_GetTemplateFileFormat_02 - description: Retrieve template file format with valid language code and invalid code + description: Verify that the system returns an error or handles gracefully when an invalid code is provided while fetching template file formats role: admin templateFields: ["langcode"] restMethod: get @@ -42,7 +42,7 @@ GetTemplateFileFormat: Masterdata_GetTemplateFileFormat_langcode_allValid_smoke: endPoint: /v1/masterdata/templatefileformats/code/{code} uniqueIdentifier: TC_Masterdata_GetTemplateFileFormat_02 - description: Retrieve template file format without language code and code + description: Verify that the system successfully returns all template file formats for a valid language code (smoke test) role: admin restMethod: get inputTemplate: masterdata/GetTemplateFileFormat/getTemplateFileFormat diff --git a/api-test/src/main/resources/masterdata/GetTemplateType/TemplateType.yml b/api-test/src/main/resources/masterdata/GetTemplateType/TemplateType.yml index 464704c2048..7a4b2eb159c 100644 --- a/api-test/src/main/resources/masterdata/GetTemplateType/TemplateType.yml +++ b/api-test/src/main/resources/masterdata/GetTemplateType/TemplateType.yml @@ -2,7 +2,7 @@ TemplateType: Kernel_TemplateType_allValid_smoke: endPoint: /v1/masterdata/templatetypes/{code}/{langcode} uniqueIdentifier: TC_Masterdata_TemplateType_01 - description: Retrieve template details by valid language code and valid code + description: Verify that the system successfully returns all template types when a valid request is made (smoke test) role: admin restMethod: get inputTemplate: masterdata/TemplateType/templateType @@ -19,7 +19,7 @@ TemplateType: Kernel_TemplateType_inValid_code: endPoint: /v1/masterdata/templatetypes/{code}/{langcode} uniqueIdentifier: TC_Masterdata_TemplateType_02 - description: Retrieve template details by valid language code and invalid code + description: Verify that the system returns an error or handles gracefully when an invalid template type code is provided role: admin restMethod: get inputTemplate: masterdata/TemplateType/templateType @@ -39,7 +39,7 @@ TemplateType: Kernel_TemplateType_inValid_langcode: endPoint: /v1/masterdata/templatetypes/{code}/{langcode} uniqueIdentifier: TC_Masterdata_TemplateType_03 - description: Retrieve template details by invalid language code and valid code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching template types role: admin restMethod: get inputTemplate: masterdata/TemplateType/templateType @@ -59,7 +59,7 @@ TemplateType: Kernel_TemplateType_allValid_smoke_langcode: endPoint: /v1/masterdata/templatetypes/{langcode} uniqueIdentifier: TC_Masterdata_TemplateType_04 - description: Retrieve template details by valid language code and without code + description: Verify that the system successfully returns all template types for a valid language code (smoke test) role: admin restMethod: get inputTemplate: masterdata/TemplateType/templateType @@ -76,7 +76,7 @@ TemplateType: Kernel_TemplateType_INValid_langcode: endPoint: /v1/masterdata/templatetypes/{langcode} uniqueIdentifier: TC_Masterdata_TemplateType_05 - description: Retrieve template details by invalid language code and valid code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching template types role: admin restMethod: get inputTemplate: masterdata/TemplateType/templateType diff --git a/api-test/src/main/resources/masterdata/GetTemplates/GetTemplates.yml b/api-test/src/main/resources/masterdata/GetTemplates/GetTemplates.yml index d90fb53ee3e..b5dba63e14f 100644 --- a/api-test/src/main/resources/masterdata/GetTemplates/GetTemplates.yml +++ b/api-test/src/main/resources/masterdata/GetTemplates/GetTemplates.yml @@ -2,7 +2,7 @@ GetTemplates: Admin_GetTemplates_allValid_smoke: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_GetTemplates_01 - description: Retrieve all the template details + description: Verify that the system successfully returns all templates when a valid request is made (smoke test) role: admin restMethod: get inputTemplate: masterdata/GetTemplates/getTemplates diff --git a/api-test/src/main/resources/masterdata/GetTemplatesByCode/GetTemplatesByCode.yml b/api-test/src/main/resources/masterdata/GetTemplatesByCode/GetTemplatesByCode.yml index a59cb0d058b..210f1839dbc 100644 --- a/api-test/src/main/resources/masterdata/GetTemplatesByCode/GetTemplatesByCode.yml +++ b/api-test/src/main/resources/masterdata/GetTemplatesByCode/GetTemplatesByCode.yml @@ -2,7 +2,7 @@ GetTemplatesByCode: MasterData_GetTemplatesByCode_allValid_smoke: endPoint: /v1/masterdata/templates/templatetypecodes/{code} uniqueIdentifier: TC_Masterdata_GetTemplatesByCode_01 - description: Retrieve template details by valid code + description: Verify that the system successfully returns template details for a valid template code (smoke test) role: admin restMethod: get inputTemplate: masterdata/GetTemplatesByCode/getTemplatesByCode @@ -19,7 +19,7 @@ GetTemplatesByCode: MasterData_GetTemplatesByCode_InValid_InvalidTemplateCode: endPoint: /v1/masterdata/templates/templatetypecodes/{code} uniqueIdentifier: TC_Masterdata_GetTemplatesByCode_02 - description: Retrieve template details by invalid code + description: Verify that the system returns an error or handles gracefully when an invalid template code is provided while fetching template details role: admin restMethod: get inputTemplate: masterdata/GetTemplatesByCode/getTemplatesByCode diff --git a/api-test/src/main/resources/masterdata/GetTxnDetailBulkUpload/TxnDetailByTxnId.yml b/api-test/src/main/resources/masterdata/GetTxnDetailBulkUpload/TxnDetailByTxnId.yml index 65624262d74..5145d4d9504 100644 --- a/api-test/src/main/resources/masterdata/GetTxnDetailBulkUpload/TxnDetailByTxnId.yml +++ b/api-test/src/main/resources/masterdata/GetTxnDetailBulkUpload/TxnDetailByTxnId.yml @@ -2,7 +2,7 @@ GetTxnDetailBulkUpload: master_GetTxnDetailBulkUpload_Smoke: endPoint: /v1/admin/bulkupload/transcation/{transcationId} uniqueIdentifier: TC_Masterdata_GetTxnDetailBulkUpload_01 - description: Retrieve transaction detail bulk upload details using an transaction code + description: Verify that the system successfully performs a bulk upload of transaction details when valid data is provided (smoke test) role: admin restMethod: get inputTemplate: masterdata/GetTxnDetailBulkUpload/txnDetail diff --git a/api-test/src/main/resources/masterdata/GetUserDetails/GetUserDetails.yml b/api-test/src/main/resources/masterdata/GetUserDetails/GetUserDetails.yml index 1302500b646..b463194c6cb 100644 --- a/api-test/src/main/resources/masterdata/GetUserDetails/GetUserDetails.yml +++ b/api-test/src/main/resources/masterdata/GetUserDetails/GetUserDetails.yml @@ -2,7 +2,7 @@ GetUserDetails: MasterData_GetUserDetails_allValid_smoke: endPoint: /v1/masterdata/users uniqueIdentifier: TC_Masterdata_GetUserDetails_01 - description: Retrieve all the user details + description: Verify that the system successfully returns all user details when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get @@ -17,7 +17,7 @@ GetUserDetails: MasterData_GetUserDetails_ByUserId_allValid_smoke: endPoint: /v1/masterdata/users/{id} uniqueIdentifier: TC_Masterdata_GetUserDetails_02 - description: Retrieve all the user details by valid user ID + description: Verify that the system successfully returns user details for a valid user ID (smoke test) role: admin additionalDependencies: TC_Masterdata_UpdateZoneUserStatus_01,TC_Masterdata_UpdateUserCenterMapping_01 checkErrorsOnlyInResponse: true @@ -32,7 +32,7 @@ GetUserDetails: MasterData_GetUserDetails_InValid_InvalidUserID: endPoint: /v1/masterdata/users/{id} uniqueIdentifier: TC_Masterdata_GetUserDetails_03 - description: Retrieve all the user details by invalid user ID + description: Verify that the system returns an error or handles gracefully when an invalid user ID is provided while fetching user details role: admin restMethod: get inputTemplate: masterdata/GetUserDetails/getUserDetails diff --git a/api-test/src/main/resources/masterdata/GetUserDetailsByIdAndEffDate/GetUserDetailsByIdAndEffDate.yml b/api-test/src/main/resources/masterdata/GetUserDetailsByIdAndEffDate/GetUserDetailsByIdAndEffDate.yml index c32d6d524fc..8fc2bb08410 100644 --- a/api-test/src/main/resources/masterdata/GetUserDetailsByIdAndEffDate/GetUserDetailsByIdAndEffDate.yml +++ b/api-test/src/main/resources/masterdata/GetUserDetailsByIdAndEffDate/GetUserDetailsByIdAndEffDate.yml @@ -2,7 +2,7 @@ GetUserDetailsByIdAndEffDate: MasterData_GetUserDetailsByIdAndEffDate_allValid_smoke: endPoint: /v1/masterdata/users/{id}/{effDate} uniqueIdentifier: TC_Masterdata_GetUserDetailsByIdAndEffDate_01 - description: Retrieve user details by valid ID and effective date + description: Verify that the system successfully returns user details for a valid user ID and effective date (smoke test) role: admin templateFields: ["langCode"] restMethod: get @@ -18,7 +18,7 @@ GetUserDetailsByIdAndEffDate: MasterData_GetUserDetailsByIdAndEffDate_InValid_dateFormat: endPoint: /v1/masterdata/users/{id}/{effDate} uniqueIdentifier: TC_Masterdata_GetUserDetailsByIdAndEffDate_02 - description: Retrieve user details using a valid ID and an invalid date format for the effective date + description: Verify that the system returns an error or handles gracefully when an invalid date format is provided while fetching user details by ID and effective date role: admin restMethod: get inputTemplate: masterdata/GetUserDetailsByIdAndEffDate/getUserDetailsByIdAndEffDate @@ -38,7 +38,7 @@ GetUserDetailsByIdAndEffDate: MasterData_GetUserDetailsByIsAndEffDate_InValid_effDate: endPoint: /v1/masterdata/users/{id}/{effDate} uniqueIdentifier: TC_Masterdata_GetUserDetailsByIdAndEffDate_03 - description: Retrieve user details using a valid ID and an invalid for the invalid effective date + description: Verify that the system returns an error or handles gracefully when an invalid effective date is provided while fetching user details by ID role: admin restMethod: get inputTemplate: masterdata/GetUserDetailsByIdAndEffDate/getUserDetailsByIdAndEffDate @@ -58,7 +58,7 @@ GetUserDetailsByIdAndEffDate: MasterData_GetUserDetailsByIdAndEffDate_InValid_UserID: endPoint: /v1/masterdata/users/{id}/{effDate} uniqueIdentifier: TC_Masterdata_GetUserDetailsByIdAndEffDate_04 - description: Retrieve user details using a invalid ID + description: Verify that the system returns an error or handles gracefully when an invalid user ID is provided while fetching user details by ID and effective date role: admin restMethod: get inputTemplate: masterdata/GetUserDetailsByIdAndEffDate/getUserDetailsByIdAndEffDate diff --git a/api-test/src/main/resources/masterdata/GetValidDocument/GetValidDocument.yml b/api-test/src/main/resources/masterdata/GetValidDocument/GetValidDocument.yml index 5b78d38d55a..4828e4656d0 100644 --- a/api-test/src/main/resources/masterdata/GetValidDocument/GetValidDocument.yml +++ b/api-test/src/main/resources/masterdata/GetValidDocument/GetValidDocument.yml @@ -2,7 +2,7 @@ GetValidDocument: MasterData_GetValidDocument_allValid_smoke: endPoint: /v1/masterdata/validdocuments/{docCategoryCode}/{langCode} uniqueIdentifier: TC_Masterdata_GetValidDocument_01 - description: Retrieve valid document details by document category code and valid language code + description: Verify that the system successfully returns all valid documents when a valid request is made (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: get diff --git a/api-test/src/main/resources/masterdata/GetWeekDay/GetWeekDay.yml b/api-test/src/main/resources/masterdata/GetWeekDay/GetWeekDay.yml index 4c1b7c9acc6..5782515fe93 100644 --- a/api-test/src/main/resources/masterdata/GetWeekDay/GetWeekDay.yml +++ b/api-test/src/main/resources/masterdata/GetWeekDay/GetWeekDay.yml @@ -2,7 +2,7 @@ GetWeekDay: MasterData_GetWeekDay_allValid_smoke: endPoint: /v1/masterdata/weekdays/{registrationCenterId}/{langCode} uniqueIdentifier: TC_Masterdata_GetWeekDay_01 - description: Retrieve weekday details with registration center ID and valid language code + description: Verify that the system successfully returns all weekdays when a valid request is made (smoke test) role: admin restMethod: get inputTemplate: masterdata/GetWeekDay/getWeekDay @@ -18,7 +18,7 @@ GetWeekDay: MasterData_GetWeekDay_InValid_InvalidLangCode: endPoint: /v1/masterdata/weekdays/{registrationCenterId}/{langCode} uniqueIdentifier: TC_Masterdata_GetWeekDay_02 - description: Retrieve weekday details with registration center ID and invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching weekdays role: admin restMethod: get inputTemplate: masterdata/GetWeekDay/getWeekDay @@ -39,7 +39,7 @@ GetWeekDay: MasterData_GetWeekDay_InValid_InvalidRegCentCode: endPoint: /v1/masterdata/weekdays/{registrationCenterId}/{langCode} uniqueIdentifier: TC_Masterdata_GetWeekDay_03 - description: Retrieve weekday details with invalid registration center ID and valid language code + description: Verify that the system returns an error or handles gracefully when an invalid registration center code is provided while fetching weekdays role: admin restMethod: get inputTemplate: masterdata/GetWeekDay/getWeekDay diff --git a/api-test/src/main/resources/masterdata/GetZoneHierarchyByLangCode/GetZoneHierarchyByLangCode.yml b/api-test/src/main/resources/masterdata/GetZoneHierarchyByLangCode/GetZoneHierarchyByLangCode.yml index 93f908118b4..8b99e8eebe3 100644 --- a/api-test/src/main/resources/masterdata/GetZoneHierarchyByLangCode/GetZoneHierarchyByLangCode.yml +++ b/api-test/src/main/resources/masterdata/GetZoneHierarchyByLangCode/GetZoneHierarchyByLangCode.yml @@ -2,7 +2,7 @@ GetZoneHierarchyByLangCode: MasterData_GetZoneHierarchyByLangCode_allValid_smoke: endPoint: /v1/masterdata/zones/hierarchy/{langCode} uniqueIdentifier: TC_Masterdata_GetZoneHierarchyByLangCode_01 - description: Retrieve zone hierarchy by valid language code + description: Verify that the system successfully returns the zone hierarchy for a valid language code (smoke test) role: admin restMethod: get inputTemplate: masterdata/GetZoneHierarchyByLangCode/getZoneHierarchyByLangCode @@ -16,7 +16,7 @@ GetZoneHierarchyByLangCode: MasterData_GetZoneHierarchyByLangCode_inValid_code: endPoint: /v1/masterdata/zones/hierarchy/{langCode} uniqueIdentifier: TC_Masterdata_GetZoneHierarchyByLangCode_02 - description: Retrieve zone hierarchy by invalid language code + description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching the zone hierarchy role: admin restMethod: get inputTemplate: masterdata/GetZoneHierarchyByLangCode/getZoneHierarchyByLangCode diff --git a/api-test/src/main/resources/masterdata/GetZoneUserWithEffDate/GetZoneUserWithEffDate.yml b/api-test/src/main/resources/masterdata/GetZoneUserWithEffDate/GetZoneUserWithEffDate.yml index 2b2f557b5c5..a7961fb18bc 100644 --- a/api-test/src/main/resources/masterdata/GetZoneUserWithEffDate/GetZoneUserWithEffDate.yml +++ b/api-test/src/main/resources/masterdata/GetZoneUserWithEffDate/GetZoneUserWithEffDate.yml @@ -2,7 +2,7 @@ GetZoneUserWithEffDate: admin_GetZoneUserWithEffDate_smoke: endPoint: /v1/masterdata/zoneuser/history/{userid}/{eff_dtimes} uniqueIdentifier: TC_Masterdata_GetZoneUserWithEffDate_01 - description: Retrieve zone user with effective date + description: Verify that the system successfully returns zone-user mappings for a given effective date when a valid request is made (smoke test) role: admin restMethod: get inputTemplate: masterdata/GetZoneUserWithEffDate/getZoneUserWithEffDate diff --git a/api-test/src/main/resources/masterdata/Holiday/CreateHoliday.yml b/api-test/src/main/resources/masterdata/Holiday/CreateHoliday.yml index 86d2f7c1143..3189ae7a3cd 100644 --- a/api-test/src/main/resources/masterdata/Holiday/CreateHoliday.yml +++ b/api-test/src/main/resources/masterdata/Holiday/CreateHoliday.yml @@ -2,7 +2,7 @@ CreateHoliday: MasterData_CreateHoliday_All_Valid_Smoke_sid: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_CreateHoliday_01 - description: Creating the holiday + description: Verify that the system successfully creates a holiday when all input fields are valid (smoke test) role: admin templateFields: ["holidayDesc","holidayName"] restMethod: post @@ -26,7 +26,7 @@ CreateHoliday: MasterData_CreateHoliday_Invalid_InputParameter_HolidayDate_Missing: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_CreateHoliday_02 - description: Creating the holiday with invalid input parameter that is holiday date is missing + description: Verify that the system returns an error or handles gracefully when the holiday date is missing while creating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: post @@ -53,7 +53,7 @@ CreateHoliday: MasterData_CreateHoliday_Invalid_InputParameter_HolidayDate_Empty: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_CreateHoliday_03 - description: Creating the holiday with holiday date parameter as empty + description: Verify that the system returns an error or handles gracefully when the holiday date is empty while creating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: post @@ -80,7 +80,7 @@ CreateHoliday: MasterData_CreateHoliday_Invalid_HolidayDate_Format: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_CreateHoliday_04 - description: Creating the holiday with invalid date format for holiday date parameter + description: Verify that the system returns an error or handles gracefully when the holiday date is provided in an invalid format while creating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: post @@ -107,7 +107,7 @@ CreateHoliday: MasterData_CreateHoliday_Invalid_InputParameter_HolidayName_Missing: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_CreateHoliday_05 - description: Creating the holiday with holiday name parameter as missing + description: Verify that the system returns an error or handles gracefully when the holiday name is missing while creating a holiday role: admin templateFields: ["holidayDesc"] restMethod: post @@ -134,7 +134,7 @@ CreateHoliday: MasterData_CreateHoliday_Invalid_InputParameter_HolidayName_AboveMaxLen64: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_CreateHoliday_06 - description: Creating the holiday with invalid holiday name parameter as above maximum length of 64 character + description: Verify that the system returns an error or handles gracefully when the holiday name exceeds the maximum length of 64 characters while creating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: post @@ -161,7 +161,7 @@ CreateHoliday: MasterData_CreateHoliday_Invalid_InputParameter_LocationCode_Missing: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_CreateHoliday_07 - description: Creating the holiday with location code parameter as missing + description: Verify that the system returns an error or handles gracefully when the location code is missing while creating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: post @@ -188,7 +188,7 @@ CreateHoliday: MasterData_CreateHoliday_Invalid_InputParameter_LocationCode_NotInDB: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_CreateHoliday_08 - description: Creating the holiday with location code which is not available in database + description:Verify that the system returns an error or handles gracefully when the provided location code does not exist in the database while creating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: post @@ -214,7 +214,7 @@ CreateHoliday: MasterData_CreateHoliday_Invalid_InputParameter_LocationCode_AboveMaxLen128: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_CreateHoliday_09 - description: Creating the holiday with location code with parameter as above maximum length of 128 character + description: Verify that the system returns an error or handles gracefully when the location code exceeds the maximum length of 128 characters while creating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: post @@ -243,7 +243,7 @@ CreateHoliday: MasterData_CreateHoliday_Invalid_InputParameter_isActive_Missing: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_CreateHoliday_10 - description: Creating the holiday with invalid parameter for isActive as missing + description: Verify that the system returns an error or handles gracefully when the isActive field is missing while creating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/Holiday/UpdateHoliday.yml b/api-test/src/main/resources/masterdata/Holiday/UpdateHoliday.yml index d1cab2ee557..31689943e38 100644 --- a/api-test/src/main/resources/masterdata/Holiday/UpdateHoliday.yml +++ b/api-test/src/main/resources/masterdata/Holiday/UpdateHoliday.yml @@ -2,7 +2,7 @@ UpdateHoliday: MasterData_UpdateHoliday_All_Valid_Smoke: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_UpdateHoliday_01 - description: Update the holiday details + description: Verify that the system successfully updates a holiday when all input fields are valid (smoke test) role: admin templateFields: ["holidayDesc","holidayName"] restMethod: put @@ -27,7 +27,7 @@ UpdateHoliday: MasterData_UpdateHoliday_Invalid_InputParameter_HolidayDate_Missing: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_UpdateHoliday_02 - description: Update the holiday detail with invalid input parameter that is holiday date is missing + description: Verify that the system returns an error or handles gracefully when the holiday date is missing while updating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: put @@ -54,7 +54,7 @@ UpdateHoliday: MasterData_UpdateHoliday_Invalid_InputParameter_HolidayDate_Empty: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_UpdateHoliday_03 - description: Updating the holiday with holiday date parameter as empty + description: Verify that the system returns an error or handles gracefully when the holiday date is empty while updating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: put @@ -81,7 +81,7 @@ UpdateHoliday: MasterData_UpdateHoliday_Invalid_HolidayDate_Format: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_UpdateHoliday_04 - description: Updating the holiday with invalid date format for holiday date parameter + description: Verify that the system returns an error or handles gracefully when the holiday date is provided in an invalid format while updating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: put @@ -108,7 +108,7 @@ UpdateHoliday: MasterData_UpdateHoliday_Invalid_InputParameter_HolidayName_Missing: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_UpdateHoliday_05 - description: Updating the holiday with holiday name parameter as missing + description: Verify that the system returns an error or handles gracefully when the holiday name is missing while updating a holiday role: admin templateFields: ["holidayDesc"] restMethod: put @@ -135,7 +135,7 @@ UpdateHoliday: MasterData_UpdateHoliday_Invalid_InputParameter_HolidayName_AboveMaxLen64: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_UpdateHoliday_06 - description: Updating the holiday with invalid holiday name parameter as above maximum length of 64 character + description: Verify that the system returns an error or handles gracefully when the holiday name exceeds the maximum length of 64 characters while updating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: put @@ -162,7 +162,7 @@ UpdateHoliday: MasterData_UpdateHoliday_Invalid_InputParameter_LocationCode_Missing: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_UpdateHoliday_07 - description: Updating the holiday with location code parameter as missing + description: Verify that the system returns an error or handles gracefully when the location code is missing while updating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: put @@ -189,7 +189,7 @@ UpdateHoliday: MasterData_UpdateHoliday_Invalid_InputParameter_LocationCode_NotInDB: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_UpdateHoliday_08 - description: Updating the holiday with location code which is not available in database + description: Verify that the system returns an error or handles gracefully when the provided location code does not exist in the database while updating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: put @@ -215,7 +215,7 @@ UpdateHoliday: MasterData_UpdateHoliday_Invalid_InputParameter_LocationCode_AboveMaxLen128: endPoint: /v1/masterdata/holidays uniqueIdentifier: TC_Masterdata_UpdateHoliday_09 - description: Updating the holiday with location code with parameter as above maximum length of 128 character + description: Verify that the system returns an error or handles gracefully when the location code exceeds the maximum length of 128 characters while updating a holiday role: admin templateFields: ["holidayDesc","holidayName"] restMethod: put From 78f2f5d0556b280d03f0ffafce9b04487d818366 Mon Sep 17 00:00:00 2001 From: Famuda1234 Date: Tue, 17 Feb 2026 10:06:36 +0530 Subject: [PATCH 4/4] MOSIP-44431:Masterdata - Update the test case descriptions to improve clarity and readability Signed-off-by: Famuda1234 --- .../resources/config/masterdata.properties | 307 ++++++++++++++---- 1 file changed, 249 insertions(+), 58 deletions(-) diff --git a/api-test/src/main/resources/config/masterdata.properties b/api-test/src/main/resources/config/masterdata.properties index 7dd984c9e3f..33d7614c7b8 100644 --- a/api-test/src/main/resources/config/masterdata.properties +++ b/api-test/src/main/resources/config/masterdata.properties @@ -1,80 +1,271 @@ -#---------------------------------- Modifiable Properties ----------------------------------------------------------# +#---------------------------------- End point(s) relative URLs ----------------------------------# +authclientidsecretkeyURL = /v1/authmanager/authenticate/clientidsecretkey +authentication = /v1/authmanager/authenticate/useridPwd +authenticationInternal = /v1/authmanager/authenticate/internal/useridPwd +keycloakAuthURL = /auth/realms/master/protocol/openid-connect/token +auditLog_URI = /v1/auditmanager/audits +CentetMachineUserMappingToMasterData_uri = /v1/masterdata/registrationmachineusermappings +EmailNotification_URI = /v1/notifier/email/send +encrypt_URI = /v1/keymanager/encrypt +decrypt_URI = /v1/keymanager/decrypt +FetchApplication_URI = /v1/masterdata/applicationtypes +FetchApplication_lang_URI = /v1/masterdata/applicationtypes/{langcode} +FetchApplication_id_lang_URI = /v1/masterdata/applicationtypes/{code}/{langcode} +FetchBiometricAttribute_URI = /v1/masterdata/getbiometricattributesbyauthtype/{langcode}/{biometrictypecode} +FetchBiometricAuthType_URI = /v1/masterdata/biometrictypes/{langcode} +FetchBlackListedWord_URI = /v1/masterdata/blacklistedwords/{langcode} +FetchDevice_lang_URI = /v1/masterdata/devices/{languagecode} +FetchDevice_id_lang_URI = /v1/masterdata/devices/{languagecode}/{deviceType} +FetchDeviceSpec_lang_URI = /v1/masterdata/devicespecifications/{langcode} +FetchDeviceSpec_id_lang_URI = /v1/masterdata/devicespecifications/{langcode}/{devicetypecode} +FetchDocumentCategories_URI = /v1/masterdata/documentcategories/{langcode} +FetchDocumentCategories_URI_withcodeAndLangCode = /v1/masterdata/documentcategories/{code}/{langcode} +FetchDocumentTypes_URI = /v1/masterdata/documenttypes/{documentcategorycode}/{langcode} +FetchGenderType_URI = /v1/masterdata/gendertypes +FetchGenderType_id_lang_URI = /v1/masterdata/gendertypes/{langcode} +FetchHolidays_URI = /v1/masterdata/holidays +FetchHolidays_id_URI = /v1/masterdata/holidays/{holidayid} +FetchHolidays_id_lang_URI = /v1/masterdata/holidays/{holidayid}/{langcode} +FetchIDlist_URI = /v1/masterdata/idtypes/{langcode} +FetchLocationHierarchy_URI_withlangCode = /v1/masterdata/locations/{langcode} +FetchLocationHierarchy_URI_locationcode = /v1/masterdata/locations/{locationcode}/{langcode} +FetchLocationHierarchy_URI_hierarchyname = /v1/masterdata/locations/locationhierarchy/{hierarchyname} +FetchMachine_URI = /v1/masterdata/machines +FetchMachine_lang_URI = /v1/masterdata/machines/{langcode} +FetchMachine_id_lang_URI = /v1/masterdata/machines/{id}/{langcode} +FetchMachineHistory_URI = /v1/masterdata/machineshistories/{id}/{langcode}/{effdatetimes} +FetchRegCent_URI = /v1/masterdata/registrationcenters +FetchRegCent_id_lang_URI = /v1/masterdata/registrationcenters/{id}/{langcode} +FetchRegCent_loc_lang_URI = /v1/masterdata/getlocspecificregistrationcenters/{langcode}/{locationcode} +FetchRegCent_hir_name_lang_URI = /v1/masterdata/registrationcenters/{langcode}/{hierarchylevel}/{name} +FetchRegCent_prox_lang_URI = /v1/masterdata/getcoordinatespecificregistrationcenters/{langcode}/{longitude}/{latitude}/{proximitydistance} +FetchRegCentHistory_URI = /v1/masterdata/registrationcentershistory/{registrationCenterId}/{langcode}/{effectiveDate} +FetchRegCentHolidays_URI = /v1/masterdata/getregistrationcenterholidays/{langcode}/{registrationcenterid}/{year} +FetchRegcentMachUserMaping_URI = /v1/masterdata/getregistrationmachineusermappinghistory/{effdtimes}/{registrationcenterid}/{machineid}/{userid} +FetchRejectionReason_URI = /v1/masterdata/packetrejectionreasons/{reasoncategorycode}/{langcode} +FetchTemplate_URI = /v1/masterdata/templates +FetchTemplate_lang_URI = /v1/masterdata/templates/{langcode} +FetchTemplate_id_lang_URI = /v1/masterdata/templates/{langcode}/{templatetypecode} +FetchTitle_URI = /v1/masterdata/title/{langcode} +fetchAllTemplate = /v1/masterdata/templates/templatetypecodes/{code} +getApplicantType = /v1/masterdata/getApplicantType +fetchDeviceHistory = /v1/masterdata/deviceshistories/{id}/{langcode}/{effdatetimes} +getDocType_DocCatByAppID = /v1/masterdata/applicanttype/{applicantId}/languages +getDocTypeDocCatByLangCode = /v1/masterdata/validdocuments/{languagecode} +fetchImmediateChildLocation = /v1/masterdata/locations/immediatechildren/{locationcode}/{langcode} +getIndividualType = /v1/masterdata/individualtypes +getRoles = /v1/syncdata/roles +fetchRegCenter = /v1/masterdata/registrationcenters/validate/{id}/{langCode}/{timestamp} +fetchRegistrationCenterDeviceHistory = /v1/masterdata/registrationcenterdevicehistory/{regcenterid}/{deviceid}/{effdatetimes} +getusersBasedOnRegCenter = /v1/syncdata/userdetails/{regid} +licKeyGenerator = /v1/keymanager/license/generate +mapLicenseKey = /v1/keymanager/license/permission +fetchmapLicenseKey = /v1/keymanager/license/permission +OTPGeneration = /v1/otpmanager/otp/generate +OTPValidation = /v1/otpmanager/otp/validate +otpNotifier = /v1/otpnotifier/otp/send +RIDGenerator_URI = /v1/ridgenerator/generate/rid/{centerid}/{machineid} +SmsNotification_URI = /v1/notifier/sms/send +syncConf = /v1/syncdata/configs +fetchIncrementalData = /v1/syncjob/syncjobdef +fetchmasterdata = /v1/syncdata/masterdata +fetchmasterdatawithRID = /v1/syncdata/masterdata/{regcenterId} +SyncPublicKeyToRegClient_URI = /v1/keymanager/publickey/ +uingenerator = /v1/idgenerator/uin +validateGenderByName = /v1/masterdata/gendertypes/validate/{gendername} +validateLocationByName = /v1/masterdata/locations/validate/{locationname} +tokenIdGenerator_URI = /v1/keymanager/{uin}/{partnercode} +getRIDByUserId = /v1/authmanager/rid/{appid}/{userid} +syncMdatawithKeyIndex = /v1/syncdata/clientsettings +syncMdatawithRegCentIdKeyIndex = /v1/syncdata/clientsettings/{regcenterid} +uploadpublickey = /v1/syncdata/tpm/publickey +getUserHistory = /v1/masterdata/users/{id}/{eff_dtimes} +sendOtp = /v1/authmanager/authenticate/sendotp +useridOTP = /v1/authmanager/authenticate/useridOTP +preregSendOtp = /preregistration/v1/login/sendOtp/langcode +preregValidateOtp = /preregistration/v1/login/validateOtp +zoneMappingUrl = /v1/masterdata/zoneuser +zoneNameUrl = /v1/masterdata/zones/zonename +zoneMappingActivateUrl = /v1/masterdata/zoneuser +userCenterMappingUrl = /v1/masterdata/usercentermapping +bulkUploadUrl = /v1/admin/bulkupload +currentUserURI=/#/uinservices/viewhistory +actuatorEndpoint=/resident/v1/actuator/env +actuatorAdminEndpoint=/v1/admin/actuator/env +actuatorMasterDataEndpoint=/v1/masterdata/actuator/env +actuatorIDAEndpoint=/idauthentication/v1/actuator/env +actuatorRegprocEndpoint=/registrationprocessor/v1/registrationtransaction/actuator/env +actuatorEsignetEndpoint=/v1/esignet/actuator/env +tokenEndpoint=/v1/esignet/oauth/token +auditActuatorEndpoint=/v1/auditmanager/actuator/info +validateBindingEndpoint=ida-binding +esignetWellKnownEndPoint=/v1/esignet/oidc/.well-known/openid-configuration +signupSettingsEndPoint=/v1/signup/settings +esignetActuatorPropertySection=esignet-default.properties +eSignetbaseurl= +signupBaseUrl= -#------------------------ Environment URLs and Database Connections ------------------------# -# Keycloak URL. -keycloak-external-url = https://iam.dev.mosip.net -# PostgreSQL URLs for audit and partner databases. -audit_url = jdbc:postgresql://dev.mosip.net:5432/mosip_audit -partner_url = jdbc:postgresql://dev.mosip.net:5432/mosip_ida +#---------------------------------- APP IDs ----------------------------------# +#-- When test rig ran in docker, these values dervied from the environment ---# +mosip_pms_app_id = partner +mosip_resident_app_id = resident +mosip_idrepo_app_id = idrepo +mosip_regclient_app_id = registrationclient +mosip_hotlist_app_id = hotlist +mosip_regprocclient_app_id = regproc +AuthAppID = resident +mosip_admin_app_id = admin -# Database server for connections. -db-server = api-internal.dev.mosip.net -db-port=5433 -#------------------------ secrets and passwords ------------------------# +#---------------------------------- Client IDs -------------------------------# +#-- When test rig ran in docker, these values dervied from the environment ---# +mosip_pms_client_id = mosip-pms-client +mosip_partner_client_id = mosip-partner-client +mosip_resident_client_id = mosip-resident-client +mosip_idrepo_client_id = mosip-idrepo-client +mosip_reg_client_id = mosip-reg-client +mosip_admin_client_id = mosip-admin-client +mosip_hotlist_client_id = mosip-hotlist-client +mosip_regproc_client_id = mosip-regproc-client +mpartner_default_mobile_client_id = mpartner-default-mobile +mosip_testrig_client_id = mosip-testrig-client +AuthClientID = mosip-resident-client -#------------------------ Keycloak Passwords ------------------------# -# Used for Keycloak authentication. -keycloak_Password = ERXmrcM1Nr -#------------------------ PostgreSQL Database Passwords ------------------------# -# Credentials for connecting to Postgres databases. -audit_password = -partner_password = -postgres-password = ^G5tz@r*Ye0#BE20 -#-------- Client Secret Keys ----------# -# These keys are used for various services, make sure to update the values as required when running locally. +#---------------------------------- Client Secret Keys -----------------------# +#-- When test rig ran in docker, these values dervied from the environment ---# +mosip_partner_client_secret = +mosip_pms_client_secret = +mosip_resident_client_secret = +mosip_idrepo_client_secret = +mosip_reg_client_secret = +mosip_admin_client_secret = +mosip_hotlist_client_secret = +mosip_regproc_client_secret = +mpartner_default_mobile_secret = +mosip_testrig_client_secret = +AuthClientSecret = -mosip_partner_client_secret = F63e5xx1F8idC6YF -mosip_pms_client_secret = BtUzPKFfcDeR5cgN -mosip_resident_client_secret = Kjllrl55gPKAaAPs -mosip_idrepo_client_secret = d6BN7u1ffxAJsrgJ -mosip_reg_client_secret = 6mgCxWcppHFGNaMm -mosip_admin_client_secret = 2IPwPkdZrfthJc9e -mosip_hotlist_client_secret = 9NdpFHwwprXkp5af -mosip_regproc_client_secret = P5HDTsFx8guffswQ -mpartner_default_mobile_secret = 4KMCh44tvPZgrLdf -mosip_testrig_client_secret = dkQEIjvQYyo6JGND -AuthClientSecret = Kjllrl55gPKAaAPs -mosip_crvs1_client_secret = -#-------- Generic Configuration ----------# +#----------------------------- minio proprties ------------------------------# +s3-user-key = minioadmin +s3-user-secret = minioadmin +s3-host = http://minio.minio:9000 +s3-account = automation +s3-region = null +reportExpirationInDays = 3 +s3-account-for-persona-data = personaData +push-reports-to-s3 = no -# Enable or disable debugging mode (yes/no). -enableDebug = yes -# Whether to use pre-configured OTP (true/false). -usePreConfiguredOtp = false +#-------------------- Keycloak User Creation proprties ----------------------# +#-- When test rig ran in docker,few of below dervied from the environment ---# +new_Resident_User = 111995 +new_Resident_Password = mosip123 +new_Resident_Role = default-roles-mosip,PARTNER_ADMIN +roles.111995 = PARTNER_ADMIN,default-roles-mosip +keycloak_UserName = admin +keycloak_Password = +keycloak-external-url = https://iam.camdgc-qa1.mosip.net +keycloak-realm-id = mosip +iam-users-to-create=111997,111998,220005,111992,globaladmin,111999,111887,111888 +iam-users-password=mosip123,mosip123,mosip123,mosip123,mosip123,mosip123,mosip123,mosip123 +roles.220005=GLOBAL_ADMIN,ID_AUTHENTICATION,REGISTRATION_ADMIN,REGISTRATION_SUPERVISOR,ZONAL_ADMIN +roles.111997=AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR +roles.111999=AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR +roles.111887=AUTH_PARTNER,PARTNER_ADMIN,PMS_ADMIN,REGISTRATION_SUPERVISOR +roles.111998=POLICYMANAGER +roles.111992=GLOBAL_ADMIN +roles.111998=DEVICE_PROVIDER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR +roles.111888= FTM_PROVIDER,PARTNER_ADMIN,PMS_ADMIN,POLICYMANAGER,REGISTRATION_SUPERVISOR +roles.globaladmin = GLOBAL_ADMIN,REGISTRATION_ADMIN,uma_authorization,ZONAL_ADMIN,default-roles-mosip -# Mock Notification Channels (email/phone/email,phone). -mockNotificationChannel = email,phone +#------------------------- DB Connectivity proprties ------------------------# +#-- When test rig ran in docker,few of below dervied from the environment ---# +driver_class=org.postgresql.Driver +pool_size=1 +dialect=org.hibernate.dialect.PostgreSQLDialect +show_sql=true +current_session_context_class=thread +audit_url=jdbc:postgresql://camdgc-qa1.mosip.net:5432/mosip_audit +audit_username=postgres +audit_password= +audit_default_schema=audit +DB_PORT= +installation-domain= +partner_url=jdbc:postgresql://camdgc-qa1.mosip.net:5432/mosip_ida +partner_username=postgres +partner_password= +partner_default_schema=partner +reportLogPath=automationLogAndReport +postgresqlUser=postgresql +db-port=5432 +db-server=camdgc-qa1.mosip.net +hibernate.connection.driver_class=org.postgresql.Driver +hibernate.connection.pool_size=1 +hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect +hibernate.show_sql=true +hibernate.current_session_context_class=thread +db-su-user=postgres +postgres-password= +master_db_schema=master +ida_db_schema=ida -#------------------------ Mosip Components Base URLs ------------------------# -# Define base URLs for different components if required. -# Example: -# mosip_components_base_urls = auditmanager=api-internal.released.mosip.net;idrepository=api-internal.released.mosip.net;authmanager=api-internal.released.mosip.net;resident=api-internal.released.mosip.net;partnermanager=api-internal.released.mosip.net;idauthentication=api-internal.released.mosip.net;masterdata=api-internal.released.mosip.net;idgenerator=api-internal.released.mosip.net;policymanager=api-internal.released.mosip.net;preregistration=api-internal.released.mosip.net;keymanager=api-internal.released.mosip.net;mock-identity-system=api.released.mosip.net -# Feel free to add more components as needed. -mosip_components_base_urls = -#------------------------ Module Name Pattern ------------------------# -# Define module name pattern if required. -# Example: -# moduleNamePattern = (mimoto|resident) -# Feel free to add more values as needed. -moduleNamePattern = +#------------------------ Generic properties ------------------------# +enableDebug=yes +preconfiguredOtp=111111 +usePreConfiguredOtp=false +# supported values yes or no. Assume that by Default e-signet is deployed +eSignetDeployed=yes +partnerUrlSuffix=oYf63Lax0DY2QkYMRHnrmDqhmO3RMWQagwm0ftgLlkuin1KOND/666/576732 +reportIgnoredTestCases=no +reportKnownIssueTestCases=no +servicesNotDeployed= +esignetMockBaseURL=esignet-insurance. +sunBirdBaseURL=registry +slack-webhook-url= +serverErrorsToMonitor=IDA-MLC-018 +pmsAuthInternal=true +partner_password=mosip123 +partner_userName=111997 +partner_revamp_userName=pms-111999 +partner_revamp_device_userName=pms-111998 +partner_revamp_ftm_userName=pms-111888 +partner_user_password=mosip123 +policytest_password=mosip123 +policytest_userName=111998 +policytest_without_pmrole_userName=111887 +admin_password=mosip123 +admin_userName=220005 +admin_zone_password=mosip123 +admin_zone_userName=globaladmin +mockNotificationChannel=email,phone +mountPathForReport=/home/mosip/testrig/report -#------------------------ Uncomment for Local Run ------------------------# -# Path to the authentication certificates (if running locally, uncomment the below line and keep the value empty). -# authCertsPath = +#------------------------- Need to check if these are used or not ------------------------# +OTPTimeOut = 181 +attempt = 10 +ConfigParameters=mosip.kernel.rid.length,mosip.kernel.uin.length,mosip.kernel.sms.country.code,mosip.kernel.sms.number.length,mosip.kernel.otp.default-length,mosip.kernel.otp.expiry-time,mosip.kernel.otp.key-freeze-time,mosip.kernel.otp.validation-attempt-threshold,mosip.kernel.otp.min-key-length,mosip.kernel.otp.max-key-length,mosip.kernel.licensekey.length,mosip.supported-languages +# supported values are 0 ,1, 2 based on number of env languages +langselect=0 -# X-XSS-Protection: Controls the XSS (Cross-Site Scripting) filter in browsers. -# Values: (yes/no) -xssProtectionCheck = \ No newline at end of file + + +#----------------------------------AuthDemoService Host properties----------------------------------------------------------# +#Uncommemnt the below to run locally +#authCertsPath= +#Uncommemnt the below to run in Docker +authCertsPath=/home/mosip/authcerts + + +mosip_components_base_urls= +#auditmanager=api-internal.released.mosip.net;idrepository=api-internal.released.mosip.net;partnermanager=api-internal.released.mosip.net;idauthentication=api-internal.released.mosip.net;policymanager=api-internal.released.mosip.net;authmanager=api-internal.released.mosip.net;resident=api-internal.released.mosip.net;preregistration=api-internal.released.mosip.net;masterdata=api-internal.released.mosip.net;idgenerator=api-internal.released.mosip.net; \ No newline at end of file