From f35ef37b9ed4fd11eb8118c86aa28e3e0d481b57 Mon Sep 17 00:00:00 2001 From: Famuda1234 Date: Thu, 12 Feb 2026 19:25:50 +0530 Subject: [PATCH 1/8] 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/8] 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/8] 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/8] 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 From 0c0184985261c450c089cfef62b0af66d40a2c78 Mon Sep 17 00:00:00 2001 From: Famuda1234 Date: Thu, 19 Feb 2026 16:36:57 +0530 Subject: [PATCH 5/8] MOSIP-44431:Masterdata - Update the test case descriptions to improve clarity and readability Signed-off-by: Famuda1234 --- .../testrunner/MosipTestRunner.java | 2 +- .../HolidaySearch/HolidaySearch.yml | 18 ++++---- .../masterdata/IdSchema/CreateIdSchema.yml | 2 +- .../masterdata/Language/CreateLanguage.yml | 2 +- .../masterdata/Language/UpdateLanguage.yml | 2 +- .../LocationController/CreateLocationData.yml | 20 ++++----- .../LocationController/UpdateLocationData.yml | 22 +++++----- .../LocationData/CreateLocationData.yml | 20 ++++----- .../LocationData/UpdateLocationData.yml | 22 +++++----- .../masterdata/Machine/CreateMachine.yml | 26 ++++++------ .../masterdata/Machine/UpdateMachine.yml | 24 +++++------ .../CreateMachineSpecification.yml | 40 +++++++++--------- .../UpdateMachineSpecification.yml | 36 ++++++++-------- .../MachineType/CreateMachineType.yml | 20 ++++----- .../MachineType/UpdateMachineType.yml | 14 +++---- .../MachineTypeSearch/MachineTypeSearch.yml | 22 +++++----- .../PacketRejectionReasonCategory.yml | 4 +- .../PacketRejectionReasonList.yml | 4 +- .../RegCenterFilter/RegCenterFilter.yml | 9 ++-- .../RegCenterSearch/RegCenterSearch.yml | 2 +- .../RegCenterType/CreateRegCenterType.yml | 16 +++---- .../RegCenterType/UpdateRegCenterType.yml | 10 ++--- .../CreateRegistrationCenter.yml | 12 +++--- .../UpdateRegistrationCenter.yml | 10 ++--- .../RegistrationCenter.yml | 8 ++-- .../RejectionList/RejectionList.yml | 2 +- .../RejectionReason/RejectionReason.yml | 2 +- .../ResumePacketWorkflow/ResumePacket.yml | 4 +- .../SearchBlockListedWords.yml | 18 ++++---- .../SearchDocCategories.yml | 35 ++++++++-------- .../SearchDocumentType/SearchDocumentType.yml | 34 +++++++-------- .../SearchDynamicField/SearchDynamicField.yml | 16 +++---- .../SearchHoliday/SearchDocumentType.yml | 34 +++++++-------- .../SearchLocationData/SearchLocationData.yml | 2 +- .../SearchMachine/SearchMachine.yml | 40 +++++++++--------- .../SearchMachineSpec/SearchMachineSpec.yml | 42 +++++++++---------- .../SearchPacketWorkflow/SearchPacket.yml | 6 +-- .../SearchRegCenterType.yml | 30 ++++++------- .../SearchTemplateDetails.yml | 26 ++++++------ .../SearchUserCenterMapping.yml | 4 +- .../SearchZoneUser/SearchZoneUser.yml | 8 ++-- .../masterdata/Template/CreateTemplate.yml | 22 +++++----- .../masterdata/Template/UpdateTemplate.yml | 22 +++++----- .../CreateTemplateFileFormat.yml | 18 ++++---- .../UpdateTemplateFileFormat.yml | 22 +++++----- .../TemplateType/CreateTemplateType.yml | 8 ++-- .../masterdata/Title/CreateTitle.yml | 12 +++--- .../masterdata/Title/UpdateTitle.yml | 12 +++--- .../masterdata/TitleFilter/TitleFilter.yml | 14 +++---- .../masterdata/TitleSearch/TitleSearch.yml | 30 ++++++------- .../UpdateBlockListedWordDetails.yml | 10 ++--- .../UpdateBlockListedWordStatus.yml | 4 +- .../UpdateDeviceSpecStatus.yml | 4 +- .../UpdateDeviceStatus/UpdateDeviceStatus.yml | 2 +- .../UpdateDeviceType/UpdateDeviceType.yml | 6 +-- .../UpdateDeviceTypeStatus.yml | 4 +- .../UpdateDocCategory/UpdateDocCategory.yml | 6 +-- .../UpdateDocType/UpdateDocType.yml | 6 +-- .../UpdateDynamicFieldStatus.yml | 6 +-- .../UpdateHolidayStatus.yml | 4 +- .../UpdateIdSchema/UpdateIdSchema.yml | 4 +- .../UpdateLanguage/UpdateLanguageStatus.yml | 2 +- .../UpdateLocationStatus.yml | 2 +- .../UpdateMachineSpecificationStatus.yml | 2 +- .../UpdateMachineStatus.yml | 2 +- .../UpdateMachineTypeStatus.yml | 2 +- .../UpdateRegCentStatus.yml | 2 +- .../UpdateRegCenterTypeStatus.yml | 2 +- .../UpdateRegistrationCenterLang.yml | 2 +- .../UpdateRegistrationCenterNonLanguage.yml | 2 +- .../UpdateTemplateFileFormatStatus.yml | 4 +- .../UpdateTemplateStatus.yml | 2 +- .../masterdata/UpdateUISpec/UpdateUISpec.yml | 4 +- .../UpdateUserCenterMappingStatus.yml | 4 +- .../UpdateWorkingDay/UpdateWorkingDay.yml | 2 +- .../UpdateWorkingDayStatus.yml | 4 +- .../UpdateZoneUserStatus.yml | 2 +- .../UpdateUserCenterMapping.yml | 6 +-- .../UserCenterMapping/UserCenterMapping.yml | 8 ++-- .../ValidDocument/CreateValidDocument.yml | 8 ++-- .../ValidDocumentFilter.yml | 8 ++-- .../ValidDocumentMap/ValidDocumentMap.yml | 2 +- .../ValidDocumentSearch.yml | 20 ++++----- .../ValidDocumentUnMap/ValidDocumentUnMap.yml | 6 +-- .../masterdata/ZoneUser/CreateZoneUser.yml | 8 ++-- .../masterdata/ZoneUser/UpdateZoneUser.yml | 2 +- 86 files changed, 496 insertions(+), 498 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 6eb486113b7..25be1c8bcea 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 < 1; i++) { + for (int i = 0; i < localLanguageList.size(); i++) { BaseTestCase.languageList.clear(); BaseTestCase.languageList.add(localLanguageList.get(i)); SkipTestCaseHandler.clearTestCaseInSkippedList(); diff --git a/api-test/src/main/resources/masterdata/HolidaySearch/HolidaySearch.yml b/api-test/src/main/resources/masterdata/HolidaySearch/HolidaySearch.yml index aa0463e91d5..a6661dab2d9 100644 --- a/api-test/src/main/resources/masterdata/HolidaySearch/HolidaySearch.yml +++ b/api-test/src/main/resources/masterdata/HolidaySearch/HolidaySearch.yml @@ -2,7 +2,7 @@ HolidaySearch: MasterData_HolidaySearch_equals_holidayName_eng_pos: endPoint: /v1/masterdata/holidays/search uniqueIdentifier: TC_Masterdata_HolidaySearch_01 - description: Search holiday details with the condition that it matches the holiday name and the page position for the English language + description: Verify that the system retrieves the holiday details successfully when the holidayName filter is applied with an exact English name role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -35,7 +35,7 @@ HolidaySearch: MasterData_HolidaySearch_equals_holidayName_ara_pos: endPoint: /v1/masterdata/holidays/search uniqueIdentifier: TC_Masterdata_HolidaySearch_02 - description: Search holiday details with the condition that it matches the holiday name and the page position for the Arabic language + description: Verify that the system returns the holiday details when an exact Arabic holiday name is provided in the search filter role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -68,7 +68,7 @@ HolidaySearch: MasterData_HolidaySearch_startsWith_holidayName_eng_pos: endPoint: /v1/masterdata/holidays/search uniqueIdentifier: TC_Masterdata_HolidaySearch_03 - description: Search holiday details with the condition that it starts with the holiday name and the page position for the English language + description: Verify that the system returns holiday records whose English names start with the provided value using the “starts with” filter role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -101,7 +101,7 @@ HolidaySearch: MasterData_HolidaySearch_startsWith_holidayName_ara_pos: endPoint: /v1/masterdata/holidays/search uniqueIdentifier: TC_Masterdata_HolidaySearch_04 - description: Search holiday details with the condition that it starts with the holiday name and the page position for the Arabic language + description: Verify that the system returns holiday records whose Arabic names start with the provided value using the “starts with” filter role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -134,7 +134,7 @@ HolidaySearch: MasterData_HolidaySearch_contains_holidayName_eng_pos: endPoint: /v1/masterdata/holidays/search uniqueIdentifier: TC_Masterdata_HolidaySearch_05 - description: Search holiday details with the condition that it contains the holiday name and the page position for the English language + description: Verify that the system returns holiday records whose English names contain the provided value using the “contains” filter role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -169,7 +169,7 @@ HolidaySearch: MasterData_HolidaySearch_Invalid_FilterType_neg: endPoint: /v1/masterdata/holidays/search uniqueIdentifier: TC_Masterdata_HolidaySearch_06 - description: Search holiday details with invalid filter type + description: Verify that the system returns an error or handles gracefully when an invalid filter type is provided in the holiday search role: admin templateFields: ["value"] restMethod: post @@ -208,7 +208,7 @@ HolidaySearch: MasterData_HolidaySearch_Invalid_SortType_neg: endPoint: /v1/masterdata/holidays/search uniqueIdentifier: TC_Masterdata_HolidaySearch_07 - description: Search holiday details with invalid sort type + description: Verify that the system returns an error or handles gracefully when an invalid sort type is provided in the holiday search role: admin templateFields: ["value"] restMethod: post @@ -246,7 +246,7 @@ HolidaySearch: MasterData_HolidaySearch_Invalid_SortField_neg: endPoint: /v1/masterdata/holidays/search uniqueIdentifier: TC_Masterdata_HolidaySearch_08 - description: Search holiday details with invalid sort field + description: Verify that the system returns an error or handles gracefully when an invalid sort field is provided in the holiday search role: admin templateFields: ["value"] restMethod: post @@ -284,7 +284,7 @@ HolidaySearch: MasterData_HolidaySearch_Invalid_RequestTime_neg: endPoint: /v1/masterdata/holidays/search uniqueIdentifier: TC_Masterdata_HolidaySearch_09 - description: Search holiday details with invalid request time + description: Verify that the system returns an error or handles gracefully when the request contains an invalid or improperly formatted request time during holiday search role: admin templateFields: ["value"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/IdSchema/CreateIdSchema.yml b/api-test/src/main/resources/masterdata/IdSchema/CreateIdSchema.yml index 4b53de0f37e..1a22f799714 100644 --- a/api-test/src/main/resources/masterdata/IdSchema/CreateIdSchema.yml +++ b/api-test/src/main/resources/masterdata/IdSchema/CreateIdSchema.yml @@ -2,7 +2,7 @@ CreateIdSchema: MasterData_CreateIdSchema_Valid_Smoke_sid: endPoint: /v1/masterdata/idschema uniqueIdentifier: TC_Masterdata_CreateIdSchema_01 - description: Create ID schema with valid details + description: Verify that the system successfully creates a new ID schema when all required fields are provided with valid values role: admin restMethod: post inputTemplate: masterdata/IdSchema/createIdSchema diff --git a/api-test/src/main/resources/masterdata/Language/CreateLanguage.yml b/api-test/src/main/resources/masterdata/Language/CreateLanguage.yml index 031829a86ec..34162301f77 100644 --- a/api-test/src/main/resources/masterdata/Language/CreateLanguage.yml +++ b/api-test/src/main/resources/masterdata/Language/CreateLanguage.yml @@ -2,7 +2,7 @@ CreateLanguage: Masterdata_CreateLanguage_All_Valid_Smoke_sid: endPoint: /v1/masterdata/languages uniqueIdentifier: TC_Masterdata_CreateLanguage_01 - description: Create the language with valid details + description: Verify that the system successfully creates a new language entry when all required fields are provided with valid values role: admin restMethod: post inputTemplate: masterdata/Language/language diff --git a/api-test/src/main/resources/masterdata/Language/UpdateLanguage.yml b/api-test/src/main/resources/masterdata/Language/UpdateLanguage.yml index 5e51a1f9839..921ebd6b11c 100644 --- a/api-test/src/main/resources/masterdata/Language/UpdateLanguage.yml +++ b/api-test/src/main/resources/masterdata/Language/UpdateLanguage.yml @@ -2,7 +2,7 @@ UpdateLanguage: Masterdata_UpdateLanguage_All_Valid_Smoke: endPoint: /v1/masterdata/languages uniqueIdentifier: TC_Masterdata_UpdateLanguage_01 - description: Update the language with valid details + description: Verify that the system successfully updates an existing language entry when all fields are provided with valid values role: admin restMethod: put inputTemplate: masterdata/Language/Updatelanguage diff --git a/api-test/src/main/resources/masterdata/LocationController/CreateLocationData.yml b/api-test/src/main/resources/masterdata/LocationController/CreateLocationData.yml index 85f09d0bb08..9577d5f358e 100644 --- a/api-test/src/main/resources/masterdata/LocationController/CreateLocationData.yml +++ b/api-test/src/main/resources/masterdata/LocationController/CreateLocationData.yml @@ -2,7 +2,7 @@ CreateLocationData: MasterData_CreateLocationData_WithMandatoryLanguage_All_Valid_Smoke_Sid: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_CreateLocationData_01 - description: Creating location data with valid details + description: Verify that the system successfully creates location data with all mandatory language fields provided and valid role: admin checkErrorsOnlyInResponse: true templateFields: ["name"] @@ -31,7 +31,7 @@ CreateLocationData: MasterData_CreateLocationData_Invalid_EmptyCode_SecondaryLang_eng: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_CreateLocationData_02 - description: Creating location data with code as empty for secondary language english + description: Verify that the system returns an error or handles gracefully when the location code is empty in the secondary language (English) during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -58,7 +58,7 @@ CreateLocationData: MasterData_CreateLocationData_Invalid_NameLength129: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_CreateLocationData_03 - description: Creating location data with an invalid name length of 129 characters + description: Verify that the system returns an error or handles gracefully when the location name exceeds the maximum allowed length of 128 characters during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -85,7 +85,7 @@ CreateLocationData: MasterData_CreateLocationData_Invalid_EmptyName: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_CreateLocationData_04 - description: Creating location data with an name parameter as empty + description: Verify that the system returns an error or handles gracefully when the location name is empty during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -112,7 +112,7 @@ CreateLocationData: MasterData_CreateLocationData_Invalid_HierarchyLevel_LongInt: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_CreateLocationData_05 - description: Creating location data with the hierarchy level parameter as a long integer + description: Verify that the system returns an error or handles gracefully when the hierarchy level value exceeds the allowed integer range during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -139,7 +139,7 @@ CreateLocationData: MasterData_CreateLocationData_inValid_hierLevel_locHierCombo: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_CreateLocationData_06 - description: Creating location data with the hierarchy level parameter using invalid data for the location and hierarchy combination + description: Verify that the system returns an error or handles gracefully when the hierarchy level does not match the location hierarchy combination during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -166,7 +166,7 @@ CreateLocationData: MasterData_CreateLocationData_inValid_HierarchyName65: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_CreateLocationData_07 - description: Creating location data with the hierarchy name parameter set to 65 characters + description: Verify that the system returns an error when the hierarchy name exceeds the maximum allowed length during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -193,7 +193,7 @@ CreateLocationData: MasterData_CreateLocationData_Invalid_EmptyHierarchyName: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_CreateLocationData_08 - description: Creating location data with the hierarchy name parameter as empty + description: Verify that the system returns an error when the hierarchy name is empty during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -220,7 +220,7 @@ CreateLocationData: MasterData_CreateLocationData_inValid_parentLocCode_nonExisting_inDB: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_CreateLocationData_09 - description: Creating location data with a parent location code parameter that is not available in the database + description: Verify that the system returns an error or handles gracefully when a non-existing parent location code is provided during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -249,7 +249,7 @@ CreateLocationData: MasterData_CreateLocationData_Invalid_requestTime_format: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_CreateLocationData_10 - description: Creating location data with invalid request time format + description: Verify that the system returns an error or handles gracefully when the request time format is invalid during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/LocationController/UpdateLocationData.yml b/api-test/src/main/resources/masterdata/LocationController/UpdateLocationData.yml index 461d27c7809..3b1b6cfff4e 100644 --- a/api-test/src/main/resources/masterdata/LocationController/UpdateLocationData.yml +++ b/api-test/src/main/resources/masterdata/LocationController/UpdateLocationData.yml @@ -2,7 +2,7 @@ UpdateLocationData: MasterData_UpdateLocationData_All_Valid_Smoke_Sid: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_UpdateLocationData_01 - description: Updating location data with valid details + description: Verify that the system successfully updates existing location data when all required fields are provided with valid values role: admin templateFields: ["name"] restMethod: put @@ -30,7 +30,7 @@ UpdateLocationData: MasterData_UpdateLocationData_Invalid_code_for_primaryLang_eng: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_UpdateLocationData_02 - description: Updating location data with invalid code as for primary language english + description: Verify that the system returns an error when an invalid location code is provided for the primary language (English) during location data update role: admin templateFields: ["langCode"] restMethod: put @@ -57,7 +57,7 @@ UpdateLocationData: MasterData_UpdateLocationData_Invalid_EmptyCode_PrimaryLang_eng: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_UpdateLocationData_03 - description: Updating location data with code as empty for primary language english + description: Verify that the system returns an error when the location code is empty for the primary language (English) during location data update role: admin templateFields: ["langCode"] restMethod: put @@ -84,7 +84,7 @@ UpdateLocationData: MasterData_UpdateLocationData_Invalid_NameLength129: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_UpdateLocationData_04 - description: Updating location data with an invalid name length of 129 characters + description: Verify that the system returns an error when the location name exceeds the maximum allowed length of 128 characters during location data update role: admin templateFields: ["hierarchyName"] restMethod: put @@ -111,7 +111,7 @@ UpdateLocationData: MasterData_UpdateLocationData_Invalid_EmptyName: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_UpdateLocationData_05 - description: Updating location data with an name parameter as empty + description: Verify that the system returns an error when the location name is empty during location data update role: admin templateFields: ["hierarchyName"] restMethod: put @@ -138,7 +138,7 @@ UpdateLocationData: MasterData_UpdateLocationData_Invalid_HierarchyLevel_LongInt: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_UpdateLocationData_06 - description: Updating location data with the hierarchy level parameter as a long integer + description: Verify that the system returns an error when the hierarchy level value exceeds the allowed integer range during location data update role: admin templateFields: ["hierarchyName"] restMethod: put @@ -165,7 +165,7 @@ UpdateLocationData: MasterData_UpdateLocationData_inValid_hierLevel_locHierCombo: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_UpdateLocationData_07 - description: Updating location data with the hierarchy level parameter using invalid data for the location and hierarchy combination + description: Verify that the system returns an error when the hierarchy level does not match the location hierarchy combination during location data update role: admin templateFields: ["hierarchyName"] restMethod: put @@ -192,7 +192,7 @@ UpdateLocationData: MasterData_UpdateLocationData_inValid_HierarchyName65: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_UpdateLocationData_08 - description: Updating location data with the hierarchy name parameter set to 65 characters + description: Verify that the system returns an error when the hierarchy name exceeds the maximum allowed length during location data update role: admin templateFields: ["hierarchyName"] restMethod: put @@ -219,7 +219,7 @@ UpdateLocationData: MasterData_UpdateLocationData_Invalid_EmptyHierarchyName: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_UpdateLocationData_09 - description: Updating location data with the hierarchy name parameter as empty + description: Verify that the system returns an error when the hierarchy name is empty during location data update role: admin templateFields: ["hierarchyName"] restMethod: put @@ -246,7 +246,7 @@ UpdateLocationData: MasterData_UpdateLocationData_inValid_parentLocCode_nonExisting_inDB: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_UpdateLocationData_10 - description: Updating location data with a parent location code parameter that is not available in the database + description: Verify that the system returns an error when a non-existing parent location code is provided during location data update role: admin templateFields: ["hierarchyName"] restMethod: put @@ -275,7 +275,7 @@ UpdateLocationData: MasterData_UpdateLocationData_Invalid_requestTime_format: endPoint: /v1/masterdata/locations uniqueIdentifier: TC_Masterdata_UpdateLocationData_11 - description: Updating location data with invalid request time format + description: Verify that the system returns an error when the request time format is invalid during location data update role: admin templateFields: ["hierarchyName"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/LocationData/CreateLocationData.yml b/api-test/src/main/resources/masterdata/LocationData/CreateLocationData.yml index 49149a9d707..ea033e8f955 100644 --- a/api-test/src/main/resources/masterdata/LocationData/CreateLocationData.yml +++ b/api-test/src/main/resources/masterdata/LocationData/CreateLocationData.yml @@ -1,7 +1,7 @@ CreateLocationData: MasterData_CreateLocationData_All_Valid_Smoke: endPoint: /v1/masterdata/locations - description: Create location data with valid details + description: Verify that the system successfully creates location data when all required fields are provided with valid values role: admin checkErrorsOnlyInResponse: true templateFields: ["name","hierarchyName"] @@ -29,7 +29,7 @@ CreateLocationData: }' MasterData_CreateLocationData_Invalid_EmptyCode_SecondaryLang_eng: endPoint: /v1/masterdata/locations - description: Create location data with code as empty for secondary language english + description: Verify that the system returns an error when the location code is empty for the secondary language (English) during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -55,7 +55,7 @@ CreateLocationData: }' MasterData_CreateLocationData_Invalid_NameLength129: endPoint: /v1/masterdata/locations - description: Creating location data with an invalid name length of 129 characters + description: Verify that the system returns an error when the location name exceeds 128 characters during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -81,7 +81,7 @@ CreateLocationData: }' MasterData_CreateLocationData_Invalid_EmptyName: endPoint: /v1/masterdata/locations - description: Creating location data with an name parameter as empty + description: Verify that the system returns an error when the location name is empty during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -107,7 +107,7 @@ CreateLocationData: }' MasterData_CreateLocationData_Invalid_HierarchyLevel_LongInt: endPoint: /v1/masterdata/locations - description: Creating location data with the hierarchy level parameter as a long integer + description: Verify that the system returns an error when the hierarchy level exceeds the allowed integer range during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -133,7 +133,7 @@ CreateLocationData: }' MasterData_CreateLocationData_inValid_hierLevel_locHierCombo: endPoint: /v1/masterdata/locations - description: Creating location data with the hierarchy level parameter using invalid data for the location and hierarchy combination + description: Verify that the system returns an error when the hierarchy level does not match the location hierarchy combination during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -158,7 +158,7 @@ CreateLocationData: }' MasterData_CreateLocationData_inValid_HierarchyName65: endPoint: /v1/masterdata/locations - description: Creating location data with the hierarchy name parameter set to 65 characters + description: Verify that the system returns an error when the hierarchy name exceeds the maximum allowed length during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -184,7 +184,7 @@ CreateLocationData: }' MasterData_CreateLocationData_Invalid_EmptyHierarchyName: endPoint: /v1/masterdata/locations - description: Creating location data with the hierarchy name parameter as empty + description: Verify that the system returns an error when the hierarchy name is empty during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -210,7 +210,7 @@ CreateLocationData: }' MasterData_CreateLocationData_inValid_parentLocCode_nonExisting_inDB: endPoint: /v1/masterdata/locations - description: Creating location data with a parent location code parameter that is not available in the database + description: Verify that the system returns an error when a non-existing parent location code is provided during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post @@ -238,7 +238,7 @@ CreateLocationData: MasterData_CreateLocationData_Invalid_requestTime_format: endPoint: /v1/masterdata/locations - description: Creating location data with invalid request time format + description: Verify that the system returns an error when the request time format is invalid during location data creation role: admin templateFields: ["hierarchyName"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/LocationData/UpdateLocationData.yml b/api-test/src/main/resources/masterdata/LocationData/UpdateLocationData.yml index 73437a62979..a137c940793 100644 --- a/api-test/src/main/resources/masterdata/LocationData/UpdateLocationData.yml +++ b/api-test/src/main/resources/masterdata/LocationData/UpdateLocationData.yml @@ -1,7 +1,7 @@ UpdateLocationData: MasterData_UpdateLocationData_All_Valid_Smoke: endPoint: /v1/masterdata/locations - description: Updating location data with valid details + description: Verify that the system successfully updates location data when all required fields are provided with valid values role: admin templateFields: ["hierarchyName"] restMethod: put @@ -28,7 +28,7 @@ UpdateLocationData: }' MasterData_UpdateLocationData_Invalid_code_for_primaryLang_eng: endPoint: /v1/masterdata/locations - description: Updating location data with invalid code as for primary language english + description: Verify that the system returns an error when an invalid location code is provided for the primary language (English) during location data update role: admin templateFields: ["langCode"] restMethod: put @@ -54,7 +54,7 @@ UpdateLocationData: }' MasterData_UpdateLocationData_Invalid_EmptyCode_PrimaryLang_eng: endPoint: /v1/masterdata/locations - description: Updating location data with code as empty for primary language english + description: Verify that the system returns an error when the location code is empty for the primary language (English) during location data update role: admin templateFields: ["langCode"] restMethod: put @@ -80,7 +80,7 @@ UpdateLocationData: }' MasterData_UpdateLocationData_Invalid_NameLength129: endPoint: /v1/masterdata/locations - description: Updating location data with an invalid name length of 129 characters + description: Verify that the system returns an error when the location name exceeds 128 characters during location data update role: admin templateFields: ["hierarchyName"] restMethod: put @@ -106,7 +106,7 @@ UpdateLocationData: }' MasterData_UpdateLocationData_Invalid_EmptyName: endPoint: /v1/masterdata/locations - description: Updating location data with an name parameter as empty + description: Verify that the system returns an error when the location name is empty during location data update role: admin templateFields: ["hierarchyName"] restMethod: put @@ -132,7 +132,7 @@ UpdateLocationData: }' MasterData_UpdateLocationData_Invalid_HierarchyLevel_LongInt: endPoint: /v1/masterdata/locations - description: Updating location data with the hierarchy level parameter as a long integer + description: Verify that the system returns an error when the hierarchy level exceeds the allowed integer range during location data update role: admin templateFields: ["hierarchyName"] restMethod: put @@ -158,7 +158,7 @@ UpdateLocationData: }' MasterData_UpdateLocationData_inValid_hierLevel_locHierCombo: endPoint: /v1/masterdata/locations - description: Updating location data with the hierarchy level parameter using invalid data for the location and hierarchy combination + description: Verify that the system returns an error when the hierarchy level does not match the location hierarchy combination during location data update role: admin templateFields: ["hierarchyName"] restMethod: put @@ -184,7 +184,7 @@ UpdateLocationData: }' MasterData_UpdateLocationData_inValid_HierarchyName65: endPoint: /v1/masterdata/locations - description: Updating location data with the hierarchy name parameter set to 65 characters + description: Verify that the system returns an error when the hierarchy name exceeds the maximum allowed length during location data update role: admin templateFields: ["hierarchyName"] restMethod: put @@ -210,7 +210,7 @@ UpdateLocationData: }' MasterData_UpdateLocationData_Invalid_EmptyHierarchyName: endPoint: /v1/masterdata/locations - description: Updating location data with the hierarchy name parameter as empty + description: Verify that the system returns an error when the hierarchy name is empty during location data update role: admin templateFields: ["hierarchyName"] restMethod: put @@ -236,7 +236,7 @@ UpdateLocationData: }' MasterData_UpdateLocationData_inValid_parentLocCode_nonExisting_inDB: endPoint: /v1/masterdata/locations - description: Updating location data with a parent location code parameter that is not available in the database + description: Verify that the system returns an error when a non-existing parent location code is provided during location data update role: admin templateFields: ["hierarchyName"] restMethod: put @@ -264,7 +264,7 @@ UpdateLocationData: MasterData_UpdateLocationData_Invalid_requestTime_format: endPoint: /v1/masterdata/locations - description: Updating location data with invalid request time format + description: Verify that the system returns an error when the request time format is invalid during location data update role: admin templateFields: ["hierarchyName"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/Machine/CreateMachine.yml b/api-test/src/main/resources/masterdata/Machine/CreateMachine.yml index 40cb5032a07..cc763e1aaf3 100644 --- a/api-test/src/main/resources/masterdata/Machine/CreateMachine.yml +++ b/api-test/src/main/resources/masterdata/Machine/CreateMachine.yml @@ -2,7 +2,7 @@ CreateMachine: Masterdata_CreateMachine_All_Valid_Smoke_sid: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_CreateMachine_01 - description: Create the machine details with valid data + description: Verify that the system successfully creates a new machine record when all required fields are provided with valid values role: globalAdmin templateFields: ["name"] restMethod: post @@ -39,7 +39,7 @@ CreateMachine: Masterdata_CreateMachine_Invalid_publicKey: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_CreateMachine_02 - description: Create the machine details with invalid publi key + description: Verify that the system returns an error when an invalid public key is provided during machine creation role: globalAdmin templateFields: ["name"] restMethod: post @@ -72,7 +72,7 @@ CreateMachine: Masterdata_CreateMachine_Invalid_validitydate_Format: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_CreateMachine_03 - description: Create the machine details with invalid validity date format + description: Verify that the system returns an error when the validity date format is invalid during machine creation role: admin templateFields: ["name"] restMethod: post @@ -105,7 +105,7 @@ CreateMachine: Masterdata_CreateMachine_Invalid_Machine_Zone: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_CreateMachine_04 - description: Create the machine details with invalid machine zone data + description: Verify that the system returns an error when an invalid or non-existing machine zone is provided during machine creation role: admin templateFields: ["name"] restMethod: post @@ -138,7 +138,7 @@ CreateMachine: Masterdata_CreateMachine_Invalid_Machine_Name_Blank: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_CreateMachine_05 - description: Create the machine details with machine name data as empty + description: Verify that the system returns an error when the machine name is blank during machine creation role: admin templateFields: ["name"] restMethod: post @@ -171,7 +171,7 @@ CreateMachine: Masterdata_CreateMachine_Invalid_Zone_Code_Blank: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_CreateMachine_06 - description: Create the machine details with machine zone as empty + description: Verify that the system returns an error when the zone code is blank during machine creation role: admin templateFields: ["name"] restMethod: post @@ -204,7 +204,7 @@ CreateMachine: Masterdata_CreateMachine_Invalid_Zone_nonAccessable: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_CreateMachine_07 - description: Create the machine details with machine zone that is non accessible + description: Verify that the system returns an error when a non-accessible zone is provided during machine creation role: admin templateFields: ["name"] restMethod: post @@ -237,7 +237,7 @@ CreateMachine: Masterdata_CreateMachine_Invalid_MAC_Address_Blank: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_CreateMachine_08 - description: Create the machine details with MC address as empty + description: Verify that the system returns an error when the MAC address is blank during machine creation role: admin templateFields: ["name"] restMethod: post @@ -270,7 +270,7 @@ CreateMachine: Masterdata_CreateMachine_inValid_MachineName_AboveMaxLen64: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_CreateMachine_09 - description: Create the machine details with a machine name exceeding the maximum length of 64 characters + description: Verify that the system returns an error when the machine name exceeds 64 characters during machine creation role: admin templateFields: [] restMethod: post @@ -303,7 +303,7 @@ CreateMachine: Masterdata_CreateMachine_inValid_MacAddress_AboveMaxLen64: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_CreateMachine_10 - description: Create the machine details with a MAC address exceeding the maximum length of 64 characters + description: Verify that the system returns an error when the MAC address exceeds 64 characters during machine creation role: admin templateFields: ["name"] restMethod: post @@ -336,7 +336,7 @@ CreateMachine: Masterdata_CreateMachine_inValid_SerialNumber_AboveMaxLen64: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_CreateMachine_11 - description: Create the machine details with a serial number exceeding the maximum length of 64 characters + description: Verify that the system returns an error when the serial number exceeds 64 characters during machine creation role: admin templateFields: ["name"] restMethod: post @@ -369,7 +369,7 @@ CreateMachine: Masterdata_CreateMachine_inValid_IPAddress_AboveMaxLen17: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_CreateMachine_12 - description: Create the machine details with a IP address exceeding the maximum length of 17 characters + description: Verify that the system returns an error when the IP address exceeds 17 characters during machine creation role: admin templateFields: ["name"] restMethod: post @@ -402,7 +402,7 @@ CreateMachine: Masterdata_CreateMachine_inValid_MSpecID_AboveMaxLen36: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_CreateMachine_13 - description: Create the machine details with a machine spec ID exceeding the maximum length of 64 characters + description: Verify that the system returns an error when the Machine Specification ID exceeds 36 characters during machine creation role: admin templateFields: ["name"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/Machine/UpdateMachine.yml b/api-test/src/main/resources/masterdata/Machine/UpdateMachine.yml index 167fa0e4d2e..a6187a4954f 100644 --- a/api-test/src/main/resources/masterdata/Machine/UpdateMachine.yml +++ b/api-test/src/main/resources/masterdata/Machine/UpdateMachine.yml @@ -2,7 +2,7 @@ UpdateMachine: Masterdata_UpdateMachine_All_Valid_Smoke: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_UpdateMachine_01 - description: Update the machine details with valid data + description: Verify that the system successfully updates an existing machine record when all required fields are provided with valid values role: globalAdmin templateFields: ["name"] restMethod: put @@ -39,7 +39,7 @@ UpdateMachine: Masterdata_UpdateMachine_Invalid_validitydate_Format: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_UpdateMachine_02 - description: Update the machine details with invalid validity date format + description: Verify that the system returns an error when the validity date format is invalid during machine update role: admin templateFields: ["name"] restMethod: put @@ -72,7 +72,7 @@ UpdateMachine: Masterdata_UpdateMachine_Invalid_Machine_Zone: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_UpdateMachine_03 - description: Update the machine details with invalid machine zone data + description: Verify that the system returns an error when an invalid or non-existing machine zone is provided during machine update role: admin templateFields: ["name"] restMethod: put @@ -105,7 +105,7 @@ UpdateMachine: Masterdata_UpdateMachine_Invalid_Machine_Name_Blank: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_UpdateMachine_04 - description: Update the machine details with machine name as empty + description: Verify that the system returns an error when the machine name is blank during machine update role: admin templateFields: ["name"] restMethod: put @@ -138,7 +138,7 @@ UpdateMachine: Masterdata_UpdateMachine_Invalid_Zone_Code_Blank: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_UpdateMachine_05 - description: Update the machine details with machine zone as empty + description: Verify that the system returns an error when the zone code is blank during machine update role: admin templateFields: ["name"] restMethod: put @@ -171,7 +171,7 @@ UpdateMachine: Masterdata_UpdateMachine_Invalid_Zone_nonAccessable: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_UpdateMachine_06 - description: Update the machine details with machine zone that is non accessible + description: Verify that the system returns an error when a non-accessible zone is provided during machine update role: admin templateFields: ["name"] restMethod: put @@ -204,7 +204,7 @@ UpdateMachine: Masterdata_UpdateMachine_Invalid_MAC_Address_Blank: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_UpdateMachine_07 - description: Update the machine details with MC address as empty + description: Verify that the system returns an error when the MAC address is blank during machine update role: admin templateFields: ["name"] restMethod: put @@ -237,7 +237,7 @@ UpdateMachine: Masterdata_UpdateMachine_inValid_MachineName_AboveMaxLen64: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_UpdateMachine_08 - description: Update the machine details with a machine name exceeding the maximum length of 64 characters + description: Verify that the system returns an error when the machine name exceeds 64 characters during machine update role: admin templateFields: ["name"] restMethod: put @@ -270,7 +270,7 @@ UpdateMachine: Masterdata_UpdateMachine_inValid_MacAddress_AboveMaxLen64: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_UpdateMachine_09 - description: Update the machine details with a MAC address exceeding the maximum length of 64 characters + description: Verify that the system returns an error when the MAC address exceeds 64 characters during machine update role: admin templateFields: ["name"] restMethod: put @@ -303,7 +303,7 @@ UpdateMachine: Masterdata_UpdateMachine_inValid_SerialNumber_AboveMaxLen64: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_UpdateMachine_10 - description: Update the machine details with a serial number exceeding the maximum length of 64 characters + description: Verify that the system returns an error when the serial number exceeds 64 characters during machine update role: admin templateFields: ["name"] restMethod: put @@ -336,7 +336,7 @@ UpdateMachine: Masterdata_UpdateMachine_inValid_IPAddress_AboveMaxLen17: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_UpdateMachine_11 - description: Update the machine details with a IP address exceeding the maximum length of 17 characters + description: Verify that the system returns an error when the IP address exceeds 17 characters during machine update role: admin templateFields: ["name"] restMethod: put @@ -369,7 +369,7 @@ UpdateMachine: Masterdata_UpdateMachine_inValid_MSpecID_AboveMaxLen36: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_UpdateMachine_12 - description: Update the machine details with a machine spec ID exceeding the maximum length of 64 characters + description: Verify that the system returns an error when the Machine Specification ID exceeds 36 characters during machine update role: admin templateFields: ["name"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/MachineSpecification/CreateMachineSpecification.yml b/api-test/src/main/resources/masterdata/MachineSpecification/CreateMachineSpecification.yml index e15ff1f989a..c52648a6d34 100644 --- a/api-test/src/main/resources/masterdata/MachineSpecification/CreateMachineSpecification.yml +++ b/api-test/src/main/resources/masterdata/MachineSpecification/CreateMachineSpecification.yml @@ -2,7 +2,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_All_Valid_Smoke_sid: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_01 - description: Create machine specification details with valid details + description: Verify that the system successfully creates a new machine specification when all required fields are provided with valid values role: admin checkErrorsOnlyInResponse: true templateFields: ["description"] @@ -26,7 +26,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_Name_Missing: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_02 - description: Create machine specification details with parameter name as missing + description: Verify that the system returns an error when the Name parameter is missing during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -55,7 +55,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_Name_Empty: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_03 - description: Create machine specification details with parameter name as empty + description: Verify that the system returns an error when the Name parameter is empty during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -84,7 +84,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_Name_AboveMaxLen64: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_04 - description: Create machine specification details with parameter name characters above maximum level 64 + description: Verify that the system returns an error when the Name parameter exceeds 64 characters during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -113,7 +113,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_Brand_Missing: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_05 - description: Create machine specification details with parameter brand as missing + description: Verify that the system returns an error when the Brand parameter is missing during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -142,7 +142,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_Brand_Empty: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_06 - description: Create machine specification details with parameter brand as empty + description: Verify that the system returns an error when the Brand parameter is empty during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -171,7 +171,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_Brand_AboveMaxLen32: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_07 - description: Create machine specification details with parameter brand characters above maximum length 32 + description: Verify that the system returns an error when the Brand parameter exceeds 32 characters during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -200,7 +200,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_Model_Missing: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_08 - description: Create machine specification details with parameter model as missing + description: Verify that the system returns an error when the Model parameter is missing during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -229,7 +229,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_Model_Empty: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_09 - description: Create machine specification details with parameter model as empty + description: Verify that the system returns an error when the Model parameter is empty during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -258,7 +258,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_Model_AboveMaxLen16: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_10 - description: Create machine specification details with parameter model characters above maximum length 16 + description: Verify that the system returns an error when the Model parameter exceeds 16 characters during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -287,7 +287,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_machineTypeCode_Missing: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_11 - description: Create machine specification details with parameter machine type code as missing + description: Verify that the system returns an error when the machineTypeCode parameter is missing during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -316,7 +316,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_machineTypeCode_Empty: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_12 - description: Create machine specification details with parameter machine type code as empty + description: Verify that the system returns an error when the machineTypeCode parameter is empty during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -345,7 +345,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_machineTypeCode_AboveMaxLen36: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_13 - description: Create machine specification details with parameter machine type code characters above maximum length 36 + description: Verify that the system returns an error when the machineTypeCode parameter exceeds 36 characters during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -374,7 +374,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_Invalid_machineTypeCode: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_14 - description: Create machine specification details with invalid machine type code + description: Verify that the system returns an error when an invalid machineTypeCode is provided during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -403,7 +403,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_MinDriverversion_Missing: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_15 - description: Create machine specification details with invalid min driver version as missing + description: Verify that the system returns an error when the MinDriverversion parameter is missing during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -432,7 +432,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_MinDriverversion_Empty: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_16 - description: Create machine specification details with invalid min driver version as empty + description: Verify that the system returns an error when the MinDriverversion parameter is empty during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -461,7 +461,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_MinDriverversion_AboveMaxLen16: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_17 - description: Create machine specification details with invalid min driver version characters above maximum length 16 + description: Verify that the system returns an error when the MinDriverversion parameter exceeds 16 characters during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -490,7 +490,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_Description_AboveMaxLen256: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_18 - description: Create machine specification details with invalid description characters above maximum length 256 + description: Verify that the system returns an error when the Description parameter exceeds 256 characters during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -519,7 +519,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_InputParameter_isActive_Missing: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_19 - description: Create machine specification details with ia active parameter as missing + description: Verify that the system returns an error when the isActive parameter is missing during machine specification creation role: admin templateFields: ["description"] restMethod: post @@ -549,7 +549,7 @@ CreateMachineSpecification: Masterdata_CreateMachineSpecification_Duplicate_Neg: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_CreateMachineSpecification_20 - description: Create machine specification details duplicate details + description: Verify that the system returns an error when attempting to create a machine specification that already exists (duplicate entry) role: admin checkErrorsOnlyInResponse: true templateFields: ["description"] diff --git a/api-test/src/main/resources/masterdata/MachineSpecification/UpdateMachineSpecification.yml b/api-test/src/main/resources/masterdata/MachineSpecification/UpdateMachineSpecification.yml index bb0e96b77b4..efd5d56511e 100644 --- a/api-test/src/main/resources/masterdata/MachineSpecification/UpdateMachineSpecification.yml +++ b/api-test/src/main/resources/masterdata/MachineSpecification/UpdateMachineSpecification.yml @@ -2,7 +2,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_All_Valid_Smoke: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_01 - description: Update machine specification details with valid details + description: Verify that the system successfully updates an existing machine specification when all required fields are provided with valid values role: admin checkErrorsOnlyInResponse: true templateFields: ["description"] @@ -26,7 +26,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_Name_Missing: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_02 - description: Update machine specification details with parameter name as missing + description: Verify that the system returns an error when the Name parameter is missing during machine specification update role: admin templateFields: [] restMethod: put @@ -55,7 +55,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_Name_Empty: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_03 - description: Update machine specification details with parameter name as empty + description: Verify that the system returns an error when the Name parameter is empty during machine specification update role: admin templateFields: [] restMethod: put @@ -84,7 +84,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_Name_AboveMaxLen64: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_04 - description: Update machine specification details with parameter name characters above maximum level 64 + description: Verify that the system returns an error when the Name parameter exceeds 64 characters during machine specification update role: admin templateFields: [] restMethod: put @@ -113,7 +113,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_Brand_Missing: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_05 - description: Update machine specification details with parameter brand as missing + description: Verify that the system returns an error when the Brand parameter is missing during machine specification update role: admin templateFields: ["name"] restMethod: put @@ -142,7 +142,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_Brand_Empty: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_06 - description: Update machine specification details with parameter brand as empty + description: Verify that the system returns an error when the Brand parameter is empty during machine specification update role: admin templateFields: ["name"] restMethod: put @@ -171,7 +171,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_Brand_AboveMaxLen32: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_07 - description: Update machine specification details with parameter brand characters above maximum length 32 + description: Verify that the system returns an error when the Brand parameter exceeds 32 characters during machine specification update role: admin templateFields: ["name"] restMethod: put @@ -200,7 +200,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_Model_Missing: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_08 - description: Update machine specification details with parameter model as missing + description: Verify that the system returns an error when the Model parameter is missing during machine specification update role: admin templateFields: ["name"] restMethod: put @@ -229,7 +229,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_Model_Empty: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_09 - description: Update machine specification details with parameter model as empty + description: Verify that the system returns an error when the Model parameter is empty during machine specification update role: admin templateFields: ["name"] restMethod: put @@ -258,7 +258,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_Model_AboveMaxLen16: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_10 - description: Update machine specification details with parameter model characters above maximum length 16 + description: Verify that the system returns an error when the Model parameter exceeds 16 characters during machine specification update role: admin templateFields: ["name"] restMethod: put @@ -287,7 +287,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_machineTypeCode_Missing: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_11 - description: Update machine specification details with parameter machine type code as missing + description: Verify that the system returns an error when the machineTypeCode parameter is missing during machine specification update role: admin templateFields: ["name"] restMethod: put @@ -316,7 +316,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_machineTypeCode_Empty: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_12 - description: Update machine specification details with parameter machine type code as empty + description: Verify that the system returns an error when the machineTypeCode parameter is empty during machine specification update role: admin templateFields: ["name"] restMethod: put @@ -345,7 +345,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_machineTypeCode_AboveMaxLen36: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_13 - description: Update machine specification details with parameter machine type code characters above maximum length 36 + description: Verify that the system returns an error when the machineTypeCode parameter exceeds 36 characters during machine specification update role: admin templateFields: ["name"] restMethod: put @@ -374,7 +374,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_Invalid_machineTypeCode: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_14 - description: Update machine specification details with invalid machine type code + description: Verify that the system returns an error when an invalid machineTypeCode is provided during machine specification update role: admin templateFields: ["name"] restMethod: put @@ -403,7 +403,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_MinDriverversion_Missing: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_15 - description: Update machine specification details with invalid min driver version as missing + description: Verify that the system returns an error when the MinDriverversion parameter is missing during machine specification update role: admin templateFields: ["name"] restMethod: put @@ -432,7 +432,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_MinDriverversion_Empty: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_16 - description: Update machine specification details with invalid min driver version as empty + description: Verify that the system returns an error when the MinDriverversion parameter is empty during machine specification update role: admin templateFields: ["name"] restMethod: put @@ -461,7 +461,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_MinDriverversion_AboveMaxLen16: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_17 - description: Update machine specification details with invalid min driver version characters above maximum length 16 + description: Verify that the system returns an error when the MinDriverversion parameter exceeds 16 characters during machine specification update role: admin templateFields: ["name"] restMethod: put @@ -490,7 +490,7 @@ UpdateMachineSpecification: Masterdata_UpdateMachineSpecification_InputParameter_Description_AboveMaxLen256: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_18 - description: Update machine specification details with invalid description characters above maximum length 256 + description: Verify that the system returns an error when the Description parameter exceeds 256 characters during machine specification update role: admin templateFields: ["name"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/MachineType/CreateMachineType.yml b/api-test/src/main/resources/masterdata/MachineType/CreateMachineType.yml index 36cca9a60a9..c917ce11e4e 100644 --- a/api-test/src/main/resources/masterdata/MachineType/CreateMachineType.yml +++ b/api-test/src/main/resources/masterdata/MachineType/CreateMachineType.yml @@ -2,7 +2,7 @@ CreateMachineType: Masterdata_CreateMachineType_All_Valid_Smoke_sid: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_CreateMachineType_01 - description: Create machine type details with valid data + description: Verify that the system successfully creates a new machine type when all required fields are provided with valid values role: admin templateFields: ["description","name"] restMethod: post @@ -22,7 +22,7 @@ CreateMachineType: Masterdata_CreateMachineType_Invalid_InputParameter_Code_Missing: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_CreateMachineType_02 - description: Create machine type details with code parameter as missing + description: Verify that the system returns an error when the Code parameter is missing during machine type creation role: admin templateFields: ["description","name"] restMethod: post @@ -47,7 +47,7 @@ CreateMachineType: Masterdata_CreateMachineType_Invalid_InputParameter_Code_Empty: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_CreateMachineType_03 - description: Create machine type details with code parameter as empty + description: Verify that the system returns an error when the Code parameter is empty during machine type creation role: admin templateFields: ["description","name"] restMethod: post @@ -72,7 +72,7 @@ CreateMachineType: Masterdata_CreateMachineType_InputParameter_Name_Missing: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_CreateMachineType_04 - description: Create machine type details with Name parameter as missing + description: Verify that the system returns an error when the Name parameter is missing during machine type creation role: admin templateFields: ["description"] restMethod: post @@ -97,7 +97,7 @@ CreateMachineType: Masterdata_CreateMachineType_InputParameter_Name_Empty: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_CreateMachineType_05 - description: Create machine type details with Name parameter as empty + description: Verify that the system returns an error when the Name parameter is empty during machine type creation role: admin templateFields: ["description"] restMethod: post @@ -122,7 +122,7 @@ CreateMachineType: Masterdata_CreateMachineType_InputParameter_Name_AboveMaxLen64: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_CreateMachineType_06 - description: Create machine type details with Name parameter characters above maximum length 64 + description: Verify that the system returns an error when the Name parameter exceeds 64 characters during machine type creation role: admin templateFields: ["description"] restMethod: post @@ -147,7 +147,7 @@ CreateMachineType: Masterdata_CreateMachineType_InputParameter_Description_AboveMaxLen128: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_CreateMachineType_07 - description: Create machine type details with Name parameter description above maximum length 64 + description: Verify that the system returns an error when the Description parameter exceeds 128 characters during machine type creation role: admin templateFields: ["name"] restMethod: post @@ -172,7 +172,7 @@ CreateMachineType: Masterdata_CreateMachineType_InputParameter_isActive_Missing: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_CreateMachineType_08 - description: Create machine type details with is active parameter as missing + description: Verify that the system returns an error when the isActive parameter is missing during machine type creation role: admin restMethod: post inputTemplate: masterdata/MachineType/machineType @@ -197,7 +197,7 @@ CreateMachineType: Masterdata_CreateMachineType_With_Spacial_Characters_Neg: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_CreateMachineType_09 - description: Create machine type details with special characters added in input + description: Verify that the system returns an error when special characters are used in machine type creation role: admin templateFields: ["description","name"] restMethod: post @@ -222,7 +222,7 @@ CreateMachineType: Masterdata_CreateMachineType_Dublicate_Neg: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_CreateMachineType_10 - description: Create machine type details with duplicate details + description: Verify that the system returns an error when attempting to create a machine type that already exists (duplicate entry) role: admin templateFields: ["description","name"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/MachineType/UpdateMachineType.yml b/api-test/src/main/resources/masterdata/MachineType/UpdateMachineType.yml index 050395e3feb..a4d2d4848ae 100644 --- a/api-test/src/main/resources/masterdata/MachineType/UpdateMachineType.yml +++ b/api-test/src/main/resources/masterdata/MachineType/UpdateMachineType.yml @@ -2,7 +2,7 @@ UpdateMachineType: Masterdata_UpdateMachineType_All_Valid_Smoke: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_UpdateMachineType_01 - description: Update machine type details with invalid data + description: Verify that the system successfully updates an existing machine type when all required fields are provided with valid values role: admin templateFields: ["description","name"] restMethod: put @@ -22,7 +22,7 @@ UpdateMachineType: Masterdata_UpdateMachineType_Invalid_InputParameter_Code_Missing: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_UpdateMachineType_02 - description: Update machine type details with code parameter as missing + description: Verify that the system returns an error when the Code parameter is missing during machine type update role: admin templateFields: ["description","name"] restMethod: put @@ -47,7 +47,7 @@ UpdateMachineType: Masterdata_UpdateMachineType_Invalid_InputParameter_Code_Empty: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_UpdateMachineType_03 - description: Update machine type details with code parameter as empty + description: Verify that the system returns an error when the Code parameter is empty during machine type update role: admin templateFields: ["description","name"] restMethod: put @@ -72,7 +72,7 @@ UpdateMachineType: Masterdata_UpdateMachineType_InputParameter_Name_Missing: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_UpdateMachineType_04 - description: Update machine type details with Name parameter as missing + description: Verify that the system returns an error when the Name parameter is missing during machine type update role: admin templateFields: ["description"] restMethod: put @@ -97,7 +97,7 @@ UpdateMachineType: Masterdata_UpdateMachineType_InputParameter_Name_Empty: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_UpdateMachineType_05 - description: Update machine type details with Name parameter as empty + description: Verify that the system returns an error when the Name parameter is empty during machine type update role: admin templateFields: ["description"] restMethod: put @@ -122,7 +122,7 @@ UpdateMachineType: Masterdata_UpdateMachineType_InputParameter_Name_AboveMaxLen64: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_UpdateMachineType_06 - description: Update machine type details with Name parameter characters above maximum length 64 + description: Verify that the system returns an error when the Name parameter exceeds 64 characters during machine type update role: admin templateFields: ["description"] restMethod: put @@ -147,7 +147,7 @@ UpdateMachineType: Masterdata_UpdateMachineType_InputParameter_Description_AboveMaxLen128: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_UpdateMachineType_07 - description: Update machine type details with description parameter characters above maximum length 64 + description: Verify that the system returns an error when the Description parameter exceeds 128 characters during machine type update role: admin templateFields: ["name"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/MachineTypeSearch/MachineTypeSearch.yml b/api-test/src/main/resources/masterdata/MachineTypeSearch/MachineTypeSearch.yml index 46cc29726cb..24b41267333 100644 --- a/api-test/src/main/resources/masterdata/MachineTypeSearch/MachineTypeSearch.yml +++ b/api-test/src/main/resources/masterdata/MachineTypeSearch/MachineTypeSearch.yml @@ -2,7 +2,7 @@ MachineTypeSearch: Masterdata_MachineTypeSearch_Equals_Name_eng_smoke: endPoint: /v1/masterdata/machinetypes/search uniqueIdentifier: TC_Masterdata_MachineTypeSearch_01 - description: Search for machine type with the condition that the name equals English + description: Verify that the system successfully returns machine type records that exactly match the Name parameter in English during a search role: admin templateFields: ["languageCode"] restMethod: post @@ -43,7 +43,7 @@ MachineTypeSearch: Masterdata_MachineTypeSearch_withoutfilterValue_eng: endPoint: /v1/masterdata/machinetypes/search uniqueIdentifier: TC_Masterdata_MachineTypeSearch_02 - description: Search for machine type without filter value as English + description: Verify that the system returns all machine type records in English when no filter value is provided during the search role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -78,7 +78,7 @@ MachineTypeSearch: Masterdata_MachineTypeSearch_invalid_SortField: endPoint: /v1/masterdata/machinetypes/search uniqueIdentifier: TC_Masterdata_MachineTypeSearch_03 - description: Sort for machine type with invalid values + description: Verify that the system returns an error or handles gracefully when an invalid sort field is provided during machine type search. role: admin templateFields: ["value"] restMethod: post @@ -116,7 +116,7 @@ MachineTypeSearch: Masterdata_MachineTypeSearch_invalid_columnName: endPoint: /v1/masterdata/machinetypes/search uniqueIdentifier: TC_Masterdata_MachineTypeSearch_04 - description: Search for machine type with invalid column name + description: Verify that the system returns an error or handles gracefully when an invalid column name is provided during machine type search role: admin templateFields: ["value"] restMethod: post @@ -154,7 +154,7 @@ MachineTypeSearch: Masterdata_MachineTypeSearch_invalid_empty_sortFieldType: endPoint: /v1/masterdata/machinetypes/search uniqueIdentifier: TC_Masterdata_MachineTypeSearch_05 - description: Sort for machine type with sort field type as empty + description: Verify that the system returns an error or handles gracefully when the sortFieldType parameter is empty during machine type search role: admin templateFields: ["value"] restMethod: post @@ -192,7 +192,7 @@ MachineTypeSearch: Masterdata_MachineTypeSearch_invalid_empty_sortField: endPoint: /v1/masterdata/machinetypes/search uniqueIdentifier: TC_Masterdata_MachineTypeSearch_06 - description: Search for machine type with sort field type as empty + description: Verify that the system returns an error or handles gracefully when the sortField parameter is empty during machine type search role: admin templateFields: ["value"] restMethod: post @@ -230,7 +230,7 @@ MachineTypeSearch: Masterdata_MachineTypeSearch_columnName_empty: endPoint: /v1/masterdata/machinetypes/search uniqueIdentifier: TC_Masterdata_MachineTypeSearch_07 - description: Searcg for machine type column name as empty + description: Verify that the system returns an error or handles gracefully when the columnName parameter is empty during machine type search role: admin templateFields: ["value"] restMethod: post @@ -268,7 +268,7 @@ MachineTypeSearch: Masterdata_MachineTypeSearch_filterType_empty: endPoint: /v1/masterdata/machinetypes/search uniqueIdentifier: TC_Masterdata_MachineTypeSearch_08 - description: Sort for machine type with field type as empty + description: Verify that the system returns an error or handles gracefully when the filterType parameter is empty during machine type search role: admin templateFields: ["value"] restMethod: post @@ -306,7 +306,7 @@ MachineTypeSearch: Masterdata_MachineTypeSearch_invalidPaginationValue: endPoint: /v1/masterdata/machinetypes/search uniqueIdentifier: TC_Masterdata_MachineTypeSearch_09 - description: Search for machine type with invalid pagination value + description: Verify that the system returns an error or handles gracefully when an invalid pagination value is provided during machine type search role: admin templateFields: ["value"] restMethod: post @@ -344,7 +344,7 @@ MachineTypeSearch: Masterdata_MachineTypeSearch_inValid_filter_type: endPoint: /v1/masterdata/machinetypes/search uniqueIdentifier: TC_Masterdata_MachineTypeSearch_10 - description: Search for machine type with invalid filter type + description: Verify that the system returns an error or handles gracefully when an invalid filterType is provided during machine type search role: admin templateFields: ["value"] restMethod: post @@ -381,7 +381,7 @@ MachineTypeSearch: Masterdata_MachineTypeSearch_invalid_sortType: endPoint: /v1/masterdata/machinetypes/search uniqueIdentifier: TC_Masterdata_MachineTypeSearch_11 - description: Sort for machine type with invalid sort type + description: Verify that the system returns an error or handles gracefully when an invalid sortType is provided during machine type search role: admin templateFields: ["value"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/PacketRejectionReasonCategory/PacketRejectionReasonCategory.yml b/api-test/src/main/resources/masterdata/PacketRejectionReasonCategory/PacketRejectionReasonCategory.yml index 306746f3639..675038f115a 100644 --- a/api-test/src/main/resources/masterdata/PacketRejectionReasonCategory/PacketRejectionReasonCategory.yml +++ b/api-test/src/main/resources/masterdata/PacketRejectionReasonCategory/PacketRejectionReasonCategory.yml @@ -2,7 +2,7 @@ PacketRejectionReasonCategory: MasterData_PacketRejectionReasonCategory_All_Valid_Smoke_Sid: endPoint: /v1/masterdata/packetrejectionreasons/reasoncategory uniqueIdentifier: TC_Masterdata_PacketRejectionReasonCategory_01 - description: Create packer rejection reason category with valid data + description: Verify that the system successfully fetches all packet rejection reason categories when all input parameters are valid role: admin templateFields: ["langCode"] restMethod: post @@ -23,7 +23,7 @@ PacketRejectionReasonCategory: MasterData_PacketRejectionReasonCategory_Invalid_langCode: endPoint: /v1/masterdata/packetrejectionreasons/reasoncategory uniqueIdentifier: TC_Masterdata_PacketRejectionReasonCategory_02 - description: Create packer rejection reason category with invalid language code + description:Verify that the system returns an error when an invalid language code is provided for fetching packet rejection reason categories role: admin restMethod: get inputTemplate: masterdata/PacketRejectionReasonCategory/packetRejectionReasonCategory diff --git a/api-test/src/main/resources/masterdata/PacketRejectionReasonList/PacketRejectionReasonList.yml b/api-test/src/main/resources/masterdata/PacketRejectionReasonList/PacketRejectionReasonList.yml index f6d27288aef..575ae6b8ed2 100644 --- a/api-test/src/main/resources/masterdata/PacketRejectionReasonList/PacketRejectionReasonList.yml +++ b/api-test/src/main/resources/masterdata/PacketRejectionReasonList/PacketRejectionReasonList.yml @@ -2,7 +2,7 @@ PacketRejectionReasonList: MasterData_PacketRejectionReasonList_All_Valid_Smoke: endPoint: /v1/masterdata/packetrejectionreasons/reasonlist uniqueIdentifier: TC_Masterdata_PacketRejectionReasonList_01 - description: Create packer rejection list with valid data + description: Verify that the system successfully fetches all packet rejection reasons when all input parameters are valid role: admin templateFields: ["langCode"] restMethod: post @@ -25,7 +25,7 @@ PacketRejectionReasonList: MasterData_PacketRejectionReasonList_Invalid_Invalid_langCode: endPoint: /v1/masterdata/packetrejectionreasons/reasonlist uniqueIdentifier: TC_Masterdata_PacketRejectionReasonList_02 - description: Create packer rejection list with invalid language code + description: Verify that the system returns an error when an invalid language code is provided while fetching packet rejection reasons role: admin restMethod: get inputTemplate: masterdata/PacketRejectionReasonList/packetRejectionReasonList diff --git a/api-test/src/main/resources/masterdata/RegCenterFilter/RegCenterFilter.yml b/api-test/src/main/resources/masterdata/RegCenterFilter/RegCenterFilter.yml index dc4f7777719..29f729e08e9 100644 --- a/api-test/src/main/resources/masterdata/RegCenterFilter/RegCenterFilter.yml +++ b/api-test/src/main/resources/masterdata/RegCenterFilter/RegCenterFilter.yml @@ -2,8 +2,7 @@ RegCenterFilter: MasterData_RegCenterFilter_Name_eng_Unique_smoke: endPoint: /v1/masterdata/registrationcenters/filtervalues uniqueIdentifier: TC_Masterdata_RegCenterFilter_01 - description: Filter the registration center by name, language set to English, and type as unique - role: admin + description: Verify that the system successfully fetches registration centers when a unique English name is provided checkErrorsOnlyInResponse: true templateFields: ["languageCode"] restMethod: post @@ -24,7 +23,7 @@ RegCenterFilter: MasterData_RegCenterFilter_Name_eng_All_smoke: endPoint: /v1/masterdata/registrationcenters/filtervalues uniqueIdentifier: TC_Masterdata_RegCenterFilter_02 - description: Filter the registration center by name, language set to English, and type as all + description: Verify that the system successfully fetches all registration centers when a valid English name filter is applied role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -47,7 +46,7 @@ RegCenterFilter: MasterData_RegCenterFilter_Invalid_RequestTime: endPoint: /v1/masterdata/registrationcenters/filtervalues uniqueIdentifier: TC_Masterdata_RegCenterFilter_03 - description: Filter the registration center with invalid request time + description: Verify that the system returns an error when an invalid request time is provided while filtering registration centers role: admin templateFields: ["languageCode"] restMethod: post @@ -74,7 +73,7 @@ RegCenterFilter: MasterData_RegCenterFilter_inValid_columnName: endPoint: /v1/masterdata/registrationcenters/filtervalues uniqueIdentifier: TC_Masterdata_RegCenterFilter_04 - description: Filter the registration center with invalid column name + description: Verify that the system returns an error when an invalid column name is provided while filtering registration centers role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] diff --git a/api-test/src/main/resources/masterdata/RegCenterSearch/RegCenterSearch.yml b/api-test/src/main/resources/masterdata/RegCenterSearch/RegCenterSearch.yml index 2834e575e6e..7b37fbda942 100644 --- a/api-test/src/main/resources/masterdata/RegCenterSearch/RegCenterSearch.yml +++ b/api-test/src/main/resources/masterdata/RegCenterSearch/RegCenterSearch.yml @@ -2,7 +2,7 @@ RegCenterSearch: MasterData_RegCenterSearch_Equals_Name_eng_smoke: endPoint: /v1/masterdata/registrationcenters/search uniqueIdentifier: TC_Masterdata_RegCenterSearch_01 - description: Search the registration center with the condition that the name column is equal to English + description: Verify that the system successfully fetches registration centers when searching by exact English name role: admin templateFields: ["name","value"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/RegCenterType/CreateRegCenterType.yml b/api-test/src/main/resources/masterdata/RegCenterType/CreateRegCenterType.yml index 283867d5cba..360315d9614 100644 --- a/api-test/src/main/resources/masterdata/RegCenterType/CreateRegCenterType.yml +++ b/api-test/src/main/resources/masterdata/RegCenterType/CreateRegCenterType.yml @@ -2,7 +2,7 @@ CreateRegCenterType: MasterData_CreateRegCenterType_All_Valid_Smoke_sid: endPoint: /v1/masterdata/registrationcentertypes uniqueIdentifier: TC_Masterdata_CreateRegCenterType_01 - description: Create registration centre type with valid data + description: Verify that the system successfully creates a registration center type when all input parameters are valid role: admin templateFields: ["name","descr"] restMethod: post @@ -24,7 +24,7 @@ CreateRegCenterType: MasterData_CreateRegCenterType_Dublicate_Centertype_Neg: endPoint: /v1/masterdata/registrationcentertypes uniqueIdentifier: TC_Masterdata_CreateRegCenterType_02 - description: Create a registration center type with a duplicate center type + description: Verify that the system returns an error when attempting to create a registration center type with a duplicate name role: admin templateFields: ["name","descr"] restMethod: post @@ -50,7 +50,7 @@ CreateRegCenterType: MasterData_CreateRegCenterType_InputParameter_Name_Missing: endPoint: /v1/masterdata/registrationcentertypes uniqueIdentifier: TC_Masterdata_CreateRegCenterType_03 - description: Create a registration center type with the name parameter as missing + description: Verify that the system returns an error when the registration center type name is missing in the creation request role: admin templateFields: ["descr"] restMethod: post @@ -75,7 +75,7 @@ CreateRegCenterType: MasterData_CreateRegCenterType_InputParameter_Name_Empty: endPoint: /v1/masterdata/registrationcentertypes uniqueIdentifier: TC_Masterdata_CreateRegCenterType_04 - description: Create a registration center type with the name parameter as empty + description: Verify that the system returns an error when the registration center type name is empty in the creation request role: admin templateFields: ["descr"] restMethod: post @@ -100,7 +100,7 @@ CreateRegCenterType: MasterData_CreateRegCenterType_InputParameter_Name_AboveMaxLen64: endPoint: /v1/masterdata/registrationcentertypes uniqueIdentifier: TC_Masterdata_CreateRegCenterType_05 - description: Create a registration center type with the name parameter exceeding the maximum length of 64 characters + description: Verify that the system returns an error when the registration center type name exceeds the maximum length of 64 characters role: admin templateFields: ["name","descr"] restMethod: post @@ -125,7 +125,7 @@ CreateRegCenterType: MasterData_CreateRegCenterType_InputParameter_Description_AboveMaxLen256: endPoint: /v1/masterdata/registrationcentertypes uniqueIdentifier: TC_Masterdata_CreateRegCenterType_06 - description: Create a registration center type with the description parameter exceeding the maximum length of 64 characters + description: Verify that the system returns an error when the registration center type description exceeds the maximum length of 256 characters role: admin templateFields: ["name","descr"] restMethod: post @@ -152,7 +152,7 @@ CreateRegCenterType: MasterData_CreateRegCenterType_InputParameter_isActive_Missing: endPoint: /v1/masterdata/registrationcentertypes uniqueIdentifier: TC_Masterdata_CreateRegCenterType_07 - description: Create a registration center type with the is active parameter missing + description: Verify that the system returns an error when the isActive parameter is missing while creating a registration center type role: admin templateFields: ["name","descr"] restMethod: post @@ -178,7 +178,7 @@ CreateRegCenterType: MasterData_CreateRegCenterType_SpacialCharacter_Neg: endPoint: /v1/masterdata/registrationcentertypes uniqueIdentifier: TC_Masterdata_CreateRegCenterType_08 - description: Create a registration center type with the special character + description: Verify that the system returns an error when the registration center type name contains special characters role: admin templateFields: ["name","descr"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/RegCenterType/UpdateRegCenterType.yml b/api-test/src/main/resources/masterdata/RegCenterType/UpdateRegCenterType.yml index 7df41ab4232..a3d6cada9d0 100644 --- a/api-test/src/main/resources/masterdata/RegCenterType/UpdateRegCenterType.yml +++ b/api-test/src/main/resources/masterdata/RegCenterType/UpdateRegCenterType.yml @@ -2,7 +2,7 @@ UpdateRegCenterType: MasterData_UpdateRegCenterType_All_Valid_Smoke: endPoint: /v1/masterdata/registrationcentertypes uniqueIdentifier: TC_Masterdata_UpdateRegCenterType_01 - description: Update registration centre type with valid data + description: Verify that the system successfully updates a registration center type when all input parameters are valid role: admin templateFields: ["name","descr","langCode"] restMethod: put @@ -23,7 +23,7 @@ UpdateRegCenterType: MasterData_UpdateRegCenterType_InputParameter_Name_Missing: endPoint: /v1/masterdata/registrationcentertypes uniqueIdentifier: TC_Masterdata_UpdateRegCenterType_02 - description: Update a registration center type with the name parameter as missing + description: Verify that the system returns an error when the registration center type name is missing in the update request role: admin templateFields: ["descr"] restMethod: put @@ -48,7 +48,7 @@ UpdateRegCenterType: MasterData_UpdateRegCenterType_InputParameter_Name_Empty: endPoint: /v1/masterdata/registrationcentertypes uniqueIdentifier: TC_Masterdata_UpdateRegCenterType_03 - description: Update a registration center type with the name parameter as empty + description: Verify that the system returns an error when the registration center type name is empty in the update request role: admin templateFields: ["descr"] restMethod: put @@ -73,7 +73,7 @@ UpdateRegCenterType: MasterData_UpdateRegCenterType_InputParameter_Name_AboveMaxLen64: endPoint: /v1/masterdata/registrationcentertypes uniqueIdentifier: TC_Masterdata_UpdateRegCenterType_04 - description: Update a registration center type with the name parameter exceeding the maximum length of 64 characters + description: Verify that the system returns an error when the registration center type name exceeds 64 characters during update role: admin templateFields: ["name","descr"] restMethod: put @@ -98,7 +98,7 @@ UpdateRegCenterType: MasterData_UpdateRegCenterType_InputParameter_Description_AboveMaxLen256: endPoint: /v1/masterdata/registrationcentertypes uniqueIdentifier: TC_Masterdata_UpdateRegCenterType_05 - description: Update a registration center type with the description parameter exceeding the maximum length of 256 characters + description: Verify that the system returns an error when the registration center type description exceeds 256 characters during update role: admin templateFields: ["name","descr"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/RegistrationCenter/CreateRegistrationCenter.yml b/api-test/src/main/resources/masterdata/RegistrationCenter/CreateRegistrationCenter.yml index 8b3c13036a2..7a95265a98a 100644 --- a/api-test/src/main/resources/masterdata/RegistrationCenter/CreateRegistrationCenter.yml +++ b/api-test/src/main/resources/masterdata/RegistrationCenter/CreateRegistrationCenter.yml @@ -2,7 +2,7 @@ CreateRegistrationCenter: MasterData_CreateRegCenter_allValid_smoke_sid: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_CreateRegCenter_01 - description: Create registration center with valid details + description: Verify that the system successfully creates a registration center when all input parameters are valid role: admin checkErrorsOnlyInResponse: true templateFields: ["addressLine1","addressLine2","addressLine3","langCode"] @@ -46,7 +46,7 @@ CreateRegistrationCenter: MasterData_CreateRegCenter_Invalid_HolidayLocationCode_blank_eng: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_CreateRegCenter_02 - description: Create a registration center with holiday location code as empty and language code set to English + description: Verify that the system returns an error when the holiday location code is blank while creating a registration center role: admin templateFields: ["name","addressLine1","addressLine2","addressLine3","timeZone"] restMethod: post @@ -92,7 +92,7 @@ CreateRegistrationCenter: MasterData_CreateRegCenter_Invalid_latitude_blank_eng: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_CreateRegCenter_03 - description: Create a registration center with latitude as empty and language code set to English + description: Verify that the system returns an error when the latitude is blank while creating a registration center role: admin templateFields: ["name","addressLine1","addressLine2","addressLine3","timeZone"] restMethod: post @@ -137,7 +137,7 @@ CreateRegistrationCenter: MasterData_CreateRegCenter_Invalid_latitude_eng: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_CreateRegCenter_04 - description: Create a registration center with invalid latitude and language code set to English + description: Verify that the system returns an error when an invalid latitude value is provided while creating a registration center role: admin templateFields: ["name","addressLine1","addressLine2","addressLine3","timeZone"] restMethod: post @@ -182,7 +182,7 @@ CreateRegistrationCenter: MasterData_CreateRegCenter_Blank_NumberOfKiosks_Neg: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_CreateRegCenter_05 - description: Create a registration center with number of kiosks as empty and language code set to English + description: Verify that the system returns an error when the number of kiosks is blank while creating a registration center role: admin templateFields: ["name","addressLine1","addressLine2","addressLine3","timeZone","langCode"] restMethod: post @@ -230,7 +230,7 @@ CreateRegistrationCenter: MasterData_CreateRegCenter_Negavtive_NumberOfKiosks_Neg: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_CreateRegCenter_06 - description: Create a registration center with holiday location code as negative value and language code set to English + description: Verify that the system returns an error when a negative number of kiosks is provided while creating a registration center role: admin templateFields: ["name","addressLine1","addressLine2","addressLine3","timeZone","langCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/RegistrationCenter/UpdateRegistrationCenter.yml b/api-test/src/main/resources/masterdata/RegistrationCenter/UpdateRegistrationCenter.yml index bbc8468d268..7a6a63fcdad 100644 --- a/api-test/src/main/resources/masterdata/RegistrationCenter/UpdateRegistrationCenter.yml +++ b/api-test/src/main/resources/masterdata/RegistrationCenter/UpdateRegistrationCenter.yml @@ -2,7 +2,7 @@ UpdateRegistrationCenter: MasterData_UpdateRegistrationCenter_allValid_smoke: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_UpdateRegistrationCenter_01 - description: Update registration center with valid details + description: Verify that the system successfully updates a registration center when all input parameters are valid role: admin checkErrorsOnlyInResponse: true templateFields: ["name","addressLine1","addressLine2","addressLine3","timeZone","langCode"] @@ -44,7 +44,7 @@ UpdateRegistrationCenter: MasterData_UpdateRegistrationCenter_numberOfKiosks_smoke: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_UpdateRegistrationCenter_02 - description: Update a registration center with number of kiosks as empty and language code set to English + description: Verify that the system successfully updates the number of kiosks when a valid value is provided for a registration center role: admin checkErrorsOnlyInResponse: true templateFields: ["name","addressLine1","addressLine2","addressLine3","timeZone","langCode"] @@ -86,7 +86,7 @@ UpdateRegistrationCenter: MasterData_CreateRegCenter_Invalid_HolidayLocationCode_blank_eng: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_UpdateRegistrationCenter_03 - description: Update a registration center with holiday location code as empty and language code set to English + description: Verify that the system returns an error when the holiday location code is blank while creating a registration center role: admin templateFields: ["name","addressLine1","addressLine2","addressLine3","timeZone"] restMethod: put @@ -132,7 +132,7 @@ UpdateRegistrationCenter: MasterData_CreateRegCenter_Invalid_latitude_blank_eng: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_UpdateRegistrationCenter_04 - description: Update a registration center with latitude as empty and language code set to English + description: Verify that the system returns an error when the latitude is blank while creating a registration center role: admin templateFields: ["name","addressLine1","addressLine2","addressLine3","timeZone"] restMethod: put @@ -177,7 +177,7 @@ UpdateRegistrationCenter: MasterData_CreateRegCenter_Invalid_latitude_eng: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_UpdateRegistrationCenter_05 - description: Update a registration center with invalid latitude and language code set to English + description: Verify that the system returns an error when an invalid latitude value is provided while creating a registration center role: admin templateFields: ["name","addressLine1","addressLine2","addressLine3","timeZone"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/RegistrationCenterr/RegistrationCenter.yml b/api-test/src/main/resources/masterdata/RegistrationCenterr/RegistrationCenter.yml index 57ba4f481a4..966ca5d2ad9 100644 --- a/api-test/src/main/resources/masterdata/RegistrationCenterr/RegistrationCenter.yml +++ b/api-test/src/main/resources/masterdata/RegistrationCenterr/RegistrationCenter.yml @@ -2,7 +2,7 @@ RegistrationCenter: Masterdata_RegistrationCenter_Valid_Smoke_sid: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_RegistrationCenter_01 - description: Create registration center with valid details + description: Verify that the system successfully fetches registration center details when all input parameters are valid role: admin templateFields: ["name","addressLine1","addressLine2","addressLine3","timeZone"] restMethod: post @@ -39,7 +39,7 @@ RegistrationCenter: MasterData_RegistrationCenter_Invalid_HolidayLocationCode_blank_eng: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_RegistrationCenter_02 - description: Create a registration center with holiday location code as empty and language code set to English + description: Verify that the system returns an error when the holiday location code is blank while fetching registration center details role: admin templateFields: ["name","addressLine1","addressLine2","addressLine3","timeZone"] restMethod: post @@ -94,7 +94,7 @@ RegistrationCenter: MasterData_RegistrationCenter_Invalid_latitude_blank_eng: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_RegistrationCenter_03 - description: Create a registration center with latitude as empty and language code set to English + description: Verify that the system returns an error when the latitude is blank while fetching registration center details role: admin templateFields: ["name","addressLine1","addressLine2","addressLine3","timeZone"] restMethod: post @@ -148,7 +148,7 @@ RegistrationCenter: MasterData_RegistrationCenter_Invalid_latitude_eng: endPoint: /v1/masterdata/registrationcenters uniqueIdentifier: TC_Masterdata_RegistrationCenter_04 - description: Create a registration center with invalid latitude and language code set to English + description: Verify that the system returns an error when an invalid latitude value is provided while fetching registration center details role: admin templateFields: ["name","addressLine1","addressLine2","addressLine3","timeZone"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/RejectionList/RejectionList.yml b/api-test/src/main/resources/masterdata/RejectionList/RejectionList.yml index a5d3ac7c0a0..ec8f9785bb7 100644 --- a/api-test/src/main/resources/masterdata/RejectionList/RejectionList.yml +++ b/api-test/src/main/resources/masterdata/RejectionList/RejectionList.yml @@ -2,7 +2,7 @@ RejectionList: MasterData_RejectionList_All_Valid_Smoke_sid: endPoint: /v1/masterdata/packetrejectionreasons/reasonlist uniqueIdentifier: TC_Masterdata_RejectionList_01 - description: Create the rejection list with valid details + description: Verify that the system successfully fetches all packet rejection reasons when all input parameters are valid role: admin templateFields: ["name","description"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/RejectionReason/RejectionReason.yml b/api-test/src/main/resources/masterdata/RejectionReason/RejectionReason.yml index 35845ed8486..868dbfedf85 100644 --- a/api-test/src/main/resources/masterdata/RejectionReason/RejectionReason.yml +++ b/api-test/src/main/resources/masterdata/RejectionReason/RejectionReason.yml @@ -2,7 +2,7 @@ RejectionReason: MasterData_RejectionReason_All_Valid_Smoke_sid: endPoint: /v1/masterdata/packetrejectionreasons/reasoncategory uniqueIdentifier: TC_Masterdata_RejectionReason_01 - description: Create rejection reason with valid details + description: Verify that the system successfully fetches all rejection reasons when all input parameters are valid role: admin templateFields: ["langCode","description"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/ResumePacketWorkflow/ResumePacket.yml b/api-test/src/main/resources/masterdata/ResumePacketWorkflow/ResumePacket.yml index 9ee480fb094..47a3cb25f60 100644 --- a/api-test/src/main/resources/masterdata/ResumePacketWorkflow/ResumePacket.yml +++ b/api-test/src/main/resources/masterdata/ResumePacketWorkflow/ResumePacket.yml @@ -2,7 +2,7 @@ ResumePacketWorkflow: MasterData_ResumePacketWorkflow_inValid_workFlowId: endPoint: /v1/masterdata/packet/resume uniqueIdentifier: TC_Masterdata_ResumePacketWorkflow_01 - description: Resume packet workflow with invalid work flow data + description: Verify that the system returns an error when an invalid workflow ID is provided while resuming a packet workflow role: admin restMethod: post inputTemplate: masterdata/ResumePacketWorkflow/resumePacket @@ -22,7 +22,7 @@ ResumePacketWorkflow: MasterData_ResumePacketWorkflow_inValid_requesttime: endPoint: /v1/masterdata/packet/resume uniqueIdentifier: TC_Masterdata_ResumePacketWorkflow_01 - description: Resume packet workflow with invalid request time data + description: Verify that the system returns an error when an invalid request time is provided while resuming a packet workflow role: admin restMethod: post inputTemplate: masterdata/ResumePacketWorkflow/resumePacket diff --git a/api-test/src/main/resources/masterdata/SearchBlockListedWords/SearchBlockListedWords.yml b/api-test/src/main/resources/masterdata/SearchBlockListedWords/SearchBlockListedWords.yml index 452b774fcd9..ea3f7e9d003 100644 --- a/api-test/src/main/resources/masterdata/SearchBlockListedWords/SearchBlockListedWords.yml +++ b/api-test/src/main/resources/masterdata/SearchBlockListedWords/SearchBlockListedWords.yml @@ -2,7 +2,7 @@ SearchBlockListedWords: Masterdata_SearchBlockListedWords_Valid_Request_Smoke: endPoint: /v1/masterdata/blocklistedwords/search uniqueIdentifier: TC_Masterdata_SearchBlockListedWords_01 - description: Search blocklisted words where the column name word equals dumboo + description: Verify that the system successfully fetches all blocklisted words when a valid request is provided role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -41,7 +41,7 @@ SearchBlockListedWords: Masterdata_SearchBlockListedWords_Valid_FilterTypeContains: endPoint: /v1/masterdata/blocklistedwords/search uniqueIdentifier: TC_Masterdata_SearchBlockListedWords_02 - description: Search blocklisted words with filter type contains the value as dumboo + description: Verify that the system successfully fetches blocklisted words when the filter type is set to "Contains" with valid input role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -80,7 +80,7 @@ SearchBlockListedWords: Masterdata_SearchBlockListedWords_Valid_FilterTypeStartsWith: endPoint: /v1/masterdata/blocklistedwords/search uniqueIdentifier: TC_Masterdata_SearchBlockListedWords_03 - description: Search blocklisted words with filter type starts with the value as dumboo + description: Verify that the system successfully fetches blocklisted words when the filter type is set to "StartsWith" with valid input role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -119,7 +119,7 @@ SearchBlockListedWords: Masterdata_SearchBlockListedWords_Invalid_ColumnName: endPoint: /v1/masterdata/blocklistedwords/search uniqueIdentifier: TC_Masterdata_SearchBlockListedWords_04 - description: Search blocklisted words with invalid column name + description: Verify that the system returns an error when an invalid column name is provided while searching blocklisted words role: admin templateFields: ["value"] restMethod: post @@ -156,7 +156,7 @@ SearchBlockListedWords: Masterdata_SearchBlockListedWords_Valid_SortFieldDESC: endPoint: /v1/masterdata/blocklistedwords/search uniqueIdentifier: TC_Masterdata_SearchBlockListedWords_05 - description: Search blocklisted words with sort field as descending order + description: Verify that the system successfully fetches blocklisted words sorted in descending order when a valid sort field is provided role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -195,7 +195,7 @@ SearchBlockListedWords: Masterdata_SearchBlockListedWords_Invalid_SortField: endPoint: /v1/masterdata/blocklistedwords/search uniqueIdentifier: TC_Masterdata_SearchBlockListedWords_06 - description: Search blocklisted words with the sort field set to an invalid descending order + description: Verify that the system returns an error when an invalid sort field is provided while searching blocklisted words role: admin templateFields: ["value"] restMethod: post @@ -233,7 +233,7 @@ SearchBlockListedWords: Masterdata_SearchBlockListedWords_Invalid_EmptyFilterType: endPoint: /v1/masterdata/blocklistedwords/search uniqueIdentifier: TC_Masterdata_SearchBlockListedWords_07 - description: Search blocklisted words with the empty filter type + description: Verify that the system returns an error when the filter type is empty while searching blocklisted words role: admin templateFields: ["value"] restMethod: post @@ -271,7 +271,7 @@ SearchBlockListedWords: Masterdata_SearchBlockListedWords_Invalid_EmptyColumn: endPoint: /v1/masterdata/blocklistedwords/search uniqueIdentifier: TC_Masterdata_SearchBlockListedWords_08 - description: Search blocklisted words with the empty column + description: Verify that the system returns an error when the column name is empty while searching blocklisted words role: admin templateFields: ["value"] restMethod: post @@ -309,7 +309,7 @@ SearchBlockListedWords: Masterdata_SearchBlockListedWords_Invalid_PageStart: endPoint: /v1/masterdata/blocklistedwords/search uniqueIdentifier: TC_Masterdata_SearchBlockListedWords_09 - description: Search blocklisted words with the invalid page start data + description: Verify that the system returns an error when an invalid page start value is provided while searching blocklisted words role: admin templateFields: ["value"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/SearchDocCategories/SearchDocCategories.yml b/api-test/src/main/resources/masterdata/SearchDocCategories/SearchDocCategories.yml index af08c3e4ed5..c2f7b04ceee 100644 --- a/api-test/src/main/resources/masterdata/SearchDocCategories/SearchDocCategories.yml +++ b/api-test/src/main/resources/masterdata/SearchDocCategories/SearchDocCategories.yml @@ -2,7 +2,7 @@ SearchDocCategories: MasterData_SearchDocCategories_Valid_Request_Smoke: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_01 - description: Search document categories where the column name code equals to + description: Verify that the system successfully fetches all document categories when a valid request is provided role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -43,8 +43,7 @@ SearchDocCategories: MasterData_SearchDocCategories_Valid_sortBy_code: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_02 - description: Search document categories and sort by code - role: admin + description: Verify that the system successfully fetches document categories sorted by code when a valid sort parameter is provided templateFields: ["languageCode"] restMethod: post additionalDependencies: TC_Masterdata_CreateDocumentCategory_01 @@ -86,7 +85,7 @@ SearchDocCategories: MasterData_SearchDocCategories_Valid_sortType_DESC: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_03 - description: Search document categories with sort type as descending order + description: Verify that the system successfully fetches document categories in descending order when a valid sort type is provided role: admin templateFields: ["languageCode"] restMethod: post @@ -130,7 +129,7 @@ SearchDocCategories: MasterData_SearchDocCategories_inValid_columnName_blank: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_04 - description: Search document categories with column name as empty + description: Verify that the system returns an error when the column name is blank while searching document categories role: admin templateFields: ["value"] restMethod: post @@ -168,7 +167,7 @@ SearchDocCategories: MasterData_SearchDocCategories_inValid_columnName: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_05 - description: Search document categories with invalid column name + description: Verify that the system returns an error when an invalid column name is provided while searching document categories role: admin templateFields: ["value"] restMethod: post @@ -205,7 +204,7 @@ SearchDocCategories: MasterData_SearchDocCategories_inValid_filter_value: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_06 - description: Search document categories with invalid filter value + description: Verify that the system returns an error when an invalid filter value is provided while searching document categories role: admin templateFields: ["value"] restMethod: post @@ -238,7 +237,7 @@ SearchDocCategories: MasterData_SearchDocCategories_inValid_filter_value_blank: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_07 - description: Search document categories with filter value as empty + description: Verify that the system returns an error when the filter value is blank while searching document categories role: admin templateFields: ["value"] restMethod: post @@ -277,7 +276,7 @@ SearchDocCategories: MasterData_SearchDocCategories_inValid_sortField: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_08 - description: Search document categories with invalid sort field + description: Verify that the system returns an error when an invalid sort field is provided while searching document categories role: admin templateFields: ["value"] restMethod: post @@ -315,7 +314,7 @@ SearchDocCategories: MasterData_SearchDocCategories_inValid_sortType: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_09 - description: Search document categories with invalid sort type + description: Verify that the system returns an error when an invalid sort type is provided while searching document categories role: admin templateFields: ["value"] restMethod: post @@ -353,7 +352,7 @@ SearchDocCategories: MasterData_SearchDocCategories_inValid_sortField_blank: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_10 - description: Search document categories with sort field as empty + description: Verify that the system returns an error when the sort field is blank while searching document categories role: admin templateFields: ["value"] restMethod: post @@ -391,7 +390,7 @@ SearchDocCategories: MasterData_SearchDocCategories_inValid_sortType_blank: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_11 - description: Search document categories with sort type as empty + description: Verify that the system returns an error when the sort type is blank while searching document categories role: admin templateFields: ["value"] restMethod: post @@ -429,7 +428,7 @@ SearchDocCategories: MasterData_SearchDocCategories_inValid_pagesize: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_12 - description: Search document categories with invalid page size + description: Verify that the system returns an error when an invalid page size is provided while searching document categories role: admin templateFields: ["languageCode"] restMethod: post @@ -467,7 +466,7 @@ SearchDocCategories: MasterData_SearchDocCategories_inValid_filterType_blank: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_13 - description: Search document categories with filter type as empty + description: Verify that the system returns an error when the filter type is blank while searching document categories role: admin templateFields: ["value"] restMethod: post @@ -505,7 +504,7 @@ SearchDocCategories: MasterData_SearchDocCategories_inValid_filterType: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_14 - description: Search document categories with invalid filter type + description: Verify that the system returns an error when an invalid filter type is provided while searching document categories role: admin templateFields: ["value"] restMethod: post @@ -542,7 +541,7 @@ SearchDocCategories: MasterData_SearchDocCategories_inValid_requestTime_format: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_15 - description: Search document categories with invalid request time + description: Verify that the system returns an error when the request time format is invalid while searching document categories role: admin templateFields: ["value"] restMethod: post @@ -580,7 +579,7 @@ SearchDocCategories: MasterData_SearchDocCategories_inValid_typeFilter_contains: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_16 - description: Search document categories with invalid type filter + description: Verify that the system returns an error when an invalid type filter with "Contains" is provided while searching document categories role: admin templateFields: ["value"] restMethod: post @@ -617,7 +616,7 @@ SearchDocCategories: MasterData_SearchDocCategories_inValid_typeFilter_startsWith: endPoint: /v1/masterdata/documentcategories/search uniqueIdentifier: TC_Masterdata_SearchDocCategories_17 - description: Search document categories with invalid type filter starts with + description: Verify that the system returns an error when an invalid type filter with "StartsWith" is provided while searching document categories role: admin templateFields: ["value"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/SearchDocumentType/SearchDocumentType.yml b/api-test/src/main/resources/masterdata/SearchDocumentType/SearchDocumentType.yml index d90ed967364..214b34c7a57 100644 --- a/api-test/src/main/resources/masterdata/SearchDocumentType/SearchDocumentType.yml +++ b/api-test/src/main/resources/masterdata/SearchDocumentType/SearchDocumentType.yml @@ -2,7 +2,7 @@ SearchDocumentType: MasterData_SearchDocumnetType_Valid_Smoke: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_01 - description: Search document type where the column name code equals to + description: Verify that the system successfully fetches all document types when all input parameters are valid role: admin templateFields: ["value"] restMethod: post @@ -45,7 +45,7 @@ SearchDocumentType: MasterData_SearchDocumnetType_Valid_FilterTypeContains: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_02 - description: Search document type with the condition that the filter type contains specified keywords + description: Verify that the system successfully fetches document types when the filter type is set to "Contains" with valid input role: admin templateFields: ["value"] restMethod: post @@ -88,7 +88,7 @@ SearchDocumentType: MasterData_SearchDocumnetType_Valid_FilterTypeStartsWith: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_03 - description: Search document type with the condition that the filter type starts with specified keywords + description: Verify that the system successfully fetches document types when the filter type is set to "StartsWith" with valid input role: admin templateFields: ["value"] restMethod: post @@ -131,7 +131,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_columnName_blank: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_04 - description: Search document type with the column name as empty + description: Verify that the system returns an error when the column name is blank while searching document types role: admin templateFields: ["value"] restMethod: post @@ -169,7 +169,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_columnName: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_05 - description: Search document type with the invalid column name + description: Verify that the system returns an error when an invalid column name is provided while searching document types role: admin templateFields: ["value"] restMethod: post @@ -206,7 +206,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_filter_value: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_06 - description: Search document type with the invalid filter value + description: Verify that the system returns an error when an invalid filter value is provided while searching document types role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -240,7 +240,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_filter_value_blank: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_07 - description: Search document type with the filter value as empty + description: Verify that the system returns an error when the filter value is blank while searching document types role: admin templateFields: ["value"] restMethod: post @@ -278,7 +278,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_sortField: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_08 - description: Search document type with the invalid sort field + description: Verify that the system returns an error when an invalid sortField is provided while searching document types role: admin templateFields: ["value"] restMethod: post @@ -316,7 +316,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_sortType: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_09 - description: Search document type with the invalid sort type + description: Verify that the system returns an error when an invalid sortType is provided while searching document types role: admin templateFields: ["value"] restMethod: post @@ -354,7 +354,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_sortField_blank: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_10 - description: Search document type with the sort field as empty + description: Verify that the system returns an error when the sortField is blank while searching document types role: admin templateFields: ["value"] restMethod: post @@ -392,7 +392,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_sortType_blank: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_11 - description: Search document type with invalid sort type + description: Verify that the system returns an error when the sortType is blank while searching document types role: admin templateFields: ["value"] restMethod: post @@ -430,7 +430,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_pagesize: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_12 - description: Search document type with invalid page size + description: Verify that the system returns an error when an invalid pageSize is provided while searching document types role: admin templateFields: ["value"] restMethod: post @@ -468,7 +468,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_filterType_blank: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_13 - description: Search document type with the filter type as empty + description: Verify that the system returns an error when the filterType is blank while searching document types role: admin templateFields: ["value"] restMethod: post @@ -506,7 +506,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_filterType: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_14 - description: Search document type with invalid filter type + description: Verify that the system returns an error when an invalid filterType is provided while searching document types role: admin templateFields: ["value"] restMethod: post @@ -543,7 +543,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_requestTime_format: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_15 - description: Search document type with invalid request time + description: Verify that the system returns an error when an invalid requestTime format is provided while searching document types role: admin templateFields: ["value"] restMethod: post @@ -581,7 +581,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_typeFilter_contains: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_16 - description: Search document type with an invalid type filter contains + description: Verify that the system returns an error when an invalid typeFilter value is used with the contains filter type while searching document types role: admin templateFields: ["value"] restMethod: post @@ -618,7 +618,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_typeFilter_startsWith: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_17 - description: Search document type with an invalid type filter starts with + description: Verify that the system returns an error when an invalid typeFilter value is used with the startsWith filter type while searching document types role: admin templateFields: ["value"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/SearchDynamicField/SearchDynamicField.yml b/api-test/src/main/resources/masterdata/SearchDynamicField/SearchDynamicField.yml index 9622012270b..65adef4a8a9 100644 --- a/api-test/src/main/resources/masterdata/SearchDynamicField/SearchDynamicField.yml +++ b/api-test/src/main/resources/masterdata/SearchDynamicField/SearchDynamicField.yml @@ -2,7 +2,7 @@ SearchDynamicField: MasterData_SearchDynamicField_Valid_Smoke: endPoint: /v1/masterdata/dynamicfields/search uniqueIdentifier: TC_Masterdata_SearchDynamicField_01 - description: Search dynamic field with valid data + description: Verify that the system successfully retrieves dynamic fields when all valid parameters are provided (smoke test) role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -26,7 +26,7 @@ SearchDynamicField: MasterData_SearchDynamicField_Valid_Filter_Name: endPoint: /v1/masterdata/dynamicfields/search uniqueIdentifier: TC_Masterdata_SearchDynamicField_02 - description: Search dynamic field with valid filter name value + description: Verify that the system successfully retrieves dynamic fields when a valid Name filter is applied role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -54,7 +54,7 @@ SearchDynamicField: MasterData_SearchDynamicField_Invalid_NegPageFetch: endPoint: /v1/masterdata/dynamicfields/search uniqueIdentifier: TC_Masterdata_SearchDynamicField_03 - description: Search dynamic field with invalid negative page fetch value + description: Verify that the system returns an error when a negative page number is provided while fetching dynamic fields role: admin templateFields: ["languageCode"] restMethod: post @@ -86,7 +86,7 @@ SearchDynamicField: MasterData_SearchDynamicField_Invalid_NegPageStart: endPoint: /v1/masterdata/dynamicfields/search uniqueIdentifier: TC_Masterdata_SearchDynamicField_04 - description: Search dynamic field with invalid negative page start + description: Verify that the system returns an error when a negative page start value is provided while searching dynamic fields role: admin templateFields: ["languageCode"] restMethod: post @@ -118,7 +118,7 @@ SearchDynamicField: MasterData_SearchDynamicField_Invalid_SortType_neg: endPoint: /v1/masterdata/dynamicfields/search uniqueIdentifier: TC_Masterdata_SearchDynamicField_05 - description: Search dynamic field with invalid sort type value + description: Verify that the system returns an error when an invalid (negative) sortType value is provided while searching dynamic fields role: admin templateFields: ["languageCode"] restMethod: post @@ -150,7 +150,7 @@ SearchDynamicField: MasterData_SearchDynamicField_Invalid_SortField_neg: endPoint: /v1/masterdata/dynamicfields/search uniqueIdentifier: TC_Masterdata_SearchDynamicField_06 - description: Search dynamic field with invalid sort field value + description: Verify that the system returns an error when an invalid (negative) sortField value is provided while searching dynamic fields role: admin templateFields: ["languageCode"] restMethod: post @@ -183,7 +183,7 @@ SearchDynamicField: MasterData_SearchDynamicField_Blank_SortField: endPoint: /v1/masterdata/dynamicfields/search uniqueIdentifier: TC_Masterdata_SearchDynamicField_07 - description: Search dynamic field with sort field value as empty + description: Verify that the system returns an error when the sortField is blank while searching dynamic fields role: admin templateFields: ["languageCode"] restMethod: post @@ -215,7 +215,7 @@ SearchDynamicField: MasterData_SearchDynamicField_Invalid_RequestTime: endPoint: /v1/masterdata/dynamicfields/search uniqueIdentifier: TC_Masterdata_SearchDynamicField_08 - description: Search dynamic field with invalid request time + description: Verify that the system returns an error when an invalid requestTime value is provided while searching dynamic fields role: admin templateFields: ["languageCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/SearchHoliday/SearchDocumentType.yml b/api-test/src/main/resources/masterdata/SearchHoliday/SearchDocumentType.yml index 781a9b0be41..d9dd5f7c051 100644 --- a/api-test/src/main/resources/masterdata/SearchHoliday/SearchDocumentType.yml +++ b/api-test/src/main/resources/masterdata/SearchHoliday/SearchDocumentType.yml @@ -2,7 +2,7 @@ SearchDocumentType: MasterData_SearchDocumnetType_Valid_Smoke: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_01 - description: Search document type with valid data + description: Verify that the system successfully retrieves document types when all valid parameters are provided (smoke test) role: admin templateFields: ["value"] restMethod: post @@ -43,7 +43,7 @@ SearchDocumentType: MasterData_SearchDocumnetType_Valid_FilterTypeContains: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_02 - description: Search document type with the condition that the filter type contains specified keywords + description: Verify that the system successfully retrieves document types when a valid filterType of contains is applied role: admin templateFields: ["value"] restMethod: post @@ -84,7 +84,7 @@ SearchDocumentType: MasterData_SearchDocumnetType_Valid_FilterTypeStartsWith: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_03 - description: Search document type with the condition that the filter type starts with specified keywords + description: Verify that the system successfully retrieves document types when a valid filterType of startsWith is applied role: admin templateFields: ["value"] restMethod: post @@ -125,7 +125,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_columnName_blank: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_04 - description: Search document type with the column name as empty + description: Verify that the system returns an error when the columnName is blank while searching document types role: admin templateFields: ["value"] restMethod: post @@ -163,7 +163,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_columnName: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_05 - description: Search document type with the invalid column name + description: Verify that the system returns an error when an invalid columnName is provided while searching document types role: admin templateFields: ["value"] restMethod: post @@ -200,7 +200,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_filter_value: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_06 - description: Search document type with the invalid filter value + description: Verify that the system returns an error when an invalid filter value is provided while searching document types role: admin templateFields: ["value"] restMethod: post @@ -233,7 +233,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_filter_value_blank: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_07 - description: Search document type with the filter value as empty + description: Verify that the system returns an error when the filter value is blank while searching document types role: admin templateFields: ["value"] restMethod: post @@ -271,7 +271,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_sortField: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_08 - description: Search document type with the invalid sort field + description: Verify that the system returns an error when an invalid sortField is provided while searching document types role: admin templateFields: ["value"] restMethod: post @@ -309,7 +309,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_sortType: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_09 - description: Search document type with the invalid sort type + description: Verify that the system returns an error when an invalid sortType is provided while searching document types role: admin templateFields: ["value"] restMethod: post @@ -347,7 +347,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_sortField_blank: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_10 - description: Search document type with the sort field as empty + description: Verify that the system returns an error when the sortField is blank while searching document types role: admin templateFields: ["value"] restMethod: post @@ -385,7 +385,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_sortType_blank: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_11 - description: Search document type with invalid sort type + description: Verify that the system returns an error when the sortType is blank while searching document types role: admin templateFields: ["value"] restMethod: post @@ -423,7 +423,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_pagesize: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_12 - description: Search document type with invalid page size + description: Verify that the system returns an error when an invalid pageSize is provided while searching document types role: admin templateFields: ["value"] restMethod: post @@ -461,7 +461,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_filterType_blank: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_13 - description: Search document type with the filter type as empty + description: Verify that the system returns an error when the filterType is blank while searching document types role: admin templateFields: ["value"] restMethod: post @@ -499,7 +499,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_filterType: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_14 - description: Search document type with invalid filter type + description: Verify that the system returns an error when an invalid filterType is provided while searching document types role: admin templateFields: ["value"] restMethod: post @@ -536,7 +536,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_requestTime_format: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_15 - description: Search document type with invalid request time + description: Verify that the system returns an error when the requestTime format is invalid while searching document types role: admin templateFields: ["value"] restMethod: post @@ -574,7 +574,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_typeFilter_contains: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_16 - description: Search document type with an invalid type filter contains + description: Verify that the system returns an error when an invalid typeFilter value is used with the contains filter type while searching document types role: admin templateFields: ["value"] restMethod: post @@ -611,7 +611,7 @@ SearchDocumentType: MasterData_SearchDocumentType_inValid_typeFilter_startsWith: endPoint: /v1/masterdata/documenttypes/search uniqueIdentifier: TC_Masterdata_SearchDocumnetType_17 - description: Search document type with an invalid type filter starts with + description: Verify that the system returns an error when an invalid typeFilter value is used with the startsWith filter type while searching document types role: admin templateFields: ["value"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/SearchLocationData/SearchLocationData.yml b/api-test/src/main/resources/masterdata/SearchLocationData/SearchLocationData.yml index 354b28a9926..981bd3980d8 100644 --- a/api-test/src/main/resources/masterdata/SearchLocationData/SearchLocationData.yml +++ b/api-test/src/main/resources/masterdata/SearchLocationData/SearchLocationData.yml @@ -2,7 +2,7 @@ SearchLocationData: MasterData_SearchLocationData_Valid_Smoke: endPoint: /v1/masterdata/locations/search uniqueIdentifier: TC_Masterdata_SearchLocationData_01 - description: Search location data with valid details + description: Verify that the system successfully retrieves location data when all valid parameters are provided (smoke test) role: admin templateFields: ["languageCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/SearchMachine/SearchMachine.yml b/api-test/src/main/resources/masterdata/SearchMachine/SearchMachine.yml index 0855e72df81..67d4f44abdc 100644 --- a/api-test/src/main/resources/masterdata/SearchMachine/SearchMachine.yml +++ b/api-test/src/main/resources/masterdata/SearchMachine/SearchMachine.yml @@ -2,7 +2,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_Smoke_FullResponse_sid: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_01 - description: Search machine details with valid data + description: Verify that the system successfully retrieves machine data with the full response structure when all valid parameters are provided (smoke test) role: globalAdmin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -36,7 +36,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_FilterTypeContains: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_02 - description: Search machine details with the condition that the filter type contains specified keywords + description: Verify that the system successfully retrieves machine data when a valid filterType of contains is applied role: globalAdmin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -70,7 +70,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_FilterTypeStartsWith: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_03 - description: Search machine details with the condition that the filter type starts with specified keywords + description: Verify that the system successfully retrieves machine data when a valid filterType of startsWith is applied role: globalAdmin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -104,7 +104,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_ColumnMacAddressNFilterTypeEquals: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_04 - description: Search for machine details with the condition that the column MacAdress equals the specified filter type + description: Verify that the system successfully retrieves machine data when filtering by macAddress column using a valid filterType of equals role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -150,7 +150,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_ColumnMacAddressNTypeContains: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_05 - description: Search for machine details with the condition that the column MacAddress contains the specified type + description: Verify that the system successfully retrieves machine data when filtering by macAddress column using a valid filterType of contains role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -196,7 +196,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_ColumnMacAddressNTypeStartsWith: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_06 - description: Search for machine details with the condition that the column MacAddress starts with the specified type + description: Verify that the system successfully retrieves machine data when filtering by macAddress column using a valid filterType of startsWith role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -242,7 +242,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_ColumnSerialNumberNTypeEquals: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_07 - description: Search for machine details with the condition that the column serialNumber equals the specified type + description: Verify that the system successfully retrieves machine data when filtering by serialNumber column using a valid filterType of equals role: globalAdmin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -275,7 +275,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_ColumnSerialNumberNTypeContains: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_08 - description: Search for machine details with the condition that the column serialNumber contains the specified type + description: Verify that the system successfully retrieves machine data when filtering by serialNumber column using a valid filterType of contains role: globalAdmin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -308,7 +308,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_ColumnSerialNumberNTypeStartsWith: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_09 - description: Search for machine details with the condition that the column serialNumber starts with the specified type + description: Verify that the system successfully retrieves machine data when filtering by serialNumber column using a valid filterType of startsWith role: globalAdmin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -341,7 +341,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_ColumnMachineSpecIdNTypeEquals: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_10 - description: Search for machine details with the condition that the column machineSpec equals the specified type + description: Verify that the system successfully retrieves machine data when filtering by machineSpecId column using a valid filterType of equals role: globalAdmin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -374,7 +374,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_ColumnMachineSpecIdNTypeContains: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_11 - description: Search for machine details with the condition that the column MachineSpec contains the specified type + description: Verify that the system successfully retrieves machine data when filtering by machineSpecId column using a valid filterType of contains role: globalAdmin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -407,7 +407,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_ColumnMachineSpecIdNTypeStartsWith: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_12 - description: Search for machine details with the condition that the column MachineSpec starts with the specified type + description: Verify that the system successfully retrieves machine data when filtering by machineSpecId column using a valid filterType of startsWith role: globalAdmin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -440,7 +440,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_TwoFilterValues_TypeEqualsNEquals: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_13 - description: Search for machine details with two filter values where type equals one value and another equals a different value + description: Verify that the system successfully retrieves machine data when two valid filter values are applied using the equals filter type for both conditions role: globalAdmin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -480,7 +480,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_SortFieldDESC: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_14 - description: Search for machine details and sort field with descending order + description: Verify that the system successfully retrieves machine data sorted in descending order using a valid sortField role: globalAdmin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -513,7 +513,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_TwoSortFields_DescNDesc: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_15 - description: Search for machine details with two sort fields and two descending orders + description: Verify that the system successfully retrieves machine data when two valid sortField values are applied in descending order role: globalAdmin templateFields: ["value"] restMethod: post @@ -562,7 +562,7 @@ SearchMachine: Masterdata_SearchMachine_Valid_TwoSortFields_AscNDesc: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_16 - description: Search for machine details with two sort fields, one in ascending order and one in descending order + description: Verify that the system successfully retrieves machine data when two valid sortField values are applied, one in ascending order and the other in descending order role: globalAdmin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -599,7 +599,7 @@ SearchMachine: Masterdata_SearchMachine_Invalid_ColumnName: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_17 - description: Search for machine details with invalid column name + description: Verify that the system returns an error when an invalid columnName is provided while searching machine data role: globalAdmin templateFields: ["value"] restMethod: post @@ -636,7 +636,7 @@ SearchMachine: Masterdata_SearchMachine_Invalid_SortField: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_18 - description: Search for machine details with invalid sort field + description: Verify that the system returns an error when an invalid sortField is provided while searching machine data role: globalAdmin templateFields: ["value"] restMethod: post @@ -674,7 +674,7 @@ SearchMachine: Masterdata_SearchMachine_Invalid_EmptyFilterType: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_19 - description: Search for machine details with empty filter type + description: Verify that the system returns an error when the filterType is empty while searching machine data role: globalAdmin templateFields: ["value"] restMethod: post @@ -712,7 +712,7 @@ SearchMachine: Masterdata_SearchMachine_Invalid_EmptySortField: endPoint: /v1/masterdata/machines/search uniqueIdentifier: TC_Masterdata_SearchMachine_20 - description: Search for machine details with sort field as empty + description: Verify that the system returns an error when the sortField is empty while searching machine data role: globalAdmin templateFields: ["value"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/SearchMachineSpec/SearchMachineSpec.yml b/api-test/src/main/resources/masterdata/SearchMachineSpec/SearchMachineSpec.yml index 9731dc827c0..eecad608df0 100644 --- a/api-test/src/main/resources/masterdata/SearchMachineSpec/SearchMachineSpec.yml +++ b/api-test/src/main/resources/masterdata/SearchMachineSpec/SearchMachineSpec.yml @@ -2,7 +2,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_Equals_Name_eng_smoke: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_01 - description: Search for machine spec details where the name parameter equals the specified condition + description: Verify that the system successfully retrieves machine specifications when filtering by Name_eng using the equals filter (smoke test) role: admin templateFields: ["description"] restMethod: post @@ -45,7 +45,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_Valid_sortType_DESC: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_02 - description: Search for machine spec details sorted in descending order + description: Verify that the system successfully retrieves machine specifications sorted in descending order using a valid sortType role: admin templateFields: ["description"] restMethod: post @@ -86,7 +86,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_Valid_col_as_Model: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_03 - description: Search for machine spec details with condition column as model + description: Verify that the system successfully retrieves machine specifications when filtering or sorting by the Model column role: admin templateFields: [] restMethod: post @@ -127,7 +127,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_Valid_col_as_Brand: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_04 - description: Search for machine spec details with condition column as brand + description: Verify that the system successfully retrieves machine specifications when filtering or sorting by the Brand column role: admin templateFields: ["languageCode"] restMethod: post @@ -168,7 +168,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_Valid_col_as_isActive: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_05 - description: Search for machine spec details with condition column as is active + description: Verify that the system successfully retrieves machine specifications when filtering or sorting by the isActive column role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -200,7 +200,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_Valid_col_as_Name_FltrTyp_startsWith: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_06 - description: Search for machine spec details where the condition column name is name and the filter type is starts with + description: Verify that the system successfully retrieves machine specifications when filtering the Name column using a startsWith filter type role: admin templateFields: ["languageCode"] restMethod: post @@ -241,7 +241,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_Valid_col_as_Name_FltrTyp_contains: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_07 - description: Search for machine spec details where the condition column name is name and the filter type is contains + description: Verify that the system successfully retrieves machine specifications when filtering the Name column using a contains filter type role: admin templateFields: ["description"] restMethod: post @@ -282,7 +282,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_inValid_columnName_blank: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_08 - description: Search for machine spec details with column name as empty + description: Verify that the system returns an error when the columnName is blank while searching machine specifications role: admin templateFields: ["value"] restMethod: post @@ -318,7 +318,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_inValid_columnName: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_09 - description: Search for machine spec details with invalid column name + description: Verify that the system returns an error when an invalid columnName is provided while searching machine specifications role: admin templateFields: ["value"] restMethod: post @@ -353,7 +353,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_inValid_filter_value: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_10 - description: Search for machine spec details with invalid filter value + description: Verify that the system returns an error when an invalid filter value is provided while searching machine specifications role: admin templateFields: ["value"] restMethod: post @@ -389,7 +389,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_inValid_filter_value_blank: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_11 - description: Search for machine spec details with filter value as empty + description: Verify that the system returns an error when the filter value is blank while searching machine specifications role: admin templateFields: ["value"] restMethod: post @@ -425,7 +425,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_inValid_sortField: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_12 - description: Search for machine spec details with invalid sort field + description: Verify that the system returns an error when an invalid sortField is provided while searching machine specifications role: admin templateFields: ["value"] restMethod: post @@ -461,7 +461,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_inValid_sortType: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_13 - description: Search for machine spec details with invalid sort type + description: Verify that the system returns an error when an invalid sortType is provided while searching machine specifications role: admin templateFields: ["value"] restMethod: post @@ -497,7 +497,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_inValid_sortField_blank: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_14 - description: Search for machine spec details with sort field as empty + description: Verify that the system returns an error when the sortField is blank while searching machine specifications role: admin templateFields: ["value"] restMethod: post @@ -533,7 +533,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_inValid_sortType_blank: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_15 - description: Search for machine spec details with sort type as empty + description: Verify that the system returns an error when the sortType is blank while searching machine specifications role: admin templateFields: ["value"] restMethod: post @@ -569,7 +569,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_inValid_pagesize: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_16 - description: Search for machine spec details with invalid page size + description: Verify that the system returns an error when an invalid pageSize is provided while searching machine specifications role: admin templateFields: ["languageCode"] restMethod: post @@ -604,7 +604,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_inValid_filterType_blank: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_17 - description: Search for machine spec details with filter type as empty + description: Verify that the system returns an error when the filterType is blank while searching machine specifications role: admin templateFields: ["value"] restMethod: post @@ -640,7 +640,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_inValid_filterType: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_18 - description: Search for machine spec details with invalid filter type + description: Verify that the system returns an error when an invalid filterType is provided while searching machine specifications role: admin templateFields: ["value"] restMethod: post @@ -675,7 +675,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_inValid_requestTime_format: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_19 - description: Search for machine spec details with invalid request time format + description: Verify that the system returns an error when the requestTime format is invalid while searching machine specifications role: admin templateFields: ["value"] restMethod: post @@ -711,7 +711,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_inValid_typeFilter_contains: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_20 - description: Search for machine spec details with an invalid condition where the type filter contains specific criteria + description: Verify that the system returns an error when an invalid typeFilter value is used with the contains filter type while searching machine specifications role: admin templateFields: ["value"] restMethod: post @@ -746,7 +746,7 @@ SearchMachineSpec: Masterdata_SearchMachineSpec_inValid_typeFilter_startsWith: endPoint: /v1/masterdata/machinespecifications/search uniqueIdentifier: TC_Masterdata_SearchMachineSpec_21 - description: Search for machine spec details with an invalid condition where the type filter starts with specific criteria + description: Verify that the system returns an error when an invalid typeFilter value is used with the startsWith filter type while searching machine specifications role: admin templateFields: ["value"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/SearchPacketWorkflow/SearchPacket.yml b/api-test/src/main/resources/masterdata/SearchPacketWorkflow/SearchPacket.yml index b5820d47af1..e1f0bc63176 100644 --- a/api-test/src/main/resources/masterdata/SearchPacketWorkflow/SearchPacket.yml +++ b/api-test/src/main/resources/masterdata/SearchPacketWorkflow/SearchPacket.yml @@ -2,7 +2,7 @@ SearchPacketWorkflow: MasterData_SearchPacketWorkflow_Valid_Smoke: endPoint: /v1/masterdata/packet/search uniqueIdentifier: TC_Masterdata_SearchPacketWorkflow_01 - description: Search for packet work flow details with valid details + description: Verify that the system successfully retrieves packet workflow data when all valid parameters are provided (smoke test) role: admin checkErrorsOnlyInResponse: true restMethod: post @@ -32,7 +32,7 @@ SearchPacketWorkflow: MasterData_SearchPacketWorkflow_Empty_ColumnName: endPoint: /v1/masterdata/packet/search uniqueIdentifier: TC_Masterdata_SearchPacketWorkflow_02 - description: Search for packet work flow details with with column name as empty + description: Verify that the system returns an error when the columnName is empty while searching packet workflow data role: admin restMethod: post inputTemplate: masterdata/SearchPacketWorkflow/searchPacket @@ -65,7 +65,7 @@ SearchPacketWorkflow: MasterData_SearchPacketWorkflow_Invalid_Pagination: endPoint: /v1/masterdata/packet/search uniqueIdentifier: TC_Masterdata_SearchPacketWorkflow_03 - description: Search for packet work flow details with with invalid pagination data + description: Verify that the system returns an error when invalid pagination values are provided while searching packet workflow data role: admin restMethod: post inputTemplate: masterdata/SearchPacketWorkflow/searchPacket diff --git a/api-test/src/main/resources/masterdata/SearchRegCenterType/SearchRegCenterType.yml b/api-test/src/main/resources/masterdata/SearchRegCenterType/SearchRegCenterType.yml index 111256bd8eb..91e55517f29 100644 --- a/api-test/src/main/resources/masterdata/SearchRegCenterType/SearchRegCenterType.yml +++ b/api-test/src/main/resources/masterdata/SearchRegCenterType/SearchRegCenterType.yml @@ -2,7 +2,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_allValid_somke: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_01 - description: Search for registration center type details with valid data + description: Verify that the system successfully retrieves all registration center types when all valid parameters are provided (smoke test) role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -35,7 +35,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_valid_col_isActive_true: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_02 - description: Search for registration center type details with condition column name is active as true + description: Verify that the system successfully retrieves registration center types where the isActive column is true role: admin templateFields: ["languageCode"] restMethod: post @@ -71,7 +71,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_valid_typeFilter_contains: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_03 - description: Search for registration center type details with condition filter type contains specific keywords + description: Verify that the system successfully retrieves registration center types when a valid typeFilter of contains is applied role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -103,7 +103,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_valid_typeFilter_startsWith: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_04 - description: Search for registration center type details with condition filter type starts with specific keywords + description: Verify that the system successfully retrieves registration center types when a valid typeFilter of startsWith is applied role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -135,7 +135,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_inValid_columnName_blank: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_05 - description: Search for registration center type details with column name as empty + description: Verify that the system returns an error when the columnName is blank while searching registration center types role: admin templateFields: ["value"] restMethod: post @@ -171,7 +171,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_inValid_columnName: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_06 - description: Search for registration center type details with invalid column name + description: Verify that the system returns an error when an invalid columnName is provided while searching registration center types role: admin templateFields: ["value"] restMethod: post @@ -206,7 +206,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_inValid_filter_value: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_07 - description: Search for registration center type details with invalid filter data + description: Verify that the system returns an error when an invalid filter value is provided while searching registration center types role: admin templateFields: ["value"] restMethod: post @@ -239,7 +239,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_inValid_filter_value_blank: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_08 - description: Search for registration center type details with filter as empty + description: Verify that the system returns an error when the filter value is blank while searching registration center types role: admin templateFields: ["value"] restMethod: post @@ -276,7 +276,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_inValid_sortField: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_09 - description: Search for registration center type details with invalid sort field + description: Verify that the system returns an error when an invalid sortField is provided while searching registration center types role: admin templateFields: ["value"] restMethod: post @@ -312,7 +312,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_inValid_sortType: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_10 - description: Search for registration center type details with invalid sort type + description: Verify that the system returns an error when an invalid sortType is provided while searching registration center types role: admin templateFields: ["value"] restMethod: post @@ -348,7 +348,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_inValid_sortField_blank: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_11 - description: Search for registration center type details with sort field as empty + description: Verify that the system returns an error when the sortField is blank while searching registration center types role: admin templateFields: ["value"] restMethod: post @@ -384,7 +384,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_inValid_sortType_blank: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_12 - description: Search for registration center type details with sort type as empty + description: Verify that the system returns an error when the sortType is blank while searching registration center types role: admin templateFields: ["value"] restMethod: post @@ -420,7 +420,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_inValid_filterType_blank: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_13 - description: Search for registration center type details with filter type as empty + description: Verify that the system returns an error when the filterType is blank while searching registration center types role: admin templateFields: ["value"] restMethod: post @@ -456,7 +456,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_inValid_filterType: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_14 - description: Search for registration center type details with invalid filter type + description: Verify that the system returns an error when an invalid filterType is provided while searching registration center types role: admin templateFields: ["value"] restMethod: post @@ -491,7 +491,7 @@ SearchRegCenterType: MasterData_SearchRegCenterType_inValid_requestTime_format: endPoint: /v1/masterdata/registrationcentertypes/search uniqueIdentifier: TC_Masterdata_SearchRegCenterType_15 - description: Search for registration center type details with invalid request time format + description: Verify that the system returns an error when requestTime format is invalid while searching registration center types. role: admin templateFields: ["value"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/SearchTemplateDetails/SearchTemplateDetails.yml b/api-test/src/main/resources/masterdata/SearchTemplateDetails/SearchTemplateDetails.yml index ce2b92dc517..998bb18eca0 100644 --- a/api-test/src/main/resources/masterdata/SearchTemplateDetails/SearchTemplateDetails.yml +++ b/api-test/src/main/resources/masterdata/SearchTemplateDetails/SearchTemplateDetails.yml @@ -2,7 +2,7 @@ SearchTemplateDetails: MasterData_SearchTemplateDetails_ColumnName_Name_LangCode_eng_smoke: endPoint: /v1/masterdata/templates/search uniqueIdentifier: TC_Masterdata_SearchTemplateDetails_01 - description: Search for template details with the condition as column name and language code as english + description: Verify that the system successfully fetches template details when columnName is Name and langCode is eng (smoke test) role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -35,7 +35,7 @@ SearchTemplateDetails: MasterData_SearchTemplateDetails_ColumnName_Name_LangCode_eng_filterType_contain: endPoint: /v1/masterdata/templates/search uniqueIdentifier: TC_Masterdata_SearchTemplateDetails_02 - description: Search for template details where the column name is specified, the language code is English, and the filter type contains specific keywords + description: Verify that the system returns template details correctly when columnName is Name, langCode is eng, and filterType is contains role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -68,7 +68,7 @@ SearchTemplateDetails: MasterData_SearchTemplateDetails_ColumnName_Name_LangCode_eng_filterType_equals_filterValue_null: endPoint: /v1/masterdata/templates/search uniqueIdentifier: TC_Masterdata_SearchTemplateDetails_03 - description: Search for template details where the column name is specified, the language code is English, filter type equals to and filter value null + description: Verify that the system returns an error when columnName is Name, langCode is eng, filterType is equals, and filterValue is null role: admin templateFields: ["value"] restMethod: post @@ -104,7 +104,7 @@ SearchTemplateDetails: MasterData_SearchTemplateDetails_ColumnName_Name_LangCode_eng_filterType_startsWith_filterValue_null: endPoint: /v1/masterdata/templates/search uniqueIdentifier: TC_Masterdata_SearchTemplateDetails_04 - description: Search for template details where the column name is specified, the language code is English, filter type starts with and filter value null + description: Verify that the system returns an error when columnName is Name, langCode is eng, filterType is startsWith, and filterValue is null role: admin templateFields: ["value"] restMethod: post @@ -140,7 +140,7 @@ SearchTemplateDetails: MasterData_SearchTemplateDetails_ColumnName_Name_LangCode_eng_filterType_startsWith_filterValue_invalid: endPoint: /v1/masterdata/templates/search uniqueIdentifier: TC_Masterdata_SearchTemplateDetails_05 - description: Search for template details where the column name is specified, the language code is English, filter type equals to and filter value invalid + description: Verify that the system returns an error for invalid filterValue when columnName is Name, langCode is eng, and filterType is startsWith role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -172,7 +172,7 @@ SearchTemplateDetails: MasterData_SearchTemplateDetails_ColumnName_Name_LangCode_eng_filterType_equals_filterValue_invalid: endPoint: /v1/masterdata/templates/search uniqueIdentifier: TC_Masterdata_SearchTemplateDetails_06 - description: Search for template details where the column name is specified, the language code is English, filter type equals to and filter value invalid + description: Verify that the system returns an error for invalid filterValue when columnName is Name, langCode is eng, and filterType is equals role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -204,7 +204,7 @@ SearchTemplateDetails: MasterData_SearchTemplateDetails_ColumnName_Name_LangCode_eng_filterType_contains_filterValue_invalid: endPoint: /v1/masterdata/templates/search uniqueIdentifier: TC_Masterdata_SearchTemplateDetails_07 - description: Search for template details where the column name is specified, the language code is English, filter type contains and filter value invalid + description: Verify that the system returns an error for invalid filterValue when columnName is Name, langCode is eng, and filterType is contains role: admin checkErrorsOnlyInResponse: true templateFields: ["value"] @@ -236,7 +236,7 @@ SearchTemplateDetails: MasterData_SearchTemplateDetails_inavlid_Empty_FilterType: endPoint: /v1/masterdata/templates/search uniqueIdentifier: TC_Masterdata_SearchTemplateDetails_08 - description: Search for template details with filter type as empty + description: Verify that the system returns an error when filterType is empty while searching template details role: admin templateFields: ["value"] restMethod: post @@ -272,7 +272,7 @@ SearchTemplateDetails: MasterData_SearchTemplateDetails_inavlid_Empty_ColumnName: endPoint: /v1/masterdata/templates/search uniqueIdentifier: TC_Masterdata_SearchTemplateDetails_09 - description: Search for template details with column name as empty + description: Verify that the system returns an error when columnName is empty while searching template details role: admin templateFields: ["value"] restMethod: post @@ -308,7 +308,7 @@ SearchTemplateDetails: MasterData_SearchTemplateDetails_inavlid_Empty_FilterValue: endPoint: /v1/masterdata/templates/search uniqueIdentifier: TC_Masterdata_SearchTemplateDetails_10 - description: Search for template details with filter value as empty + description: Verify that the system returns an error when filterValue is empty while searching template details role: admin templateFields: ["languageCode"] restMethod: post @@ -344,7 +344,7 @@ SearchTemplateDetails: MasterData_SearchTemplateDetails_inavlid_columnName: endPoint: /v1/masterdata/templates/search uniqueIdentifier: TC_Masterdata_SearchTemplateDetails_11 - description: Search for template details with invalid column name + description: Verify that the system returns an error when an invalid columnName is provided while searching template details role: admin templateFields: ["value"] restMethod: post @@ -379,7 +379,7 @@ SearchTemplateDetails: MasterData_SearchTemplateDetails_inavlid_pageFetch_lessThan1: endPoint: /v1/masterdata/templates/search uniqueIdentifier: TC_Masterdata_SearchTemplateDetails_12 - description: Search for template details with invalid page fetch and the value less than 1 + description: Verify that the system returns an error when pageFetch is less than 1 while searching template details role: admin templateFields: ["languageCode"] restMethod: post @@ -415,7 +415,7 @@ SearchTemplateDetails: MasterData_SearchTemplateDetails_inavlid_paginationValue: endPoint: /v1/masterdata/templates/search uniqueIdentifier: TC_Masterdata_SearchTemplateDetails_13 - description: Search for template details with invalid pagination value + description: Verify that the system returns an error when an invalid pagination value is provided while searching template details role: admin templateFields: ["value"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/SearchUserCenterMapping/SearchUserCenterMapping.yml b/api-test/src/main/resources/masterdata/SearchUserCenterMapping/SearchUserCenterMapping.yml index 89223217292..d201adaafc8 100644 --- a/api-test/src/main/resources/masterdata/SearchUserCenterMapping/SearchUserCenterMapping.yml +++ b/api-test/src/main/resources/masterdata/SearchUserCenterMapping/SearchUserCenterMapping.yml @@ -2,7 +2,7 @@ SearchUserCenterMapping: MasterData_SearchUserCenterMapping_All_ValidUser_Smoke: endPoint: /v1/masterdata/usercentermapping/search uniqueIdentifier: TC_Masterdata_SearchUserCenterMapping_01 - description: Search for user center mapping details with valid user data + description: Verify that the system successfully fetches all user-center mappings for a valid user (smoke test) role: globalAdmin templateFields: ["languageCode"] restMethod: post @@ -29,7 +29,7 @@ SearchUserCenterMapping: MasterData_SearchUserCenterMapping_InValid_ColumnInvalid: endPoint: /v1/masterdata/usercentermapping/search uniqueIdentifier: TC_Masterdata_SearchUserCenterMapping_02 - description: Search for user center mapping details with invalid column data + description: Verify that the system returns an error when an invalid columnName is provided while searching user-center mappings role: admin templateFields: ["languageCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/SearchZoneUser/SearchZoneUser.yml b/api-test/src/main/resources/masterdata/SearchZoneUser/SearchZoneUser.yml index fbee650767d..a1875df75d6 100644 --- a/api-test/src/main/resources/masterdata/SearchZoneUser/SearchZoneUser.yml +++ b/api-test/src/main/resources/masterdata/SearchZoneUser/SearchZoneUser.yml @@ -2,7 +2,7 @@ SearchZoneUser: MasterData_SearchZoneUser_Valid_Smoke: endPoint: /v1/masterdata/zoneuser/search uniqueIdentifier: TC_Masterdata_SearchZoneUser_01 - description: Search for zone user details with valid data + description: Verify that the system successfully fetches zone-user details for valid inputs (smoke test) role: admin restMethod: post inputTemplate: masterdata/SearchZoneUser/searchZoneUser @@ -43,7 +43,7 @@ SearchZoneUser: MasterData_SearchZoneUser_Empty_Value: endPoint: /v1/masterdata/zoneuser/search uniqueIdentifier: TC_Masterdata_SearchZoneUser_02 - description: Search for zone user details with value as empty + description: Verify that the system returns an error when the search value is empty while fetching zone-user details role: admin restMethod: post inputTemplate: masterdata/SearchZoneUser/searchZoneUser @@ -81,7 +81,7 @@ SearchZoneUser: MasterData_SearchZoneUser_Empty_ColumnName: endPoint: /v1/masterdata/zoneuser/search uniqueIdentifier: TC_Masterdata_SearchZoneUser_03 - description: Search for zone user details with column name as empty + description: Verify that the system returns an error when columnName is empty while searching zone-user details role: admin restMethod: post inputTemplate: masterdata/SearchZoneUser/searchZoneUser @@ -119,7 +119,7 @@ SearchZoneUser: MasterData_SearchZoneUser_Invalid_Pagination: endPoint: /v1/masterdata/zoneuser/search uniqueIdentifier: TC_Masterdata_SearchZoneUser_04 - description: Search for zone user details with invalid pagination + description: Verify that the system returns an error when an invalid pagination value is provided while searching zone-user details role: admin restMethod: post inputTemplate: masterdata/SearchZoneUser/searchZoneUser diff --git a/api-test/src/main/resources/masterdata/Template/CreateTemplate.yml b/api-test/src/main/resources/masterdata/Template/CreateTemplate.yml index 764efb006f5..cc4b54f6e2e 100644 --- a/api-test/src/main/resources/masterdata/Template/CreateTemplate.yml +++ b/api-test/src/main/resources/masterdata/Template/CreateTemplate.yml @@ -2,7 +2,7 @@ CreateTemplate: MasterData_CreateTemplate_All_Valid_Smoke_sid: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_CreateTemplate_01 - description: Create template with valid details + description: Verify that the system successfully creates a template when all input parameters are valid (smoke test) role: admin checkErrorsOnlyInResponse: true templateFields: ["description","name"] @@ -28,7 +28,7 @@ CreateTemplate: MasterData_CreateTemplate_InputParameter_Name_Missing: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_CreateTemplate_02 - description: Create template with input paramater name as missing + description: Verify that the system returns an error when the Name input parameter is missing while creating a template role: admin templateFields: ["description"] restMethod: post @@ -59,7 +59,7 @@ CreateTemplate: MasterData_CreateTemplate_InputParameter_Name_Empty: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_CreateTemplate_03 - description: Create template with input paramater name as empty + description: Verify that the system returns an error when the Name input parameter is empty while creating a template role: admin templateFields: ["description"] restMethod: post @@ -90,7 +90,7 @@ CreateTemplate: MasterData_CreateTemplate_InputParameter_Name_AboveMaxLen128: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_CreateTemplate_04 - description: Create a template with the input parameter name exceeding the maximum length of 128 characters + description: Verify that the system returns an error when Name exceeds 128 characters while creating a template role: admin templateFields: ["description"] restMethod: post @@ -121,7 +121,7 @@ CreateTemplate: MasterData_CreateTemplate_InputParameter_FileFormatCode_Missing: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_CreateTemplate_05 - description: Create a template with the input parameter file format code as missing + description: Verify that the system returns an error when the FileFormatCode input parameter is missing while creating a template role: admin templateFields: ["description","name"] restMethod: post @@ -152,7 +152,7 @@ CreateTemplate: MasterData_CreateTemplate_InputParameter_FileFormatCode_Empty: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_CreateTemplate_06 - description: Create a template with the input parameter file format code as empty + description: Verify that the system returns an error when the FileFormatCode input parameter is empty while creating a template role: admin templateFields: ["description","name"] restMethod: post @@ -183,7 +183,7 @@ CreateTemplate: MasterData_CreateTemplate_InputParameter_FileFormatCode_AboveMaxLen36: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_CreateTemplate_07 - description: Create a template with the input parameter file format code exceeding the maximum length of 36 characters + description: Verify that the system returns an error when FileFormatCode exceeds 36 characters while creating a template role: admin templateFields: ["description","name"] restMethod: post @@ -214,7 +214,7 @@ CreateTemplate: MasterData_CreateTemplate_InputParameter_ModuleName_AboveMaxLen128: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_CreateTemplate_08 - description: Create a template with the input parameter module name exceeding the maximum length of 128 characters + description: Verify that the system returns an error when ModuleName exceeds 128 characters while creating a template role: admin templateFields: ["description","name"] restMethod: post @@ -245,7 +245,7 @@ CreateTemplate: MasterData_CreateTemplate_InputParameter_TemplateTypeCode_Missing: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_CreateTemplate_09 - description: Create a template with the input parameter template type code as missing + description: Verify that the system returns an error when the TemplateTypeCode input parameter is missing while creating a template role: admin templateFields: ["description","name"] restMethod: post @@ -276,7 +276,7 @@ CreateTemplate: MasterData_CreateTemplate_InputParameter_TemplateTypeCode_Empty: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_CreateTemplate_10 - description: Create a template with the input parameter template type code as empty + description: Verify that the system returns an error when the TemplateTypeCode input parameter is empty while creating a template role: admin templateFields: ["description","name"] restMethod: post @@ -307,7 +307,7 @@ CreateTemplate: MasterData_CreateTemplate_InputParameter_TemplateTypeCode_AboveMaxLen36: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_CreateTemplate_11 - description: Create a template with the input parameter template type code exceeding the maximum length of 36 characters + description: Verify that the system returns an error when TemplateTypeCode exceeds 36 characters while creating a template role: admin templateFields: ["description","name"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/Template/UpdateTemplate.yml b/api-test/src/main/resources/masterdata/Template/UpdateTemplate.yml index 1c86f1dce7c..5cde91ad7da 100644 --- a/api-test/src/main/resources/masterdata/Template/UpdateTemplate.yml +++ b/api-test/src/main/resources/masterdata/Template/UpdateTemplate.yml @@ -2,7 +2,7 @@ UpdateTemplate: MasterData_UpdateTemplate_All_Valid_Smoke: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_UpdateTemplate_01 - description: Update template with valid details + description: Verify that the system successfully updates a template when all input parameters are valid (smoke test) role: admin checkErrorsOnlyInResponse: true templateFields: ["description","name"] @@ -28,7 +28,7 @@ UpdateTemplate: MasterData_UpdateTemplate_InputParameter_Name_Missing: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_UpdateTemplate_02 - description: Update template with input paramater name as missing + description: Verify that the system returns an error when the Name input parameter is missing while updating a template role: admin templateFields: ["description"] restMethod: put @@ -59,7 +59,7 @@ UpdateTemplate: MasterData_UpdateTemplate_InputParameter_Name_Empty: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_UpdateTemplate_03 - description: Update template with input paramater name as empty + description: Verify that the system returns an error when the Name input parameter is empty while updating a template role: admin templateFields: ["description"] restMethod: put @@ -90,7 +90,7 @@ UpdateTemplate: MasterData_UpdateTemplate_InputParameter_Name_AboveMaxLen128: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_UpdateTemplate_04 - description: Update a template with the input parameter name exceeding the maximum length of 128 characters + description: Verify that the system returns an error when Name exceeds 128 characters while updating a template role: admin templateFields: ["description"] restMethod: put @@ -121,7 +121,7 @@ UpdateTemplate: MasterData_UpdateTemplate_InputParameter_FileFormatCode_Missing: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_UpdateTemplate_05 - description: Update template with the input parameter file format code as missing + description: Verify that the system returns an error when the FileFormatCode input parameter is missing while updating a template role: admin templateFields: ["description","name"] restMethod: put @@ -152,7 +152,7 @@ UpdateTemplate: MasterData_UpdateTemplate_InputParameter_FileFormatCode_Empty: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_UpdateTemplate_06 - description: Update a template with the input parameter file format code as empty + description: Verify that the system returns an error when the FileFormatCode input parameter is empty while updating a template role: admin templateFields: ["description","name"] restMethod: put @@ -183,7 +183,7 @@ UpdateTemplate: MasterData_UpdateTemplate_InputParameter_FileFormatCode_AboveMaxLen36: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_UpdateTemplate_07 - description: Update a template with the input parameter file format code exceeding the maximum length of 36 characters + description: Verify that the system returns an error when FileFormatCode exceeds 36 characters while updating a template role: admin templateFields: ["description","name"] restMethod: put @@ -214,7 +214,7 @@ UpdateTemplate: MasterData_UpdateTemplate_InputParameter_ModuleName_AboveMaxLen128: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_UpdateTemplate_08 - description: Update a template with the input parameter module name exceeding the maximum length of 128 characters + description: Verify that the system returns an error when ModuleName exceeds 128 characters while updating a template role: admin templateFields: ["description","name"] restMethod: put @@ -245,7 +245,7 @@ UpdateTemplate: MasterData_UpdateTemplate_InputParameter_TemplateTypeCode_Missing: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_UpdateTemplate_09 - description: Update a template with the input parameter template type code as missing + description: Verify that the system returns an error when the TemplateTypeCode input parameter is missing while updating a template role: admin templateFields: ["description","name"] restMethod: put @@ -276,7 +276,7 @@ UpdateTemplate: MasterData_UpdateTemplate_InputParameter_TemplateTypeCode_Empty: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_UpdateTemplate_10 - description: Update a template with the input parameter template type code as empty + description: Verify that the system returns an error when the TemplateTypeCode input parameter is empty while updating a template role: admin templateFields: ["description","name"] restMethod: put @@ -307,7 +307,7 @@ UpdateTemplate: MasterData_UpdateTemplate_InputParameter_TemplateTypeCode_AboveMaxLen36: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_UpdateTemplate_11 - description: Update a template with the input parameter template type code exceeding the maximum length of 36 characters + description: Verify that the system returns an error when TemplateTypeCode exceeds 36 characters while updating a template role: admin templateFields: ["description","name"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/TemplateFileFormat/CreateTemplateFileFormat.yml b/api-test/src/main/resources/masterdata/TemplateFileFormat/CreateTemplateFileFormat.yml index 1087636436b..5260d3b8ed3 100644 --- a/api-test/src/main/resources/masterdata/TemplateFileFormat/CreateTemplateFileFormat.yml +++ b/api-test/src/main/resources/masterdata/TemplateFileFormat/CreateTemplateFileFormat.yml @@ -2,7 +2,7 @@ CreateTemplateFileFormat: Masterdata_CreateTemplateFileFormat_All_Valid_Smoke_sid: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_CreateTemplateFileFormat_01 - description: Create template file format with valid details + description: Verify that the system successfully creates a template file format when all input parameters are valid (smoke test) role: admin templateFields: ["langCode"] restMethod: post @@ -21,7 +21,7 @@ CreateTemplateFileFormat: Masterdata_CreateTemplateFileFormat_InputParameter_Description_AboveMaxLen256: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_CreateTemplateFileFormat_02 - description: Create a template file format with the input parameter description exceeding the maximum length of 256 characters + description: Verify that the system returns an error when Description exceeds 256 characters while creating a template file format role: admin templateFields: ["description"] restMethod: post @@ -45,7 +45,7 @@ CreateTemplateFileFormat: Masterdata_CreateTemplateFileFormat_InputParameter_Description_Missing: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_CreateTemplateFileFormat_03 - description: Create a template file format with the input parameter description as missing + description: Verify that the system returns an error when the Description input parameter is missing while creating a template file format role: admin templateFields: ["langCode"] restMethod: post @@ -69,7 +69,7 @@ CreateTemplateFileFormat: Masterdata_CreateTemplateFileFormat_InputParameter_Description_Empty: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_CreateTemplateFileFormat_04 - description: Create a template file format with the input parameter description as empty + description: Verify that the system returns an error when the Description input parameter is empty while creating a template file format role: admin templateFields: ["description"] restMethod: post @@ -93,7 +93,7 @@ CreateTemplateFileFormat: Masterdata_CreateTemplateFileFormat_InputParameter_Code_Missing: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_CreateTemplateFileFormat_05 - description: Create a template file format with the input parameter code as missing + description: Verify that the system returns an error when the Code input parameter is missing while creating a template file format role: admin templateFields: ["description"] restMethod: post @@ -117,7 +117,7 @@ CreateTemplateFileFormat: Masterdata_CreateTemplateFileFormat_InputParameter_Code_Empty: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_CreateTemplateFileFormat_06 - description: Create a template file format with the input parameter code as empty + description: Verify that the system returns an error when the Code input parameter is empty while creating a template file format role: admin templateFields: ["description"] restMethod: post @@ -141,7 +141,7 @@ CreateTemplateFileFormat: Masterdata_CreateTemplateFileFormat_InputParameter_Code_AboveMaxLen36: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_CreateTemplateFileFormat_07 - description: Create a template file format with the input parameter code exceeding the maximum length of 36 characters + description: Verify that the system returns an error when Code exceeds 36 characters while creating a template file format role: admin templateFields: ["description"] restMethod: post @@ -165,7 +165,7 @@ CreateTemplateFileFormat: Masterdata_CreateTemplateFileFormat_InputParameter_LangCode_AboveMaxLen3: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_CreateTemplateFileFormat_08 - description: Create a template file format with the input parameter language code exceeding the maximum length of 3 characters + description: Verify that the system returns an error when LangCode exceeds 3 characters while creating a template file format role: admin templateFields: [] restMethod: post @@ -188,7 +188,7 @@ CreateTemplateFileFormat: Masterdata_CreateTemplateFileFormat_InputParameter_isActive_Missing: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_CreateTemplateFileFormat_09 - description: Create a template file format with the input parameter is active as missing + description: Verify that the system returns an error when the isActive input parameter is missing while creating a template file format role: admin templateFields: ["description"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/TemplateFileFormat/UpdateTemplateFileFormat.yml b/api-test/src/main/resources/masterdata/TemplateFileFormat/UpdateTemplateFileFormat.yml index 6b7b57b85f1..984f452b170 100644 --- a/api-test/src/main/resources/masterdata/TemplateFileFormat/UpdateTemplateFileFormat.yml +++ b/api-test/src/main/resources/masterdata/TemplateFileFormat/UpdateTemplateFileFormat.yml @@ -2,7 +2,7 @@ UpdateTemplateFileFormat: Masterdata_UpdateTemplateFileFormat_All_Valid_Smoke: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_UpdateTemplateFileFormat_01 - description: Update template file format with valid details + description: Verify that the system successfully updates a template file format when all input parameters are valid (smoke test) role: admin templateFields: ["langCode"] restMethod: put @@ -21,7 +21,7 @@ UpdateTemplateFileFormat: Masterdata_UpdateTemplateFileFormat_InputParameter_Description_AboveMaxLen256: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_UpdateTemplateFileFormat_02 - description: Update a template file format with the input parameter description exceeding the maximum length of 256 characters + description: Verify that the system returns an error when Description exceeds 256 characters while updating a template file format role: admin templateFields: ["langCode"] restMethod: put @@ -45,7 +45,7 @@ UpdateTemplateFileFormat: Masterdata_UpdateTemplateFileFormat_InputParameter_Description_Missing: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_UpdateTemplateFileFormat_03 - description: Update a template file format with the input parameter description as missing + description: Verify that the system returns an error when the Description input parameter is missing while updating a template file format role: admin templateFields: ["langCode"] restMethod: put @@ -69,7 +69,7 @@ UpdateTemplateFileFormat: Masterdata_UpdateTemplateFileFormat_InputParameter_Description_Empty: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_UpdateTemplateFileFormat_04 - description: Update a template file format with the input parameter description as empty + description: Verify that the system returns an error when the Description input parameter is empty while updating a template file format role: admin templateFields: ["langCode"] restMethod: put @@ -93,7 +93,7 @@ UpdateTemplateFileFormat: Masterdata_UpdateTemplateFileFormat_InputParameter_Code_Missing: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_UpdateTemplateFileFormat_05 - description: Update a template file format with the input parameter code as missing + description: Verify that the system returns an error when the Code input parameter is missing while updating a template file format role: admin templateFields: ["langCode"] restMethod: put @@ -117,7 +117,7 @@ UpdateTemplateFileFormat: Masterdata_UpdateTemplateFileFormat_InputParameter_Code_Empty: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_UpdateTemplateFileFormat_06 - description: Update a template file format with the input parameter code as empty + description: Verify that the system returns an error when the Code input parameter is empty while updating a template file format role: admin templateFields: ["langCode"] restMethod: put @@ -141,7 +141,7 @@ UpdateTemplateFileFormat: Masterdata_UpdateTemplateFileFormat_InputParameter_Code_AboveMaxLen36: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_UpdateTemplateFileFormat_07 - description: Update a template file format with the input parameter code exceeding the maximum length of 36 characters + description: Verify that the system returns an error when Code exceeds 36 characters while updating a template file format role: admin templateFields: ["langCode"] restMethod: put @@ -165,7 +165,7 @@ UpdateTemplateFileFormat: Masterdata_UpdateTemplateFileFormat_InputParameter_LangCode_Missing: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_UpdateTemplateFileFormat_08 - description: Update a template file format with the input parameter language code as missing + description: Verify that the system returns an error when the LangCode input parameter is missing while updating a template file format role: admin restMethod: put inputTemplate: masterdata/TemplateFileFormat/templateFileFormat @@ -188,7 +188,7 @@ UpdateTemplateFileFormat: Masterdata_UpdateTemplateFileFormat_InputParameter_LangCode_Empty: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_UpdateTemplateFileFormat_09 - description: Update a template file format with the input parameter language code as empty + description: Verify that the system returns an error when the LangCode input parameter is empty while updating a template file format role: admin restMethod: put inputTemplate: masterdata/TemplateFileFormat/templateFileFormat @@ -211,7 +211,7 @@ UpdateTemplateFileFormat: AMasterdata_UpdateTemplateFileFormat_InputParameter_LangCode_AboveMaxLen3: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_UpdateTemplateFileFormat_10 - description: Update a template file format with the input parameter language code exceeding the maximum length of 3 characters + description: Verify that the system returns an error when LangCode exceeds 3 characters while updating a template file format role: admin restMethod: put inputTemplate: masterdata/TemplateFileFormat/templateFileFormat @@ -234,7 +234,7 @@ UpdateTemplateFileFormat: Masterdata_UpdateTemplateFileFormat_InputParameter_Invalid_LangCode: endPoint: /v1/masterdata/templatefileformats uniqueIdentifier: TC_Masterdata_UpdateTemplateFileFormat_11 - description: Update a template file format with the input parameter language code as invalid + description: Verify that the system returns an error when an invalid LangCode is provided while updating a template file format role: admin restMethod: put inputTemplate: masterdata/TemplateFileFormat/templateFileFormat diff --git a/api-test/src/main/resources/masterdata/TemplateType/CreateTemplateType.yml b/api-test/src/main/resources/masterdata/TemplateType/CreateTemplateType.yml index fb4157ecef2..80f0c8616ef 100644 --- a/api-test/src/main/resources/masterdata/TemplateType/CreateTemplateType.yml +++ b/api-test/src/main/resources/masterdata/TemplateType/CreateTemplateType.yml @@ -2,7 +2,7 @@ CreateTemplateType: MasterData_CreateTemplateType_All_Valid_Smoke_Sid: endPoint: /v1/masterdata/templatetypes uniqueIdentifier: TC_Masterdata_CreateTemplateType_01 - description: Create template type with valid details + description: Verify that the system successfully creates a template type when all input parameters are valid (smoke test) role: admin templateFields: ["description"] restMethod: post @@ -23,7 +23,7 @@ CreateTemplateType: MasterData_CreateTemplateType_InputParameter_Code_Missing: endPoint: /v1/masterdata/templatetypes uniqueIdentifier: TC_Masterdata_CreateTemplateType_02 - description: Create template type with input parameter code as missing + description: Verify that the system returns an error when the Code input parameter is missing while creating a template type role: admin templateFields: ["description"] restMethod: post @@ -47,7 +47,7 @@ CreateTemplateType: MasterData_CreateTemplateType_InputParameter_Code_AboveMaxLen36: endPoint: /v1/masterdata/templatetypes uniqueIdentifier: TC_Masterdata_CreateTemplateType_03 - description: Create template type with input parameter code exceeding the maximum length of 36 characters + description: Verify that the system returns an error when Code exceeds 36 characters while creating a template type role: admin templateFields: ["description"] restMethod: post @@ -73,7 +73,7 @@ CreateTemplateType: MasterData_CreateTemplateType_InputParameter_isActive_Missing: endPoint: /v1/masterdata/templatetypes uniqueIdentifier: TC_Masterdata_CreateTemplateType_04 - description: Create template type with input parameter is active as missing + description: Verify that the system returns an error when the isActive input parameter is missing while creating a template type role: admin templateFields: ["description"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/Title/CreateTitle.yml b/api-test/src/main/resources/masterdata/Title/CreateTitle.yml index e486604b590..9d590233253 100644 --- a/api-test/src/main/resources/masterdata/Title/CreateTitle.yml +++ b/api-test/src/main/resources/masterdata/Title/CreateTitle.yml @@ -2,7 +2,7 @@ CreateTitle: MasterData_CreateTitle_All_Valid_Smoke: endPoint: /v1/masterdata/title uniqueIdentifier: TC_Masterdata_CreateTitle_01 - description: Create title details with valid data + description: Verify that the system successfully creates a title when all input parameters are valid (smoke test) role: admin templateFields: ["titleName","titleDescription"] restMethod: post @@ -24,7 +24,7 @@ CreateTitle: MasterData_CreateTitle_Invalid_InputParameter_TitleName_Missing: endPoint: /v1/masterdata/title uniqueIdentifier: TC_Masterdata_CreateTitle_02 - description: Create title details with input parameter title name as missing + description: Verify that the system returns an error when the TitleName input parameter is missing while creating a title role: admin templateFields: ["titleDescription"] restMethod: post @@ -49,7 +49,7 @@ CreateTitle: MasterData_CreateTitle_Invalid_InputParameter_TitleName_Empty: endPoint: /v1/masterdata/title uniqueIdentifier: TC_Masterdata_CreateTitle_03 - description: Create title details with input parameter title name as empty + description: Verify that the system returns an error when the TitleName input parameter is empty while creating a title role: admin templateFields: ["titleDescription"] restMethod: post @@ -74,7 +74,7 @@ CreateTitle: MasterData_CreateTitle_Invalid_InputParameter_TitleName_AboveMaxLen64: endPoint: /v1/masterdata/title uniqueIdentifier: TC_Masterdata_CreateTitle_04 - description: Create title details with input parameter title name exceeding the maximum length of 64 characters + description: Verify that the system returns an error when TitleName exceeds 64 characters while creating a title role: admin templateFields: ["titleDescription"] restMethod: post @@ -99,7 +99,7 @@ CreateTitle: MasterData_CreateTitle_Invalid_InputParameter_TitleDescription_AboveMaxLen128: endPoint: /v1/masterdata/title uniqueIdentifier: TC_Masterdata_CreateTitle_05 - description: Create title details with input parameter title description exceeding the maximum length of 128 characters + description: Verify that the system returns an error when TitleDescription exceeds 128 characters while creating a title role: admin templateFields: ["titleName"] restMethod: post @@ -124,7 +124,7 @@ CreateTitle: MasterData_CreateTitle_Invalid_InputParameter_isActive_Missing: endPoint: /v1/masterdata/title uniqueIdentifier: TC_Masterdata_CreateTitle_06 - description: Create title details with input parameter is active as missing + description: Verify that the system returns an error when the isActive input parameter is missing while creating a title role: admin templateFields: ["titleName","titleDescription"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/Title/UpdateTitle.yml b/api-test/src/main/resources/masterdata/Title/UpdateTitle.yml index 9acdc17733a..b81535b97e1 100644 --- a/api-test/src/main/resources/masterdata/Title/UpdateTitle.yml +++ b/api-test/src/main/resources/masterdata/Title/UpdateTitle.yml @@ -2,7 +2,7 @@ UpdateTitle: MasterData_UpdateTitle_All_Valid_Smoke: endPoint: /v1/masterdata/title uniqueIdentifier: TC_Masterdata_UpdateTitle_01 - description: Update title details with valid data + description: Verify that the system successfully updates a title when all input parameters are valid (smoke test) role: admin templateFields: ["titleName","titleDescription"] restMethod: put @@ -23,7 +23,7 @@ UpdateTitle: MasterData_UpdateTitle_Invalid_InputParameter_TitleName_Missing: endPoint: /v1/masterdata/title uniqueIdentifier: TC_Masterdata_UpdateTitle_02 - description: Update title details with input parameter title name as missing + description: Verify that the system returns an error when updating a title with the TitleName parameter missing role: admin templateFields: ["titleDescription"] restMethod: put @@ -48,7 +48,7 @@ UpdateTitle: MasterData_UpdateTitle_Invalid_InputParameter_TitleName_Empty: endPoint: /v1/masterdata/title uniqueIdentifier: TC_Masterdata_UpdateTitle_03 - description: Update title details with input parameter title name as empty + description: Verify that the system returns an error when updating a title with the TitleName parameter empty role: admin templateFields: ["titleDescription"] restMethod: put @@ -73,7 +73,7 @@ UpdateTitle: MasterData_UpdateTitle_Invalid_InputParameter_TitleName_AboveMaxLen64: endPoint: /v1/masterdata/title uniqueIdentifier: TC_Masterdata_UpdateTitle_04 - description: Update title details with input parameter title name exceeding the maximum length of 64 characters + description: Verify that the system returns an error when updating a title with TitleName exceeding the maximum length of 64 characters role: admin templateFields: ["titleDescription"] restMethod: put @@ -98,7 +98,7 @@ UpdateTitle: MasterData_UpdateTitle_Invalid_InputParameter_TitleDescription_AboveMaxLen128: endPoint: /v1/masterdata/title uniqueIdentifier: TC_Masterdata_UpdateTitle_05 - description: Update title details with input parameter title description exceeding the maximum length of 128 characters + description: Verify that the system returns an error when updating a title with TitleDescription exceeding the maximum length of 128 characters role: admin templateFields: ["titleName"] restMethod: put @@ -123,7 +123,7 @@ UpdateTitle: MasterData_UpdateTitle_Invalid_InputParameter_isActive_Missing: endPoint: /v1/masterdata/title uniqueIdentifier: TC_Masterdata_UpdateTitle_06 - description: Update title details with input parameter is active as missing + description: Verify that the system returns an error when updating a title with the isActive parameter missing role: admin templateFields: ["titleName","titleDescription"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/TitleFilter/TitleFilter.yml b/api-test/src/main/resources/masterdata/TitleFilter/TitleFilter.yml index 6ccc893f8b9..24b79e1dd43 100644 --- a/api-test/src/main/resources/masterdata/TitleFilter/TitleFilter.yml +++ b/api-test/src/main/resources/masterdata/TitleFilter/TitleFilter.yml @@ -2,7 +2,7 @@ TitleFilter: MasterData_TitleFilter_Unique_Name_eng_smoke: endPoint: /v1/masterdata/title/filtervalues uniqueIdentifier: TC_Masterdata_TitleFilter_01 - description: Filter the title details by unique name and language code set to English + description: Verify that the system successfully filters titles by unique Name in English (smoke test) role: admin templateFields: ["text"] restMethod: post @@ -29,7 +29,7 @@ TitleFilter: MasterData_TitleFilter_isActive__eng_smoke: endPoint: /v1/masterdata/title/filtervalues uniqueIdentifier: TC_Masterdata_TitleFilter_02 - description: Filter the title details by is active, type is unique and language code set to English + description: Verify that the system successfully filters titles by the isActive status in English (smoke test) role: admin templateFields: ["text"] restMethod: post @@ -55,7 +55,7 @@ TitleFilter: MasterData_TitleFilter_Invalid_RequestTime_neg: endPoint: /v1/masterdata/title/filtervalues uniqueIdentifier: TC_Masterdata_TitleFilter_03 - description: Filter the title details with invalid request time + description: Verify that the system returns an error when filtering titles with a negative RequestTime value role: admin templateFields: ["text"] restMethod: post @@ -81,7 +81,7 @@ TitleFilter: MasterData_TitleFilter_Invalid_Value_Name_neg: endPoint: /v1/masterdata/title/filtervalues uniqueIdentifier: TC_Masterdata_TitleFilter_04 - description: Filter the title details with invalid name + description: Verify that the system returns an error when filtering titles with a negative Name value role: admin templateFields: ["text"] restMethod: post @@ -102,7 +102,7 @@ TitleFilter: MasterData_TitleFilter_isActive__eng_smoke: endPoint: /v1/masterdata/title/filtervalues uniqueIdentifier: TC_Masterdata_TitleFilter_05 - description: Filter the title details by is active, type is between and language code set to English + description: Verify that the system successfully filters titles by isActive status in English (smoke test) role: admin templateFields: ["text"] restMethod: post @@ -129,7 +129,7 @@ TitleFilter: MasterData_TitleFilter_inValid_FilterType_blank: endPoint: /v1/masterdata/title/filtervalues uniqueIdentifier: TC_Masterdata_TitleFilter_06 - description: Filter the title details with invalid filter type + description: Verify that the system returns an error when filtering titles with a blank FilterType parameter role: admin templateFields: ["text"] restMethod: post @@ -155,7 +155,7 @@ TitleFilter: MasterData_TitleFilter_inValid_columnName: endPoint: /v1/masterdata/title/filtervalues uniqueIdentifier: TC_Masterdata_TitleFilter_07 - description: Filter the title details with invalid column name + description: Verify that the system returns an error when filtering titles with an invalid columnName parameter role: admin templateFields: ["text"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/TitleSearch/TitleSearch.yml b/api-test/src/main/resources/masterdata/TitleSearch/TitleSearch.yml index febd2d23b47..4cd77554005 100644 --- a/api-test/src/main/resources/masterdata/TitleSearch/TitleSearch.yml +++ b/api-test/src/main/resources/masterdata/TitleSearch/TitleSearch.yml @@ -2,7 +2,7 @@ TitleSearch: MasterData_TitleSearch_Valid_Smoke: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_01 - description: Search the title details by valid data + description: Verify that the system successfully searches titles with valid input parameters (smoke test) role: admin restMethod: post inputTemplate: masterdata/TitleSearch/titleSearch @@ -28,7 +28,7 @@ TitleSearch: MasterData_TitleSearch_Valid_lang: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_02 - description: Search the title details with valid language code + description: Verify that the system successfully searches titles using a valid language parameter role: admin templateFields: ["value"] restMethod: post @@ -61,7 +61,7 @@ TitleSearch: MasterData_TitleSearch_Equals_Name_eng_smoke: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_03 - description: Search the title details where the type equals the language code eng + description: Verify that the system successfully searches titles by Name using the equals filter in English (smoke test) role: admin templateFields: ["value"] restMethod: post @@ -98,7 +98,7 @@ TitleSearch: MasterData_TitleSearch_Equals_Name_ara_smoke: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_04 - description: Search the title details where the type equals the language code arabic + description: Verify that the system successfully searches titles by Name using the equals filter in Arabic (smoke test) role: admin templateFields: ["value"] restMethod: post @@ -134,7 +134,7 @@ TitleSearch: MasterData_TitleSearch_Invalid_Value_Name_neg: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_05 - description: Search the title details with invalid name parameter + description: Verify that the system returns an error when searching titles with a negative Name value role: admin templateFields: ["value"] restMethod: post @@ -165,7 +165,7 @@ TitleSearch: MasterData_TitleSearch_InvalidPageFetch_neg: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_06 - description: Search the title details with invalid page fetch parameter + description: Verify that the system returns an error when searching titles with a negative PageFetch value role: admin templateFields: ["value"] restMethod: post @@ -201,7 +201,7 @@ TitleSearch: MasterData_TitleSearch_InvalidPageStart_neg: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_07 - description: Search the title details with invalid page start parameter + description: Verify that the system returns an error when searching titles with a negative PageStart value role: admin templateFields: ["value"] restMethod: post @@ -237,7 +237,7 @@ TitleSearch: MasterData_TitleSearch_Invalid_FilterType_neg: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_08 - description: Search the title details with invalid filter type + description: Verify that the system returns an error when searching titles with a negative FilterType value role: admin templateFields: ["value"] restMethod: post @@ -273,7 +273,7 @@ TitleSearch: MasterData_TitleSearch_Invalid_SortType_neg: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_09 - description: Search the title details with invalid sort type + description: Verify that the system returns an error when searching titles with a negative SortType value role: admin templateFields: ["value"] restMethod: post @@ -309,7 +309,7 @@ TitleSearch: MasterData_TitleSearch_Invalid_SortField_neg: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_10 - description: Search the title details with invalid sort field + description: Verify that the system returns an error when searching titles with a negative SortField value role: admin templateFields: ["value"] restMethod: post @@ -346,7 +346,7 @@ TitleSearch: MasterData_TitleSearch_Blank_SortField_pos: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_11 - description: Search the title details with sort field and blank + description: Verify that the system successfully searches titles when the SortField parameter is left blank (positive test) role: admin templateFields: ["value"] restMethod: post @@ -382,7 +382,7 @@ TitleSearch: MasterData_TitleSearch_Invalid_ColumnName_neg: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_12 - description: Search the title details with invalid column name + description: Verify that the system returns an error when searching titles with an invalid ColumnName parameter role: admin templateFields: ["value"] restMethod: post @@ -417,7 +417,7 @@ TitleSearch: MasterData_TitleSearch_Invalid_RequestTime_neg: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_13 - description: Search the title details with invalid request time + description: Verify that the system returns an error when searching titles with a negative RequestTime value role: admin templateFields: ["value"] restMethod: post @@ -453,7 +453,7 @@ TitleSearch: MasterData_TitleSearch_Contains_Name_eng_pos: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_14 - description: Search the title details with the parameter name contains with specific keyword and the language code as English + description: Verify that the system successfully searches titles by Name using the contains filter in English (positive test) role: admin templateFields: ["value"] restMethod: post @@ -490,7 +490,7 @@ TitleSearch: MasterData_TitleSearch_StartsWith_Name_eng_pos: endPoint: /v1/masterdata/title/search uniqueIdentifier: TC_Masterdata_TitleSearch_15 - description: Search the title details with the parameter name starts with specific keyword and the language code as English + description: Verify that the system successfully searches titles by Name using the starts-with filter in English (positive test) role: admin templateFields: ["value"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/UpdateBlockListedWordDetails/UpdateBlockListedWordDetails.yml b/api-test/src/main/resources/masterdata/UpdateBlockListedWordDetails/UpdateBlockListedWordDetails.yml index 66043dff4de..f4c5f152128 100644 --- a/api-test/src/main/resources/masterdata/UpdateBlockListedWordDetails/UpdateBlockListedWordDetails.yml +++ b/api-test/src/main/resources/masterdata/UpdateBlockListedWordDetails/UpdateBlockListedWordDetails.yml @@ -2,7 +2,7 @@ UpdateBlockListedWordDetails: Masterdata_UpdateBlockListedWordDetails_eng_All_Valid_Smoke: endPoint: /v1/masterdata/blocklistedwords/details uniqueIdentifier: TC_Masterdata_UpdateBlockListedWordDetails_01 - description: Update block listed word details with valid data and language code as english + description: Verify that the system successfully updates blocklisted word details with all valid input parameters in English (smoke test) role: admin templateFields: ["description","word"] restMethod: put @@ -22,7 +22,7 @@ UpdateBlockListedWordDetails: Masterdata_CreateBlockListedWords_Invalid_BlocklistedWordsLength129: endPoint: /v1/masterdata/blocklistedwords/details uniqueIdentifier: TC_Masterdata_UpdateBlockListedWordDetails_02 - description: Update blocklisted word details with blocklisted words exceeding the character length of 128 + description: Verify that the system returns an error when creating a blocklisted word with length exceeding 128 characters role: admin templateFields: ["description"] restMethod: put @@ -46,7 +46,7 @@ UpdateBlockListedWordDetails: Masterdata_UpdateBlockListedWords_inValid_descriptionBlank: endPoint: /v1/masterdata/blocklistedwords/details uniqueIdentifier: TC_Masterdata_UpdateBlockListedWordDetails_03 - description: Update blocklisted word details with description as blank + description: Verify that the system returns an error when updating blocklisted words with a blank description parameter role: admin templateFields: ["word"] restMethod: put @@ -70,7 +70,7 @@ UpdateBlockListedWordDetails: Masterdata_CreateBlockListedWords_Invalid_DescriptionLength257: endPoint: /v1/masterdata/blocklistedwords/details uniqueIdentifier: TC_Masterdata_UpdateBlockListedWordDetails_04 - description: Update blocklisted word details with description exceeding the character length of 256 + description: Verify that the system returns an error when creating a blocklisted word with Description exceeding 256 characters role: admin templateFields: ["word"] restMethod: put @@ -94,7 +94,7 @@ UpdateBlockListedWordDetails: Masterdata_CreateBlockListedWords_Invalid_EmptyWord: endPoint: /v1/masterdata/blocklistedwords/details uniqueIdentifier: TC_Masterdata_UpdateBlockListedWordDetails_05 - description: Update blocklisted word details with word parameter as empty + description: Verify that the system returns an error when creating a blocklisted word with the Word parameter empty role: admin templateFields: ["description"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/UpdateBlockListedWordStatus/UpdateBlockListedWordStatus.yml b/api-test/src/main/resources/masterdata/UpdateBlockListedWordStatus/UpdateBlockListedWordStatus.yml index a4f8950a494..8c6b66f03b8 100644 --- a/api-test/src/main/resources/masterdata/UpdateBlockListedWordStatus/UpdateBlockListedWordStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateBlockListedWordStatus/UpdateBlockListedWordStatus.yml @@ -2,7 +2,7 @@ UpdateBlockListedWordStatus: MasterData_UpdateBlockListedWordStatus_All_Valid_Smoke: endPoint: /v1/masterdata/blocklistedwords?isActive={isActive}&word={word} uniqueIdentifier: TC_Masterdata_UpdateBlockListedWordStatus_01 - description: Update block listed word status with valid data + description: Verify that the system successfully updates the status of blocklisted words with all valid input parameters (smoke test) role: admin templateFields: ["word"] restMethod: patch @@ -18,7 +18,7 @@ UpdateBlockListedWordStatus: MasterData_UpdateBlockListedWordStatus_Invalid_word: endPoint: /v1/masterdata/blocklistedwords?isActive={isActive}&word={word} uniqueIdentifier: TC_Masterdata_UpdateBlockListedWordStatus_02 - description: Update block listed word status with invalid word + description: Verify that the system returns an error when updating the status of a blocklisted word with an invalid Word parameter role: admin restMethod: patch additionalDependencies: TC_Masterdata_CreateBlockListedWords_01 diff --git a/api-test/src/main/resources/masterdata/UpdateDeviceSpecStatus/UpdateDeviceSpecStatus.yml b/api-test/src/main/resources/masterdata/UpdateDeviceSpecStatus/UpdateDeviceSpecStatus.yml index 5efa1899e5d..117f38ac8d9 100644 --- a/api-test/src/main/resources/masterdata/UpdateDeviceSpecStatus/UpdateDeviceSpecStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateDeviceSpecStatus/UpdateDeviceSpecStatus.yml @@ -2,7 +2,7 @@ UpdateDeviceSpecStatus: MasterData_UpdateDeviceSpecStatus_All_Valid_Smoke: endPoint: /v1/masterdata/devicespecifications?isActive={isActive}&id={id} uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecStatus_01 - description: Update device spec status with valid data + description: Verify that the system successfully updates the status of a device specification with all valid input parameters (smoke test) role: admin restMethod: patch inputTemplate: masterdata/UpdateDeviceSpecStatus/updateDeviceSpecStatus @@ -17,7 +17,7 @@ UpdateDeviceSpecStatus: MasterData_UpdateDeviceSpecStatus_Invalid_id: endPoint: /v1/masterdata/devicespecifications?isActive={isActive}&id={id} uniqueIdentifier: TC_Masterdata_UpdateDeviceSpecStatus_02 - description: Update device spec status with invalid ID + description: Verify that the system returns an error when updating the status of a device specification with an invalid id parameter role: admin restMethod: patch inputTemplate: masterdata/UpdateDeviceSpecStatus/updateDeviceSpecStatus diff --git a/api-test/src/main/resources/masterdata/UpdateDeviceStatus/UpdateDeviceStatus.yml b/api-test/src/main/resources/masterdata/UpdateDeviceStatus/UpdateDeviceStatus.yml index c1226c736d2..4bac25ffe91 100644 --- a/api-test/src/main/resources/masterdata/UpdateDeviceStatus/UpdateDeviceStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateDeviceStatus/UpdateDeviceStatus.yml @@ -2,7 +2,7 @@ UpdateDeviceStatus: MasterData_UpdateDeviceStatus_All_Valid_Smoke_sid: endPoint: /v1/masterdata/devices uniqueIdentifier: TC_Masterdata_UpdateDeviceStatus_01 - description: Update device status with valid data + description: Verify that the system successfully updates the status of a device with all valid input parameters (smoke test) role: admin templateFields: [] restMethod: patch diff --git a/api-test/src/main/resources/masterdata/UpdateDeviceType/UpdateDeviceType.yml b/api-test/src/main/resources/masterdata/UpdateDeviceType/UpdateDeviceType.yml index 0ddb3e06c56..b7f62dd4026 100644 --- a/api-test/src/main/resources/masterdata/UpdateDeviceType/UpdateDeviceType.yml +++ b/api-test/src/main/resources/masterdata/UpdateDeviceType/UpdateDeviceType.yml @@ -2,7 +2,7 @@ UpdateDeviceType: MasterData_UpdateDeviceType_All_Valid_Smoke_sid: endPoint: /v1/masterdata/devicetypes?isActive=true&code=FRS uniqueIdentifier: TC_Masterdata_UpdateDeviceType_01 - description: Update device type with valid data + description: Verify that the system successfully updates a device type with all valid input parameters (smoke test) role: admin restMethod: patch inputTemplate: masterdata/UpdateDeviceType/updateDeviceType @@ -17,7 +17,7 @@ UpdateDeviceType: MasterData_UpdateDeviceType_Invalid_status: endPoint: /v1/masterdata/devicetypes?isActive=false&code=FRS uniqueIdentifier: TC_Masterdata_UpdateDeviceType_02 - description: Update device type with invalid status + description: Verify that the system returns an error when updating a device type with an invalid status parameter role: admin restMethod: patch inputTemplate: masterdata/UpdateDeviceType/updateDeviceType @@ -37,7 +37,7 @@ UpdateDeviceType: MasterData_UpdateDeviceType_Invalid_code: endPoint: /v1/masterdata/devicetypes?isActive=true&code=ABC uniqueIdentifier: TC_Masterdata_UpdateDeviceType_03 - description: Update device type with invalid code + description: Verify that the system returns an error when updating a device type with an invalid code parameter role: admin restMethod: patch inputTemplate: masterdata/UpdateDeviceType/updateDeviceType diff --git a/api-test/src/main/resources/masterdata/UpdateDeviceTypeStatus/UpdateDeviceTypeStatus.yml b/api-test/src/main/resources/masterdata/UpdateDeviceTypeStatus/UpdateDeviceTypeStatus.yml index 9ed00db173f..5533b9769ec 100644 --- a/api-test/src/main/resources/masterdata/UpdateDeviceTypeStatus/UpdateDeviceTypeStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateDeviceTypeStatus/UpdateDeviceTypeStatus.yml @@ -2,7 +2,7 @@ UpdateDeviceTypeStatus: MasterData_UpdateDeviceTypeStatus_All_Valid_Smoke_sid: endPoint: /v1/masterdata/devicetypes?isActive={isActive}&code={code} uniqueIdentifier: TC_Masterdata_UpdateDeviceTypeStatus_01 - description: Update device type status with valid data + description: Verify that the system successfully updates the status of a device type with all valid input parameters (smoke test) role: admin templateFields: [] restMethod: patch @@ -19,7 +19,7 @@ UpdateDeviceTypeStatus: MasterData_UpdateDeviceTypeStatus_TO_Verify_Deactivation: endPoint: /v1/masterdata/devicetypes?isActive={isActive}&code={code} uniqueIdentifier: TC_Masterdata_UpdateDeviceTypeStatus_02 - description: Update device type status to verify the deactivation status + description: Verify that the system successfully deactivates a device type and reflects the status change correctly role: admin templateFields: [] restMethod: patch diff --git a/api-test/src/main/resources/masterdata/UpdateDocCategory/UpdateDocCategory.yml b/api-test/src/main/resources/masterdata/UpdateDocCategory/UpdateDocCategory.yml index c648affda79..f2a5988223f 100644 --- a/api-test/src/main/resources/masterdata/UpdateDocCategory/UpdateDocCategory.yml +++ b/api-test/src/main/resources/masterdata/UpdateDocCategory/UpdateDocCategory.yml @@ -2,7 +2,7 @@ UpdateDocCategory: MasterData_UpdateDocCategory_All_Valid_Smoke_sid: endPoint: /v1/masterdata/documentcategories?isActive=true&code=POA uniqueIdentifier: TC_Masterdata_UpdateDocCategory_01 - description: Update document category with valid data + description: Verify that the system successfully updates a document category with all valid input parameters (smoke test) role: admin restMethod: patch inputTemplate: masterdata/UpdateDocCategory/updateDocCategory @@ -17,7 +17,7 @@ UpdateDocCategory: MasterData_UpdateDocCategory_Invalid_status: endPoint: /v1/masterdata/documentcategories?isActive=false&code=POA uniqueIdentifier: TC_Masterdata_UpdateDocCategory_02 - description: Update document category with invalid status + description: Verify that the system returns an error when updating a document category with an invalid status parameter role: admin restMethod: patch inputTemplate: masterdata/UpdateDocCategory/updateDocCategory @@ -37,7 +37,7 @@ UpdateDocCategory: MasterData_UpdateDocCategory_Invalid_code: endPoint: /v1/masterdata/documentcategories?isActive=true&code=INVALID uniqueIdentifier: TC_Masterdata_UpdateDocCategory_03 - description: Update document category with invalid code + description: Verify that the system returns an error when updating a document category with an invalid code parameter role: admin restMethod: patch inputTemplate: masterdata/UpdateDocCategory/updateDocCategory diff --git a/api-test/src/main/resources/masterdata/UpdateDocType/UpdateDocType.yml b/api-test/src/main/resources/masterdata/UpdateDocType/UpdateDocType.yml index c2e6d83cd2c..6a5a76dc75c 100644 --- a/api-test/src/main/resources/masterdata/UpdateDocType/UpdateDocType.yml +++ b/api-test/src/main/resources/masterdata/UpdateDocType/UpdateDocType.yml @@ -2,7 +2,7 @@ UpdateDocType: MasterData_UpdateDocType_All_Valid_Smoke_sid: endPoint: /v1/masterdata/documenttypes?isActive=true uniqueIdentifier: TC_Masterdata_UpdateDocType_01 - description: Update document type with valid data + description: Verify that the system successfully updates a document type with all valid input parameters (smoke test) role: admin restMethod: patch inputTemplate: masterdata/UpdateDocType/updateDocType @@ -17,7 +17,7 @@ UpdateDocType: MasterData_UpdateDocType_Invalid_status: endPoint: /v1/masterdata/documenttypes?isActive=false uniqueIdentifier: TC_Masterdata_UpdateDocType_02 - description: Update document type with invalid status + description: Verify that the system returns an error when updating a document type with an invalid status parameter role: admin restMethod: patch inputTemplate: masterdata/UpdateDocType/updateDocType @@ -37,7 +37,7 @@ UpdateDocType: MasterData_UpdateDocType_Invalid_code: endPoint: /v1/masterdata/documenttypes?isActive=true&code=ABC uniqueIdentifier: TC_Masterdata_UpdateDocType_03 - description: Update document type with invalid code + description: Verify that the system returns an error when updating a document type with an invalid code parameter role: admin restMethod: patch inputTemplate: masterdata/UpdateDocType/updateDocType diff --git a/api-test/src/main/resources/masterdata/UpdateDynamicFieldStatus/UpdateDynamicFieldStatus.yml b/api-test/src/main/resources/masterdata/UpdateDynamicFieldStatus/UpdateDynamicFieldStatus.yml index 35374581f8a..3ea8dcb5f8f 100644 --- a/api-test/src/main/resources/masterdata/UpdateDynamicFieldStatus/UpdateDynamicFieldStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateDynamicFieldStatus/UpdateDynamicFieldStatus.yml @@ -2,7 +2,7 @@ UpdateDynamicFieldStatus: MasterData_UpdateDynamicFieldStatus_All_Valid_Smoke: endPoint: /v1/masterdata/dynamicfields?isActive={isActive}&id={id} uniqueIdentifier: TC_Masterdata_UpdateDynamicFieldStatus_01 - description: Update dynamic field status with valid data + description: Verify that the system successfully updates the status of a dynamic field with all valid input parameters (smoke test) role: admin restMethod: patch inputTemplate: masterdata/UpdateDynamicFieldStatus/updateDynamicFieldStatus @@ -17,7 +17,7 @@ UpdateDynamicFieldStatus: MasterData_UpdateDynamicFieldStatus_Invalid_id: endPoint: /v1/masterdata/dynamicfields?isActive={isActive}&id={id} uniqueIdentifier: TC_Masterdata_UpdateDynamicFieldStatus_02 - description: Update dynamic field status with invalid ID + description: Verify that the system returns an error when updating the status of a dynamic field with an invalid id parameter role: admin restMethod: patch inputTemplate: masterdata/UpdateDynamicFieldStatus/updateDynamicFieldStatus @@ -37,7 +37,7 @@ UpdateDynamicFieldStatus: MasterData_UpdateDynamicFieldStatus_ByFieldName_All_Valid_Smoke: endPoint: /v1/masterdata/dynamicfields/all?isActive={isActive}&fieldName={id} uniqueIdentifier: TC_Masterdata_UpdateDynamicFieldStatus_03 - description: Update dynamic field status by field name + description: Verify that the system successfully updates the status of a dynamic field by FieldName with all valid input parameters (smoke test) role: admin restMethod: patch inputTemplate: masterdata/UpdateDynamicFieldStatus/updateDynamicFieldStatus diff --git a/api-test/src/main/resources/masterdata/UpdateHolidayStatus/UpdateHolidayStatus.yml b/api-test/src/main/resources/masterdata/UpdateHolidayStatus/UpdateHolidayStatus.yml index 5595cb65d49..e5b5bc57d2c 100644 --- a/api-test/src/main/resources/masterdata/UpdateHolidayStatus/UpdateHolidayStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateHolidayStatus/UpdateHolidayStatus.yml @@ -2,7 +2,7 @@ UpdateHolidayStatus: MasterData_UpdateHolidayStatus_TO_Verify_Deactivation_Neg: endPoint: /v1/masterdata/holidays?holidayId={holidayId}&isActive={isActive} uniqueIdentifier: TC_Masterdata_UpdateHolidayStatus_01 - description: Update holiday status details with valid data + description: Verify that the system returns an error when attempting to deactivate a holiday with invalid input parameters (negative test) role: admin templateFields: [] restMethod: patch @@ -19,7 +19,7 @@ UpdateHolidayStatus: MasterData_UpdateHolidayStatus_All_Valid_Smoke_sid: endPoint: /v1/masterdata/holidays?holidayId={holidayId}&isActive={isActive} uniqueIdentifier: TC_Masterdata_UpdateHolidayStatus_02 - description: Update holiday status details to verify the deactivated data + description: Verify that the system successfully updates the status of a holiday with all valid input parameters (smoke test) role: admin templateFields: [] restMethod: patch diff --git a/api-test/src/main/resources/masterdata/UpdateIdSchema/UpdateIdSchema.yml b/api-test/src/main/resources/masterdata/UpdateIdSchema/UpdateIdSchema.yml index b47ead89ade..049ae1fbd53 100644 --- a/api-test/src/main/resources/masterdata/UpdateIdSchema/UpdateIdSchema.yml +++ b/api-test/src/main/resources/masterdata/UpdateIdSchema/UpdateIdSchema.yml @@ -2,7 +2,7 @@ UpdateIdSchema: MasterData_Invalid_UpdateIdSchema_older_date_Smoke: endPoint: /v1/masterdata/idschema/publish uniqueIdentifier: TC_Masterdata_UpdateIdSchema_01 - description: Update ID schema details with older date + description: Verify that the system returns an error when updating a record using an outdated IdSchema with an older date (smoke test) role: admin restMethod: put inputTemplate: masterdata/UpdateIdSchema/updateIdSchema @@ -24,7 +24,7 @@ UpdateIdSchema: MasterData_Invalid_UpdateIdSchemac_Already_exists: endPoint: /v1/masterdata/idschema/publish uniqueIdentifier: TC_Masterdata_UpdateIdSchema_02 - description: Update ID schema details which already exists + description: Verify that the system returns an error when updating a record with an IdSchema that already exists role: admin restMethod: put inputTemplate: masterdata/UpdateIdSchema/updateIdSchema diff --git a/api-test/src/main/resources/masterdata/UpdateLanguage/UpdateLanguageStatus.yml b/api-test/src/main/resources/masterdata/UpdateLanguage/UpdateLanguageStatus.yml index b1904d63d24..d8d573d3aae 100644 --- a/api-test/src/main/resources/masterdata/UpdateLanguage/UpdateLanguageStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateLanguage/UpdateLanguageStatus.yml @@ -2,7 +2,7 @@ UpdateLanguageStatus: MasterData_UpdateLanguageStatus_All_Valid_Smoke_sid: endPoint: /v1/masterdata/languages?code=alt&isActive=true uniqueIdentifier: TC_Masterdata_UpdateLanguageStatus_01 - description: Update language status details with valid data + description: Verify that the system successfully updates the status of a language with all valid input parameters (smoke test) role: admin restMethod: patch inputTemplate: masterdata/UpdateLanguage/updateLanguage diff --git a/api-test/src/main/resources/masterdata/UpdateLocationStatus/UpdateLocationStatus.yml b/api-test/src/main/resources/masterdata/UpdateLocationStatus/UpdateLocationStatus.yml index 0629687ba39..9853da9de0d 100644 --- a/api-test/src/main/resources/masterdata/UpdateLocationStatus/UpdateLocationStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateLocationStatus/UpdateLocationStatus.yml @@ -2,7 +2,7 @@ UpdateLocationStatus: MasterData_UpdateLocationStatus_All_Valid_Smoke_sid: endPoint: /v1/masterdata/locations?code={code}&isActive={isActive} uniqueIdentifier: TC_Masterdata_UpdateLocationStatus_01 - description: Update location status details with valid data + description: Verify that the system successfully updates the status of a location with all valid input parameters (smoke test) role: admin restMethod: patch inputTemplate: masterdata/UpdateLocationStatus/updateLocationStatus diff --git a/api-test/src/main/resources/masterdata/UpdateMachineSpecificationStatus/UpdateMachineSpecificationStatus.yml b/api-test/src/main/resources/masterdata/UpdateMachineSpecificationStatus/UpdateMachineSpecificationStatus.yml index 40d8123715e..75a1da62b98 100644 --- a/api-test/src/main/resources/masterdata/UpdateMachineSpecificationStatus/UpdateMachineSpecificationStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateMachineSpecificationStatus/UpdateMachineSpecificationStatus.yml @@ -2,7 +2,7 @@ UpdateMachineSpecificationStatus: MasterData_UpdateMachineSpecification_All_Valid_Smoke_sid: endPoint: /v1/masterdata/machinespecifications uniqueIdentifier: TC_Masterdata_UpdateMachineSpecification_01 - description: Update machine specification status details with valid data + description: Verify that the system successfully updates a machine specification with all valid input parameters (smoke test) role: admin templateFields: [] restMethod: patch diff --git a/api-test/src/main/resources/masterdata/UpdateMachineStatus/UpdateMachineStatus.yml b/api-test/src/main/resources/masterdata/UpdateMachineStatus/UpdateMachineStatus.yml index 3c6372aa906..b5878ac2262 100644 --- a/api-test/src/main/resources/masterdata/UpdateMachineStatus/UpdateMachineStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateMachineStatus/UpdateMachineStatus.yml @@ -2,7 +2,7 @@ UpdateMachineStatus: MasterData_UpdateMachineStatus_All_Valid_Smoke_sid: endPoint: /v1/masterdata/machines uniqueIdentifier: TC_Masterdata_UpdateMachineStatus_01 - description: Update machine status details with valid data + description: Verify that the system successfully updates the status of a machine with all valid input parameters (smoke test) role: globalAdmin templateFields: [] restMethod: patch diff --git a/api-test/src/main/resources/masterdata/UpdateMachineTypeStatus/UpdateMachineTypeStatus.yml b/api-test/src/main/resources/masterdata/UpdateMachineTypeStatus/UpdateMachineTypeStatus.yml index 5f7d35b73ae..f4d4742d02b 100644 --- a/api-test/src/main/resources/masterdata/UpdateMachineTypeStatus/UpdateMachineTypeStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateMachineTypeStatus/UpdateMachineTypeStatus.yml @@ -2,7 +2,7 @@ UpdateMachineTypeStatus: MasterData_UpdateMachineTypeStatus_All_Valid_Smoke_sid: endPoint: /v1/masterdata/machinetypes uniqueIdentifier: TC_Masterdata_UpdateMachineTypeStatus_01 - description: Update machine type status details with valid data + description: Verify that the system successfully updates the status of a machine type with all valid input parameters (smoke test) role: admin templateFields: [] restMethod: patch diff --git a/api-test/src/main/resources/masterdata/UpdateRegCentStatus/UpdateRegCentStatus.yml b/api-test/src/main/resources/masterdata/UpdateRegCentStatus/UpdateRegCentStatus.yml index 0d2279c1a3b..5f0543bd3ca 100644 --- a/api-test/src/main/resources/masterdata/UpdateRegCentStatus/UpdateRegCentStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateRegCentStatus/UpdateRegCentStatus.yml @@ -2,7 +2,7 @@ UpdateRegCentStatus: MasterData_UpdateRegCentStatus_All_Valid_Smoke_sid: endPoint: /v1/masterdata/registrationcenters?isActive={isActive}&id={id} uniqueIdentifier: TC_Masterdata_UpdateRegCentStatus_01 - description: Update registration center status details with valid data + description: Verify that the system successfully updates the status of a registration center with all valid input parameters (smoke test) role: globalAdmin restMethod: patch inputTemplate: masterdata/UpdateRegCentStatus/updateRegCentStatus diff --git a/api-test/src/main/resources/masterdata/UpdateRegCenterTypeStatus/UpdateRegCenterTypeStatus.yml b/api-test/src/main/resources/masterdata/UpdateRegCenterTypeStatus/UpdateRegCenterTypeStatus.yml index 1f50047b61f..b25270aac30 100644 --- a/api-test/src/main/resources/masterdata/UpdateRegCenterTypeStatus/UpdateRegCenterTypeStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateRegCenterTypeStatus/UpdateRegCenterTypeStatus.yml @@ -2,7 +2,7 @@ UpdateRegCenterTypeStatus: MasterData_UpdateRegCenterTypeStatus_All_Valid_Smoke: endPoint: /v1/masterdata/registrationcentertypes?isActive={isActive}&code={code} uniqueIdentifier: TC_Masterdata_UpdateRegCenterTypeStatus_01 - description: Update registration center type status details with valid data + description: Verify that the system successfully updates the status of a registration center type with all valid input parameters (smoke test) role: admin restMethod: patch inputTemplate: masterdata/UpdateRegCenterTypeStatus/updateRegCenterTypeStatus diff --git a/api-test/src/main/resources/masterdata/UpdateRegistrationCenterLang/UpdateRegistrationCenterLang.yml b/api-test/src/main/resources/masterdata/UpdateRegistrationCenterLang/UpdateRegistrationCenterLang.yml index 31cb5b083fd..6cea9a197cc 100644 --- a/api-test/src/main/resources/masterdata/UpdateRegistrationCenterLang/UpdateRegistrationCenterLang.yml +++ b/api-test/src/main/resources/masterdata/UpdateRegistrationCenterLang/UpdateRegistrationCenterLang.yml @@ -2,7 +2,7 @@ UpdateRegistrationCenterLang: MasterData_UpdateRegistrationCenterLang_Smoke: endPoint: /v1/masterdata/registrationcenters/language uniqueIdentifier: TC_Masterdata_UpdateRegistrationCenterLang_01 - description: Update registration center language details with valid data + description: Verify that the system successfully updates the language details of a registration center (smoke test) role: globalAdmin templateFields: ["addressLine1","addressLine2","addressLine3","contactPerson","name"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/UpdateRegistrationCenterNonLanguage/UpdateRegistrationCenterNonLanguage.yml b/api-test/src/main/resources/masterdata/UpdateRegistrationCenterNonLanguage/UpdateRegistrationCenterNonLanguage.yml index 79e29baf038..161281d429a 100644 --- a/api-test/src/main/resources/masterdata/UpdateRegistrationCenterNonLanguage/UpdateRegistrationCenterNonLanguage.yml +++ b/api-test/src/main/resources/masterdata/UpdateRegistrationCenterNonLanguage/UpdateRegistrationCenterNonLanguage.yml @@ -2,7 +2,7 @@ UpdateRegistrationCenterNonLanguage: MasterData_UpdateRegistrationCenterNonLanguage_Smoke: endPoint: /v1/masterdata/registrationcenters/nonlanguage uniqueIdentifier: TC_Masterdata_UpdateRegistrationCenterNonLanguage_01 - description: Update registration center non language details with valid data + description: Verify that the system successfully updates non-language details of a registration center (smoke test) role: admin templateFields: ["contactPerson","name"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/UpdateTemplateFileFormatStatus/UpdateTemplateFileFormatStatus.yml b/api-test/src/main/resources/masterdata/UpdateTemplateFileFormatStatus/UpdateTemplateFileFormatStatus.yml index bdcc424ba34..1c1a064bcbf 100644 --- a/api-test/src/main/resources/masterdata/UpdateTemplateFileFormatStatus/UpdateTemplateFileFormatStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateTemplateFileFormatStatus/UpdateTemplateFileFormatStatus.yml @@ -2,7 +2,7 @@ UpdateTemplateFileFormatStatus: MasterData_UpdateTemplateFileFormatStatus_All_Valid_Smoke: endPoint: /v1/masterdata/templatefileformats?isActive={isActive}&code={code} uniqueIdentifier: TC_Masterdata_UpdateTemplateFileFormatStatus_01 - description: Update template file format status details with valid data + description: Verify that the system successfully updates the status of a template file format with all valid input parameters (smoke test) role: admin restMethod: patch inputTemplate: masterdata/UpdateTemplateFileFormatStatus/updateTemplateFileFormatStatus @@ -17,7 +17,7 @@ UpdateTemplateFileFormatStatus: MasterData_UpdateTemplateFileFormatStatus_Invalid_word: endPoint: /v1/masterdata/templatefileformats?isActive={isActive}&code={code} uniqueIdentifier: TC_Masterdata_UpdateTemplateFileFormatStatus_02 - description: Update template file format status details with invalid word + description: Verify that the system returns an error when updating the status of a template file format with an invalid Word parameter role: admin restMethod: patch inputTemplate: masterdata/UpdateTemplateFileFormatStatus/updateTemplateFileFormatStatus diff --git a/api-test/src/main/resources/masterdata/UpdateTemplateStatus/UpdateTemplateStatus.yml b/api-test/src/main/resources/masterdata/UpdateTemplateStatus/UpdateTemplateStatus.yml index fbd2205673b..baf19afd3fc 100644 --- a/api-test/src/main/resources/masterdata/UpdateTemplateStatus/UpdateTemplateStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateTemplateStatus/UpdateTemplateStatus.yml @@ -2,7 +2,7 @@ UpdateTemplateStatus: MasterData_UpdateTemplateStatus_All_Valid_Smoke_sid: endPoint: /v1/masterdata/templates uniqueIdentifier: TC_Masterdata_UpdateTemplateStatus_01 - description: Update template status details with valid data + description: Verify that the system successfully updates the status of a template with all valid input parameters (smoke test) role: admin templateFields: [] restMethod: patch diff --git a/api-test/src/main/resources/masterdata/UpdateUISpec/UpdateUISpec.yml b/api-test/src/main/resources/masterdata/UpdateUISpec/UpdateUISpec.yml index 23e1bd3aa86..2e8d4a3773a 100644 --- a/api-test/src/main/resources/masterdata/UpdateUISpec/UpdateUISpec.yml +++ b/api-test/src/main/resources/masterdata/UpdateUISpec/UpdateUISpec.yml @@ -2,7 +2,7 @@ UpdateUISpec: MasterData_Invalid_UpdateUISpec_older_date_Smoke: endPoint: /v1/masterdata/uispec/publish uniqueIdentifier: TC_Masterdata_UpdateUISpec_01 - description: Update UI specification details with valid data + description: Verify that the system returns an error when updating a UI specification using an outdated date (smoke test) role: admin restMethod: put inputTemplate: masterdata/UpdateUISpec/updateUISpec @@ -24,7 +24,7 @@ UpdateUISpec: MasterData_Invalid_UpdateUISpec_Already_exists: endPoint: /v1/masterdata/uispec/publish uniqueIdentifier: TC_Masterdata_UpdateUISpec_02 - description: Update UI specification details which already exists + description: Verify that the system returns an error when updating a UI specification that already exists role: admin restMethod: put inputTemplate: masterdata/UpdateUISpec/updateUISpec diff --git a/api-test/src/main/resources/masterdata/UpdateUserCenterMappingStatus/UpdateUserCenterMappingStatus.yml b/api-test/src/main/resources/masterdata/UpdateUserCenterMappingStatus/UpdateUserCenterMappingStatus.yml index e058bd6b196..a44f64c4e73 100644 --- a/api-test/src/main/resources/masterdata/UpdateUserCenterMappingStatus/UpdateUserCenterMappingStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateUserCenterMappingStatus/UpdateUserCenterMappingStatus.yml @@ -2,7 +2,7 @@ UpdateUserCenterMappingStatus: MasterData_UpdateUserCenterMappingStatus_All_Valid_Smoke: endPoint: /v1/masterdata/usercentermapping?isActive={isActive}&id={id} uniqueIdentifier: TC_Masterdata_UpdateUserCenterMappingStatus_01 - description: Update user center mapping status details with valid data + description: Verify that the system successfully updates the status of a user-center mapping with all valid input parameters (smoke test) role: globalAdmin restMethod: patch inputTemplate: masterdata/UpdateUserCenterMappingStatus/updateUserCenterMappingStatus @@ -17,7 +17,7 @@ UpdateUserCenterMappingStatus: MasterData_UpdateUserCenterMappingStatus_Invalid_Id: endPoint: /v1/masterdata/usercentermapping?isActive={isActive}&id={id} uniqueIdentifier: TC_Masterdata_UpdateUserCenterMappingStatus_02 - description: Update user center mapping status details with invalid ID + description: Verify that the system returns an error when updating the status of a user-center mapping with an invalid Id parameter role: globalAdmin restMethod: patch inputTemplate: masterdata/UpdateUserCenterMappingStatus/updateUserCenterMappingStatus diff --git a/api-test/src/main/resources/masterdata/UpdateWorkingDay/UpdateWorkingDay.yml b/api-test/src/main/resources/masterdata/UpdateWorkingDay/UpdateWorkingDay.yml index 99881984aa3..ec181982a8a 100644 --- a/api-test/src/main/resources/masterdata/UpdateWorkingDay/UpdateWorkingDay.yml +++ b/api-test/src/main/resources/masterdata/UpdateWorkingDay/UpdateWorkingDay.yml @@ -2,7 +2,7 @@ UpdateWorkingDay: MasterData_UpdateWorkingDay_Invalid_code: endPoint: /v1/masterdata/workingdays uniqueIdentifier: TC_Masterdata_UpdateWorkingDay_01 - description: Update working day details with invalid code + description: Verify that the system returns an error when updating a working day with an invalid code parameter role: admin templateFields: ["langCode", "name"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/UpdateWorkingDayStatus/UpdateWorkingDayStatus.yml b/api-test/src/main/resources/masterdata/UpdateWorkingDayStatus/UpdateWorkingDayStatus.yml index fa82c83cade..74ca95415ae 100644 --- a/api-test/src/main/resources/masterdata/UpdateWorkingDayStatus/UpdateWorkingDayStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateWorkingDayStatus/UpdateWorkingDayStatus.yml @@ -2,7 +2,7 @@ UpdateWorkingDayStatus: MasterData_UpdateWorkingDayStatus_All_Valid_Smoke: endPoint: /v1/masterdata/workingdays?isActive={isActive}&code={code} uniqueIdentifier: TC_Masterdata_UpdateWorkingDayStatus_01 - description: Update working day status details with valid data + description: Verify that the system successfully updates the status of a working day with all valid input parameters (smoke test) role: admin restMethod: patch inputTemplate: masterdata/UpdateWorkingDayStatus/updateWorkingDayStatus @@ -17,7 +17,7 @@ UpdateWorkingDayStatus: MasterData_UpdateWorkingDayStatus_Invalid_id: endPoint: /v1/masterdata/workingdays?isActive={isActive}&code={code} uniqueIdentifier: TC_Masterdata_UpdateWorkingDayStatus_02 - description: Update working day status details with invalid ID + description: Verify that the system returns an error when updating the status of a working day with an invalid id parameter role: admin restMethod: patch inputTemplate: masterdata/UpdateWorkingDayStatus/updateWorkingDayStatus diff --git a/api-test/src/main/resources/masterdata/UpdateZoneUserStatus/UpdateZoneUserStatus.yml b/api-test/src/main/resources/masterdata/UpdateZoneUserStatus/UpdateZoneUserStatus.yml index 73b4ca07546..e8e72a54f2c 100644 --- a/api-test/src/main/resources/masterdata/UpdateZoneUserStatus/UpdateZoneUserStatus.yml +++ b/api-test/src/main/resources/masterdata/UpdateZoneUserStatus/UpdateZoneUserStatus.yml @@ -2,7 +2,7 @@ UpdateZoneUserStatus: MasterData_UpdateZoneUserStatus_All_Valid_Smoke_sid: endPoint: /v1/masterdata/zoneuser?isActive={isActive}&userId={userId} uniqueIdentifier: TC_Masterdata_UpdateZoneUserStatus_01 - description: Update zone user status details with valid data + description: Verify that the system successfully updates the status of a zone user with all valid input parameters (smoke test) role: admin templateFields: [] restMethod: patch diff --git a/api-test/src/main/resources/masterdata/UserCenterMapping/UpdateUserCenterMapping.yml b/api-test/src/main/resources/masterdata/UserCenterMapping/UpdateUserCenterMapping.yml index 8cb389bc250..79e7a432a63 100644 --- a/api-test/src/main/resources/masterdata/UserCenterMapping/UpdateUserCenterMapping.yml +++ b/api-test/src/main/resources/masterdata/UserCenterMapping/UpdateUserCenterMapping.yml @@ -2,7 +2,7 @@ UpdateUserCenterMapping: MasterData_UpdateUserCenterMapping_All_Valid_Smoke: endPoint: /v1/masterdata/usercentermapping uniqueIdentifier: TC_Masterdata_UpdateUserCenterMapping_01 - description: Update user center mapping details with valid data + description: Verify that the system successfully updates a user-center mapping with all valid input parameters (smoke test) role: globalAdmin templateFields: ["regCenterName"] restMethod: put @@ -28,7 +28,7 @@ UpdateUserCenterMapping: MasterData_UserCenterMapping_Invalid_InputParameter_regCenterId_Missing: endPoint: /v1/masterdata/usercentermapping uniqueIdentifier: TC_Masterdata_UpdateUserCenterMapping_02 - description: Update user center mapping details with the parameter registration center ID as missing + description: Verify that the system returns an error when updating a user-center mapping with the regCenterId parameter missing role: admin templateFields: ["langCode"] restMethod: put @@ -53,7 +53,7 @@ UpdateUserCenterMapping: MasterData_UserCenterMapping_Invalid_InputParameter_Invalid_regCenterId: endPoint: /v1/masterdata/usercentermapping uniqueIdentifier: TC_Masterdata_UpdateUserCenterMapping_03 - description: Update user center mapping details with the parameter registration center ID as invalid + description: Verify that the system returns an error when updating a user-center mapping with an invalid regCenterId parameter role: admin templateFields: ["langCode"] restMethod: put diff --git a/api-test/src/main/resources/masterdata/UserCenterMapping/UserCenterMapping.yml b/api-test/src/main/resources/masterdata/UserCenterMapping/UserCenterMapping.yml index d6e54035c9f..f67a80bc9b3 100644 --- a/api-test/src/main/resources/masterdata/UserCenterMapping/UserCenterMapping.yml +++ b/api-test/src/main/resources/masterdata/UserCenterMapping/UserCenterMapping.yml @@ -2,7 +2,7 @@ UserCenterMapping: MasterData_UserCenterMapping_All_Valid_Smoke_FullResponse_sid: endPoint: /v1/masterdata/usercentermapping uniqueIdentifier: TC_Masterdata_UserCenterMapping_01 - description: Create user center mapping details with valid data + description: Verify that the system successfully updates a user-center mapping with all valid input parameters and returns a full response (smoke test) role: globalAdmin templateFields: ["name"] restMethod: post @@ -29,7 +29,7 @@ UserCenterMapping: MasterData_UserCenterMapping_Invalid_duplicate_entry: endPoint: /v1/masterdata/usercentermapping uniqueIdentifier: TC_Masterdata_UserCenterMapping_02 - description: Create user center mapping details with the duplicate entry + description: Verify that the system returns an error when attempting to create or update a user-center mapping with a duplicate entry role: admin templateFields: ["name"] restMethod: post @@ -55,7 +55,7 @@ UserCenterMapping: MasterData_UserCenterMapping_Invalid_InputParameter_regCenterId_Missing: endPoint: /v1/masterdata/usercentermapping uniqueIdentifier: TC_Masterdata_UserCenterMapping_03 - description: Create user center mapping details with the parameter registration center ID as missing + description: Verify that the system returns an error when updating a user-center mapping with the regCenterId parameter missing role: admin templateFields: ["name"] restMethod: post @@ -81,7 +81,7 @@ UserCenterMapping: MasterData_UserCenterMapping_Invalid_InputParameter_Invalid_regCenterId: endPoint: /v1/masterdata/usercentermapping uniqueIdentifier: TC_Masterdata_UserCenterMapping_04 - description: Create user center mapping details with the parameter registration center ID as invalid + description: Verify that the system returns an error when updating a user-center mapping with an invalid regCenterId parameter role: admin templateFields: ["name"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/ValidDocument/CreateValidDocument.yml b/api-test/src/main/resources/masterdata/ValidDocument/CreateValidDocument.yml index 0e58786fe04..41439ff6733 100644 --- a/api-test/src/main/resources/masterdata/ValidDocument/CreateValidDocument.yml +++ b/api-test/src/main/resources/masterdata/ValidDocument/CreateValidDocument.yml @@ -2,7 +2,7 @@ CreateValidDocument: MasterData_CreateValidDocument_All_Valid_Smoke: endPoint: /v1/masterdata/validdocuments uniqueIdentifier: TC_Masterdata_CreateValidDocument_01 - description: Create valid document details with valid data + description: Verify that the system successfully creates a document with all valid input parameters (smoke test) role: admin restMethod: post inputTemplate: masterdata/ValidDocument/validDocument @@ -21,7 +21,7 @@ CreateValidDocument: MasterData_CreateValidDocument_Invalid_InputParameter_docTypeCode_Missing: endPoint: /v1/masterdata/validdocuments uniqueIdentifier: TC_Masterdata_CreateValidDocument_02 - description: Create valid document details with the parameter document type code as missing + description: Verify that the system returns an error when creating a document with the docTypeCode parameter missing role: admin restMethod: post inputTemplate: masterdata/ValidDocument/validDocument @@ -44,7 +44,7 @@ CreateValidDocument: MasterData_CreateValidDocument_Invalid_InputParameter_docCategoryCode_Missing: endPoint: /v1/masterdata/validdocuments uniqueIdentifier: TC_Masterdata_CreateValidDocument_03 - description: Create valid document details with the parameter document category code as missing + description: Verify that the system returns an error when creating a document with the docCategoryCode parameter missing role: admin restMethod: post inputTemplate: masterdata/ValidDocument/validDocument @@ -67,7 +67,7 @@ CreateValidDocument: MasterData_CreateValidDocument_Invalid_isActive: endPoint: /v1/masterdata/validdocuments uniqueIdentifier: TC_Masterdata_CreateValidDocument_04 - description: Create valid document details with parameter is active as invalid + description: Verify that the system returns an error when creating a document with an invalid isActive parameter role: admin restMethod: post inputTemplate: masterdata/ValidDocument/validDocument diff --git a/api-test/src/main/resources/masterdata/ValidDocumentFilter/ValidDocumentFilter.yml b/api-test/src/main/resources/masterdata/ValidDocumentFilter/ValidDocumentFilter.yml index 95507e79464..60370366eea 100644 --- a/api-test/src/main/resources/masterdata/ValidDocumentFilter/ValidDocumentFilter.yml +++ b/api-test/src/main/resources/masterdata/ValidDocumentFilter/ValidDocumentFilter.yml @@ -2,7 +2,7 @@ ValidDocumentFilter: MasterData_ValidDocumentFilter_Valid_Smoke: endPoint: /v1/masterdata/validdocuments/filtervalues uniqueIdentifier: TC_Masterdata_ValidDocumentFilter_01 - description: Filter the valid document details with valid data + description: Verify that the system successfully filters documents with valid input parameters (smoke test) role: admin templateFields: ["languageCode"] restMethod: post @@ -33,7 +33,7 @@ ValidDocumentFilter: MasterData_ValidDocumentFilter_Invalid_RequestTime: endPoint: /v1/masterdata/validdocuments/filtervalues uniqueIdentifier: TC_Masterdata_ValidDocumentFilter_02 - description: Filter the valid document details with invalid request time + description: Verify that the system returns an error when filtering documents with an invalid RequestTime parameter role: admin templateFields: ["languageCode"] restMethod: post @@ -85,7 +85,7 @@ ValidDocumentFilter: MasterData_ValidDocumentFilter_Blank_FilterType: endPoint: /v1/masterdata/validdocuments/filtervalues uniqueIdentifier: TC_Masterdata_ValidDocumentFilter_04 - description: Filter the valid document details with filter type as blank + description: Verify that the system returns an error when filtering documents with an invalid FilterType parameter role: admin templateFields: ["languageCode"] restMethod: post @@ -111,7 +111,7 @@ ValidDocumentFilter: MasterData_ValidDocumentFilter_InValid_columnName: endPoint: /v1/masterdata/validdocuments/filtervalues uniqueIdentifier: TC_Masterdata_ValidDocumentFilter_05 - description: Filter the valid document details with invalid column name + description: Verify that the system returns an error when filtering documents with an invalid columnName parameter role: admin templateFields: ["languageCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/ValidDocumentMap/ValidDocumentMap.yml b/api-test/src/main/resources/masterdata/ValidDocumentMap/ValidDocumentMap.yml index a191ec621bb..9f1d39637a3 100644 --- a/api-test/src/main/resources/masterdata/ValidDocumentMap/ValidDocumentMap.yml +++ b/api-test/src/main/resources/masterdata/ValidDocumentMap/ValidDocumentMap.yml @@ -2,7 +2,7 @@ ValidDocumentMap: MasterData_ValidDocumentMap_allValid_smoke: endPoint: /v1/masterdata/validdocuments/map/{doccategorycode}/{doctypecode} uniqueIdentifier: TC_Masterdata_ValidDocumentMap_01 - description: Create document map details with valid data + description: Verify that the system successfully maps documents with all valid input parameters (smoke test) role: admin restMethod: put inputTemplate: masterdata/ValidDocumentMap/validDocumentMap diff --git a/api-test/src/main/resources/masterdata/ValidDocumentSearch/ValidDocumentSearch.yml b/api-test/src/main/resources/masterdata/ValidDocumentSearch/ValidDocumentSearch.yml index dc37d829ee4..e00382a8ad7 100644 --- a/api-test/src/main/resources/masterdata/ValidDocumentSearch/ValidDocumentSearch.yml +++ b/api-test/src/main/resources/masterdata/ValidDocumentSearch/ValidDocumentSearch.yml @@ -2,7 +2,7 @@ ValidDocumentSearch: MasterData_ValidDocumentSearch_Valid_Smoke: endPoint: /v1/masterdata/validdocuments/search uniqueIdentifier: TC_Masterdata_ValidDocumentSearch_01 - description: Search document details with valid data + description: Verify that the system successfully searches documents with valid input parameters (smoke test) role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -25,7 +25,7 @@ ValidDocumentSearch: MasterData_ValidDocumentSearch_Valid_Filter_DocCatcode: endPoint: /v1/masterdata/validdocuments/search uniqueIdentifier: TC_Masterdata_ValidDocumentSearch_02 - description: Search document details with filter as document category code + description: Verify that the system successfully searches documents using a valid DocCategoryCode filter role: admin checkErrorsOnlyInResponse: true templateFields: ["languageCode"] @@ -52,7 +52,7 @@ ValidDocumentSearch: MasterData_ValidDocumentSearch_Invalid_NegPageFetch: endPoint: /v1/masterdata/validdocuments/search uniqueIdentifier: TC_Masterdata_ValidDocumentSearch_03 - description: Search document details with page fetch data as invalid + description: Verify that the system returns an error when searching documents with a negative PageFetch value role: admin templateFields: ["languageCode"] restMethod: post @@ -84,7 +84,7 @@ ValidDocumentSearch: MasterData_ValidDocumentSearch_Invalid_NegPageStart: endPoint: /v1/masterdata/validdocuments/search uniqueIdentifier: TC_Masterdata_ValidDocumentSearch_04 - description: Search document details with page start data as invalid + description: Verify that the system returns an error when searching documents with a negative PageStart value role: admin templateFields: ["languageCode"] restMethod: post @@ -116,7 +116,7 @@ ValidDocumentSearch: MasterData_ValidDocumentSearch_Invalid_FilterType_neg: endPoint: /v1/masterdata/validdocuments/search uniqueIdentifier: TC_Masterdata_ValidDocumentSearch_05 - description: Search document details with page filter type as invalid + description: Verify that the system returns an error when searching documents with a negative FilterType value role: admin templateFields: ["languageCode"] restMethod: post @@ -147,7 +147,7 @@ ValidDocumentSearch: MasterData_ValidDocumentSearch_Invalid_SortType_neg: endPoint: /v1/masterdata/validdocuments/search uniqueIdentifier: TC_Masterdata_ValidDocumentSearch_06 - description: Search document details with page sort type as invalid + description: Verify that the system returns an error when searching documents with a negative SortType value role: admin templateFields: ["languageCode"] restMethod: post @@ -179,7 +179,7 @@ ValidDocumentSearch: MasterData_ValidDocumentSearch_Invalid_SortField_neg: endPoint: /v1/masterdata/validdocuments/search uniqueIdentifier: TC_Masterdata_ValidDocumentSearch_07 - description: Search document details with sort field data as invalid + description: Verify that the system returns an error when searching documents with a negative SortField value role: admin templateFields: ["languageCode"] restMethod: post @@ -212,7 +212,7 @@ ValidDocumentSearch: MasterData_ValidDocumentSearch_Blank_SortField: endPoint: /v1/masterdata/validdocuments/search uniqueIdentifier: TC_Masterdata_ValidDocumentSearch_08 - description: Search document details with sort field data as blank + description: Verify that the system successfully searches documents when the SortField parameter is left blank (positive test) role: admin templateFields: ["languageCode"] restMethod: post @@ -244,7 +244,7 @@ ValidDocumentSearch: MasterData_ValidDocumentSearch_Invalid_ColumnName: endPoint: /v1/masterdata/validdocuments/search uniqueIdentifier: TC_Masterdata_ValidDocumentSearch_09 - description: Search document details with column name data as invalid + description: Verify that the system returns an error when searching documents with an invalid ColumnName parameter role: admin templateFields: ["languageCode"] restMethod: post @@ -275,7 +275,7 @@ ValidDocumentSearch: MasterData_ValidDocumentSearch_Invalid_RequestTime: endPoint: /v1/masterdata/validdocuments/search uniqueIdentifier: TC_Masterdata_ValidDocumentSearch_10 - description: Search document details with request time data as invalid + description: Verify that the system returns an error when searching documents with an invalid RequestTime parameter role: admin templateFields: ["languageCode"] restMethod: post diff --git a/api-test/src/main/resources/masterdata/ValidDocumentUnMap/ValidDocumentUnMap.yml b/api-test/src/main/resources/masterdata/ValidDocumentUnMap/ValidDocumentUnMap.yml index 2801719b1c2..2f1631f809f 100644 --- a/api-test/src/main/resources/masterdata/ValidDocumentUnMap/ValidDocumentUnMap.yml +++ b/api-test/src/main/resources/masterdata/ValidDocumentUnMap/ValidDocumentUnMap.yml @@ -2,7 +2,7 @@ ValidDocumentUnMap: MasterData_ValidDocumentUnMap_allValid_smoke: endPoint: /v1/masterdata/validdocuments/unmap/{doccategorycode}/{doctypecode} uniqueIdentifier: TC_Masterdata_ValidDocumentUnMap_01 - description: Update the document Map details with valid document category code and document type code + description: Verify that the system successfully unmaps documents with all valid input parameters (smoke test) role: admin restMethod: put inputTemplate: masterdata/ValidDocumentUnMap/validDocumentUnMap @@ -19,7 +19,7 @@ ValidDocumentUnMap: MasterData_ValidDocumentUnMap_Invalid_InputParameter_docCategoryCode: endPoint: /v1/masterdata/validdocuments/unmap/{doccategorycode}/{doctypecode} uniqueIdentifier: TC_Masterdata_ValidDocumentUnMap_02 - description: Update the document Map details with invalid document category code and valid document type code + description: Verify that the system returns an error when unmapping a document with an invalid docCategoryCode parameter role: admin restMethod: put inputTemplate: masterdata/ValidDocumentUnMap/validDocumentUnMap @@ -40,7 +40,7 @@ ValidDocumentUnMap: MasterData_ValidDocumentUnMap_Invalid_InputParameter_doctypecode: endPoint: /v1/masterdata/validdocuments/unmap/{doccategorycode}/{doctypecode} uniqueIdentifier: TC_Masterdata_ValidDocumentUnMap_03 - description: Update the document Map details with valid document category code and invalid document type code + description: Verify that the system returns an error when unmapping a document with an invalid docTypeCode parameter role: admin restMethod: put inputTemplate: masterdata/ValidDocumentUnMap/validDocumentUnMap diff --git a/api-test/src/main/resources/masterdata/ZoneUser/CreateZoneUser.yml b/api-test/src/main/resources/masterdata/ZoneUser/CreateZoneUser.yml index b17d03b3e3c..bddcf3118fa 100644 --- a/api-test/src/main/resources/masterdata/ZoneUser/CreateZoneUser.yml +++ b/api-test/src/main/resources/masterdata/ZoneUser/CreateZoneUser.yml @@ -2,7 +2,7 @@ CreateZoneUser: MasterData_CreateZoneUser_All_Valid_Smoke_Sid: endPoint: /v1/masterdata/zoneuser uniqueIdentifier: TC_Masterdata_CreateZoneUser_01 - description: Create zone user with valid user data + description: Verify that the system successfully creates a zone user with all valid input parameters (smoke test) role: globalAdmin checkErrorsOnlyInResponse: true restMethod: post @@ -22,7 +22,7 @@ CreateZoneUser: MasterData_CreateZoneUser__Empty_UserID_Valid: endPoint: /v1/masterdata/zoneuser uniqueIdentifier: TC_Masterdata_CreateZoneUser_02 - description: Create zone user with user ID as empty + description: Verify that the system returns an error when creating a zone user with an empty UserID parameter role: admin restMethod: post inputTemplate: masterdata/ZoneUser/zoneUser @@ -45,7 +45,7 @@ CreateZoneUser: MasterData_CreateZoneUser__Empty_zoneCode_Valid: endPoint: /v1/masterdata/zoneuser uniqueIdentifier: TC_Masterdata_CreateZoneUser_03 - description: Create zone user with the parameter zone code as empty + description: Verify that the system returns an error when creating a zone user with an empty zoneCode parameter role: admin restMethod: post inputTemplate: masterdata/ZoneUser/zoneUser @@ -69,7 +69,7 @@ CreateZoneUser: MasterData_CreateZoneUser__Invalid_zoneCode_Valid: endPoint: /v1/masterdata/zoneuser uniqueIdentifier: TC_Masterdata_CreateZoneUser_04 - description: Create zone user with the parameter zone code as invalid + description: Verify that the system returns an error when creating a zone user with an invalid zoneCode parameter role: admin restMethod: post inputTemplate: masterdata/ZoneUser/zoneUser diff --git a/api-test/src/main/resources/masterdata/ZoneUser/UpdateZoneUser.yml b/api-test/src/main/resources/masterdata/ZoneUser/UpdateZoneUser.yml index a68f529b34f..450ac77f846 100644 --- a/api-test/src/main/resources/masterdata/ZoneUser/UpdateZoneUser.yml +++ b/api-test/src/main/resources/masterdata/ZoneUser/UpdateZoneUser.yml @@ -2,7 +2,7 @@ UpdateZoneUser: MasterData_UpdateZoneUser_All_Valid_Smoke_Sid: endPoint: /v1/masterdata/zoneuser uniqueIdentifier: TC_Masterdata_UpdateZoneUser_01 - description: Update zone user with valid user data + description: Verify that the system successfully updates a zone user with all valid input parameters (smoke test) role: globalAdmin checkErrorsOnlyInResponse: true restMethod: put From a85283ac868921c419baaedfada191d6b4ac2e2b Mon Sep 17 00:00:00 2001 From: Famuda1234 Date: Tue, 24 Feb 2026 11:02:12 +0530 Subject: [PATCH 6/8] MOSIP-44431:Masterdata - Update the test case descriptions to improve clarity and readability Signed-off-by: Famuda1234 --- .../masterdata/GetHolidaysMissingIds/GetHolidaysMissingIds.yml | 2 +- .../masterdata/GetTemplateFileFormat/GetTemplateFileFormat.yml | 2 +- .../PacketRejectionReasonCategory.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api-test/src/main/resources/masterdata/GetHolidaysMissingIds/GetHolidaysMissingIds.yml b/api-test/src/main/resources/masterdata/GetHolidaysMissingIds/GetHolidaysMissingIds.yml index 700cb0ab245..dd221cee2d7 100644 --- a/api-test/src/main/resources/masterdata/GetHolidaysMissingIds/GetHolidaysMissingIds.yml +++ b/api-test/src/main/resources/masterdata/GetHolidaysMissingIds/GetHolidaysMissingIds.yml @@ -15,7 +15,7 @@ GetHolidaysMissingIds: output: '{ }' - Admin_GetHolidaysMissingIds_InValid_Inavild_langCode: + Admin_GetHolidaysMissingIds_InValid_Invalid_langCode: endPoint: /v1/masterdata/holidays/missingids/{langcode} uniqueIdentifier: TC_Masterdata_GetHolidaysMissingIds_02 description: Verify that the system returns an error or handles gracefully when an invalid language code is provided while fetching holidays with missing IDs diff --git a/api-test/src/main/resources/masterdata/GetTemplateFileFormat/GetTemplateFileFormat.yml b/api-test/src/main/resources/masterdata/GetTemplateFileFormat/GetTemplateFileFormat.yml index d24d7ac7f55..e1d1c689ce2 100644 --- a/api-test/src/main/resources/masterdata/GetTemplateFileFormat/GetTemplateFileFormat.yml +++ b/api-test/src/main/resources/masterdata/GetTemplateFileFormat/GetTemplateFileFormat.yml @@ -41,7 +41,7 @@ GetTemplateFileFormat: }' Masterdata_GetTemplateFileFormat_langcode_allValid_smoke: endPoint: /v1/masterdata/templatefileformats/code/{code} - uniqueIdentifier: TC_Masterdata_GetTemplateFileFormat_02 + uniqueIdentifier: TC_Masterdata_GetTemplateFileFormat_03 description: Verify that the system successfully returns all template file formats for a valid language code (smoke test) role: admin restMethod: get diff --git a/api-test/src/main/resources/masterdata/PacketRejectionReasonCategory/PacketRejectionReasonCategory.yml b/api-test/src/main/resources/masterdata/PacketRejectionReasonCategory/PacketRejectionReasonCategory.yml index 675038f115a..82c03cb496a 100644 --- a/api-test/src/main/resources/masterdata/PacketRejectionReasonCategory/PacketRejectionReasonCategory.yml +++ b/api-test/src/main/resources/masterdata/PacketRejectionReasonCategory/PacketRejectionReasonCategory.yml @@ -23,7 +23,7 @@ PacketRejectionReasonCategory: MasterData_PacketRejectionReasonCategory_Invalid_langCode: endPoint: /v1/masterdata/packetrejectionreasons/reasoncategory uniqueIdentifier: TC_Masterdata_PacketRejectionReasonCategory_02 - description:Verify that the system returns an error when an invalid language code is provided for fetching packet rejection reason categories + description: Verify that the system returns an error when an invalid language code is provided for fetching packet rejection reason categories role: admin restMethod: get inputTemplate: masterdata/PacketRejectionReasonCategory/packetRejectionReasonCategory From 480718066e23eeebc6f14a60e2ea4e21eddccabf Mon Sep 17 00:00:00 2001 From: Famuda1234 Date: Mon, 2 Mar 2026 11:47:45 +0530 Subject: [PATCH 7/8] MOSIP-44431:Masterdata - Update the test case descriptions to improve clarity and readability Signed-off-by: Famuda1234 --- .../resources/config/masterdata.properties | 287 +++--------------- 1 file changed, 48 insertions(+), 239 deletions(-) diff --git a/api-test/src/main/resources/config/masterdata.properties b/api-test/src/main/resources/config/masterdata.properties index 33d7614c7b8..935ea60b768 100644 --- a/api-test/src/main/resources/config/masterdata.properties +++ b/api-test/src/main/resources/config/masterdata.properties @@ -1,143 +1,34 @@ -#---------------------------------- 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.qa-java21.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://qa-java21.mosip.net:5432/mosip_audit +partner_url = jdbc:postgresql://qa-java21.mosip.net:5432/mosip_ida +# Database server for connections. +db-server = qa-java21.mosip.net +db-port = 5432 -#---------------------------------- 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 = + +#------------------------ PostgreSQL Database Passwords ------------------------# +# Credentials for connecting to Postgres databases. +audit_password = +partner_password = +postgres-password = +#-------- 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 = @@ -149,123 +40,41 @@ mosip_regproc_client_secret = mpartner_default_mobile_secret = mosip_testrig_client_secret = AuthClientSecret = +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 - - -#-------------------- 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 - - -#------------------------- 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 - +# Enable or disable debugging mode (yes/no). +enableDebug = no -#------------------------ 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 +# Whether to use pre-configured OTP (true/false). +usePreConfiguredOtp = false +# Mock Notification Channels (email/phone/email,phone). +mockNotificationChannel = email,phone -#------------------------- 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 +#------------------------ 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 = -#----------------------------------AuthDemoService Host properties----------------------------------------------------------# -#Uncommemnt the below to run locally -#authCertsPath= -#Uncommemnt the below to run in Docker -authCertsPath=/home/mosip/authcerts +#------------------------ Uncomment for Local Run ------------------------# +# Path to the authentication certificates (if running locally, uncomment the below line and keep the value empty). +# authCertsPath = -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 \ No newline at end of file From 33aba310ecd0f59d5a238bc13ea287f33b4a8698 Mon Sep 17 00:00:00 2001 From: Famuda1234 Date: Tue, 3 Mar 2026 11:23:39 +0530 Subject: [PATCH 8/8] MOSIP-44431:Masterdata - Update the test case descriptions to improve clarity and readability Signed-off-by: Famuda1234 --- api-test/src/main/resources/config/masterdata.properties | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/api-test/src/main/resources/config/masterdata.properties b/api-test/src/main/resources/config/masterdata.properties index 935ea60b768..3591f365429 100644 --- a/api-test/src/main/resources/config/masterdata.properties +++ b/api-test/src/main/resources/config/masterdata.properties @@ -48,9 +48,6 @@ mosip_crvs1_client_secret = # Enable or disable debugging mode (yes/no). enableDebug = no -# Whether to use pre-configured OTP (true/false). -usePreConfiguredOtp = false - # Mock Notification Channels (email/phone/email,phone). mockNotificationChannel = email,phone @@ -77,4 +74,6 @@ moduleNamePattern = # X-XSS-Protection: Controls the XSS (Cross-Site Scripting) filter in browsers. # Values: (yes/no) -xssProtectionCheck = no \ No newline at end of file +xssProtectionCheck = no + +testCasesToExecute = \ No newline at end of file