Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yape Challenge - Sergio Siccha #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sergio-siccha
Copy link

Hola!

En la carpeta /microservices encontraran un archivo README.md con todo el detalle de los componentes desarrollados.

Tecnologías Utilizadas: Spring Webflux, Redis, Kafka, GraphQL, PostgreSql, entre otros.

A continuación, las evidencias de los casos de prueba ejecutados:

  1. Consultar todas las transacciones

GET_ALL_TRANSACTIONS

  1. Consultar todas las transacciones especificando un limit

GET_ALL_TRANSACTIONS_LIMIT

  1. Consultar todas las transacciones especificando un limit y offset

GET_ALL_TRANSACTIONS_PAGED

  1. Consultar una transacción por su código único

FIND_BY_CODE

5.- Consultar una transacción por un código inexistente

FIND_BY_CODE_NOT_EXIST

6.- Guardar una transacción con un valor superior a 1000

SAVE_TRANSACTION_REJECTED

SAVE_TRANSACTION_REJECTED_BD

6.- Guardar una transacción con un valor inferior a 1000

SAVE_TRANSACTION_APPROBED

SAVE_TRANSACTION_APPROBED_BD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant