masterdata.FetchModule.FetchModule.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apitest-masterdata Show documentation
Show all versions of apitest-masterdata Show documentation
Parent project of MOSIP Admin Services apitests
The newest version!
FetchModule:
MasterData_FetchModule_allValid_smoke_with_lang:
endPoint: /v1/masterdata/modules/{langcode}
uniqueIdentifier: TC_Masterdata_FetchModule_01
description: Retrieve Module Details by langcode
role: admin
checkErrorsOnlyInResponse: true
restMethod: get
inputTemplate: masterdata/FetchModule/fetchModule
outputTemplate: masterdata/FetchModule/fetchModuleResult
input: '{
"langcode": "eng"
}'
output: '{
}'
MasterData_FetchModule_Invalid_smoke_with_Invalid_langcode:
endPoint: /v1/masterdata/modules/{langcode}
uniqueIdentifier: TC_Masterdata_FetchModule_02
description: Retrieve Module Details by invalid langcode
role: admin
restMethod: get
inputTemplate: masterdata/FetchModule/fetchModule
outputTemplate: masterdata/error
input: '{
"langcode": "eng1"
}'
output: '{
"errors": [
{
"errorCode": "KER-MSD-248",
"message": "Module not Found"
}
]
}'
© 2015 - 2025 Weber Informatics LLC | Privacy Policy