A logo showing the text blog.marcnuri.com
English
Inicio»Testing

Entradas Recientes

  • Black Box vs White Box Testing: Cuándo Usar Cada Enfoque
  • Fabric8 Kubernetes Client 7.4.0 está disponible!
  • Kubernetes MCP Server se une a la organización Containers
  • MCP Tool Annotations: Añadiendo Metadatos y Contexto a Tus Herramientas de IA
  • Fabric8 Kubernetes Client 7.2.0 está disponible!

Categorías

  • Antiguo
  • Cloud Native
  • Desarrollo Backend
  • Desarrollo Frontend
  • Herramientas
  • Ingeniería de calidad
  • Inteligencia Artificial
  • JavaScript
  • Operaciones
  • Personal
  • Proyectos personales
  • Reflexiones sobre Ingeniería

Archivos

  • octubre 2025
  • septiembre 2025
  • julio 2025
  • mayo 2025
  • abril 2025
  • marzo 2025
  • febrero 2025
  • enero 2025
  • diciembre 2024
  • noviembre 2024
  • agosto 2024
  • junio 2024
  • mayo 2024
  • abril 2024
  • marzo 2024
  • febrero 2024
  • enero 2024
  • diciembre 2023
  • noviembre 2023
  • octubre 2023
  • septiembre 2023
  • agosto 2023
  • julio 2023
  • junio 2023
  • mayo 2023
  • abril 2023
  • marzo 2023
  • febrero 2023
  • enero 2023
  • diciembre 2022
  • noviembre 2022
  • octubre 2022
  • septiembre 2022
  • agosto 2022
  • julio 2022
  • junio 2022
  • mayo 2022
  • marzo 2022
  • febrero 2022
  • enero 2022
  • diciembre 2021
  • noviembre 2021
  • octubre 2021
  • septiembre 2021
  • agosto 2021
  • julio 2021
  • enero 2021
  • diciembre 2020
  • octubre 2020
  • septiembre 2020
  • agosto 2020
  • junio 2020
  • mayo 2020
  • marzo 2020
  • febrero 2020
  • enero 2020
  • noviembre 2019
  • septiembre 2019
  • julio 2019
  • diciembre 2018
  • agosto 2018
  • julio 2018
  • junio 2018
  • mayo 2018
  • marzo 2018
  • febrero 2018
  • noviembre 2017
  • octubre 2017
  • agosto 2017
  • julio 2017
  • enero 2017
  • julio 2016
  • enero 2016
  • diciembre 2015
  • noviembre 2015
  • diciembre 2014
  • marzo 2014
  • febrero 2011
  • junio 2008
  • mayo 2008
  • abril 2008
  • enero 2008
  • junio 2007
  • mayo 2007
  • abril 2007
  • marzo 2007

Testing


A thumbnail to represent the post Black Box vs White Box Testing: Cuándo Usar Cada Enfoque
Descubre las diferencias entre el testing blackbox y whitebox, y por qué blackbox debería ser tu opción por defecto para suites de test robustas y mantenibles.

Black Box vs White Box Testing: Cuándo Usar Cada Enfoque

2025-10-06 en Ingeniería de calidad etiquetado Test-Driven Development (TDD) / Testing / Buenas Prácticas por Marc Nuri
A thumbnail to represent the post Conectarse a un servidor Model Context Protocol (MCP) con Java y LangChain4j
Aprende a integrar aplicaciones Java con un servidor MCP usando LangChain4j. En el artículo muestro además cómo utilizarlo para pruebas de integración y e2e.

Conectarse a un servidor Model Context Protocol (MCP) con Java y LangChain4j

2025-03-10 en Inteligencia Artificial / Desarrollo Backend etiquetado Java / LLM / AI Agent / Model Context Protocol (MCP) / LangChain4j / Testing por Marc Nuri
A thumbnail to represent the post Cómo omitir tests en versiones específicas del JDK con Maven Compiler Plugin
Aprende a configurar el Maven Compiler Plugin para compilar y ejecutar tests solo en versiones específicas del JDK.

Cómo omitir tests en versiones específicas del JDK con Maven Compiler Plugin

2025-01-14 en Ingeniería de calidad etiquetado Java / Maven / Testing / Test-Driven Development (TDD) por Marc Nuri
A thumbnail to represent the post Cómo Testear Aplicaciones Kubernetes en Go con EnvTest: Una Guía Práctica
Aprende a simplificar los tests de integración para tus operadores y controladores Kubernetes usando el paquete EnvTest de controller-runtime.

Cómo Testear Aplicaciones Kubernetes en Go con EnvTest: Una Guía Práctica

2023-11-27 en Cloud Native / Ingeniería de calidad etiquetado Go / Kubernetes / kubectl / client-go / Testing / Test-Driven Development (TDD) / Operadores por Marc Nuri
A thumbnail to represent the post Introducción a Testcontainers para Go
Guía para empezar a usar Testcontainers para Go con un ejemplo completo

Introducción a Testcontainers para Go

2023-11-03 en Ingeniería de calidad etiquetado Go / Testcontainers / Testing / Test-Driven Development (TDD) / HTTP por Marc Nuri
A thumbnail to represent the post Pruebas unitarias para APIs REST basadas en Go Gin Web Framework con httptest
Cómo probar APIs RESTful HTTP basadas en Gin-Gonic usando el paquete httptest de Go

Pruebas unitarias para APIs REST basadas en Go Gin Web Framework con httptest

2023-10-25 en Ingeniería de calidad etiquetado Go / Gin Web Framework / Testing / httptest / Test-Driven Development (TDD) por Marc Nuri
A thumbnail to represent the post Cómo preparar y desmontar tests unitarios en Go
Cómo preparar (set up) y desmontar (tear-down) pruebas unitarias en Go usando la biblioteca estándar de Go para test unitarios

Cómo preparar y desmontar tests unitarios en Go

2023-10-12 en Ingeniería de calidad etiquetado Go / Testing / Test-Driven Development (TDD) por Marc Nuri
A thumbnail to represent the post JUnit 5 - Cómo ejecutar tests unitarios en Maven
Artículo en el que describo cómo configurar tu proyecto Maven para poder ejecutar tests unitarios JUnit y JUnit 5 usando el plugin Maven Surefire.

JUnit 5 - Cómo ejecutar tests unitarios en Maven

2023-08-29 en Ingeniería de calidad etiquetado Java / Testing / JUnit / JUnit 5 / Maven / Test-Driven Development (TDD) por Marc Nuri
A thumbnail to represent the post JUnit 5 - Como deshabilitar o ignorar tests
Artículo en el que se describe como deshabilitar tests en JUnit5 usando la anotación @Disabled que es análoga a la anotación @Ignore de JUnit4.

JUnit 5 - Como deshabilitar o ignorar tests

2023-08-25 en Ingeniería de calidad etiquetado Java / Consejo breve / Testing / JUnit / JUnit 5 / Test-Driven Development (TDD) por Marc Nuri
A thumbnail to represent the post MockMvc – Introducción a Spring MVC testing framework: Probando endpoints
Introducción a Spring MVC testing framework y ventajas de MockMvc frente a tests unitarios. Tres formas de preparar MockMvc y uso de standaloneSetup.

MockMvc – Introducción a Spring MVC testing framework: Probando endpoints

2018-08-01 en Ingeniería de calidad etiquetado Agile / Automatización / JUnit / Mockito / MockMVC / REST / Spring Framework / Spring Boot / Testing por Marc Nuri
A thumbnail to represent the post Spring Bean Scopes: Singleton con Prototypes
Soluciona el problema de inyectar un Bean Prototype en un Singleton en Spring y compara las técnicas disponibles.

Spring Bean Scopes: Singleton con Prototypes

2018-06-06 en Desarrollo Backend etiquetado Bean / Java / Ámbitos / SOLID / Spring Framework / Spring Boot / Testing por Marc Nuri
A thumbnail to represent the post Spring Data MongoDB: Implementación de un repositorio a medida
Cómo definir métodos personalizados en repositorios Spring Data para MongoDB y probarlos con tests unitarios.

Spring Data MongoDB: Implementación de un repositorio a medida

2018-03-14 en Desarrollo Backend etiquetado Java / MongoDB / Spring Framework / Spring Boot / Spring Data / Testing por Marc Nuri

Navegador de artículos
Entradas más antiguas
© 2007 - 2025 Marc Nuri