Casos de Pruebas HSM-Adapter
Versión 1. Matriz de casos de prueba
Núm. | Title | Description | Preconditions | Expected Result | Priority | Section | Suite |
1 | POST - HSM createKey - Mandatory KeyID Field | Validar que el campo KeyId se solicite como obligatorio | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/createKey | HSM-Adapter |
2 | POST - HSM createKey - Format KeyID Field | Validar que el formato del campo keyId sea String | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/createKey | HSM-Adapter |
3 | POST - HSM createKey - Length KeyID Field | Validar que la longitud del campo keyId sea de 64 caracteres | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/createKey | HSM-Adapter |
4 | POST - HSM createKey - Mandatory Algorithm Field | Validar que el campo algorithm se solicite como obligatorio | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/createKey | HSM-Adapter |
5 | POST - HSM createKey - Format Algorithm Field | Validar que el formato del campo algorithm sea String | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/createKey | HSM-Adapter |
6 | POST - HSM createKey - Length Algorithm Field | Validar que la longitud del campo algorithm sea de 64 caracteres | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/createKey | HSM-Adapter |
7 | POST - HSM createKey - Mandatory publicKeyAlgorithm Field | Validar que el campo publicKeyAlgorithm se solicite como obligatorio | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/createKey | HSM-Adapter |
8 | POST - HSM createKey - Format publicKeyAlgorithm Field | Validar que el formato del campo publicKeyAlgorithm sea String | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/createKey | HSM-Adapter |
9 | POST - HSM createKey - Length publicKeyAlgorithm Field | Validar que la longitud del campo publicKeyAlgorithm sea de 64 caracteres | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/createKey | HSM-Adapter |
10 | POST - HSM createKey - Mandatory publicKey Field | Validar que el campo publicKey se solicite como obligatorio | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/createKey | HSM-Adapter |
11 | POST - HSM createKey - Format publicKey Field | Validar que el formato del campo publicKey sea String | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/createKey | HSM-Adapter |
12 | POST - HSM createKey - All Fields Corrects Successful Test | Validar el envio de una peticion exitosa, con todos los campos llenos | Servicio desplegado | Mensaje de error: 200 (OK) | Medium | hsm-adapter/createKey | HSM-Adapter |
13 | POST - HSM ValidateTOTP - Mandatory ServerKey Field | Validar que el campo serverKey se solicite como obligatorio | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/validateTOTP | HSM-Adapter |
14 | POST - HSM ValidateTOTP - Format ServerKey Field | Validar que el formato del campo serverKey sea String | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/validateTOTP | HSM-Adapter |
15 | POST - HSM ValidateTOTP - Length ServerKey Field | Validar que la longitud del campo serverKey sea de 64 caracteres | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/validateTOTP | HSM-Adapter |
16 | POST - HSM ValidateTOTP - Mandatory TOTP Field | Validar que el campo totp se solicite como obligatorio | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/validateTOTP | HSM-Adapter |
17 | POST - HSM ValidateTOTP - Format TOTP Field | Validar que el formato del campo totp sea String | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/validateTOTP | HSM-Adapter |
18 | POST - HSM ValidateTOTP - Length TOTP Field | Validar que la longitud del campo totp sea de 64 caracteres | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/validateTOTP | HSM-Adapter |
19 | POST - HSM ValidateTOTP - Mandatory TimeWindow Field | Validar que el campo timeWindow se solicite como obligatorio | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/validateTOTP | HSM-Adapter |
20 | POST - HSM ValidateTOTP - Format TimeWindow Field | Validar que el formato del campo timeWindow sea String | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/validateTOTP | HSM-Adapter |
21 | POST - HSM ValidateTOTP - Length TimeWindow Field | Validar que la longitud del campo timeWindow sea de 64 caracteres | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/validateTOTP | HSM-Adapter |
22 | POST - HSM ValidateTOTP - All Fields Corrects Succesful Test | Validar el envio de una peticion exitosa, con todos los campos llenos | Servicio desplegado | Mensaje de error: 200 (OK) | Medium | hsm-adapter/validateTOTP | HSM-Adapter |
23 | POST - HSM createTOTP - Mandatory ServerKey Field | Validar que el campo serverKey se solicite como obligatorio | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/CreateTOTP | HSM-Adapter |
24 | POST - HSM createTOTP - Format ServerKey Field | Validar que el formato del campo serverKey sea String | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/CreateTOTP | HSM-Adapter |
25 | POST - HSM createTOTP - Length ServerKey Field | Validar que la longitud del campo serverKey sea de 64 caracteres | Servicio desplegado | Mensaje de error: 406 NOT_ACCEPTABLE | Medium | hsm-adapter/CreateTOTP | HSM-Adapter |
26 | POST - HSM createTOTP - Succesful Test | Validar el envio de la peticion exitosa | Servicio desplegado | Mensaje de error: 200 (OK) | Medium | hsm-adapter/CreateTOTP | HSM-Adapter |
Versiones
Versión | Jira |
---|---|
1.0 | |
2.0 | |
3.0 | |
4.0
| Casos de prueba en format CSV |