排序
Acing Your Java Certification: The Role of Practice Tests
Acing Your Java Certification: The Role of Practice Tests,In the competitive world of IT, Java certifications hold significant value, demonstrating your expertise in one of the mos...
A Guide to Oracle Java Certification Practice Tests
A Guide to Oracle Java Certification Practice Tests,Java remains one of the most widely used programming languages in the world, and achieving an Oracle Java Certification is a pre...
Building local LLM AI-Powered Applications with Quarkus, Ollama and Testcontainers
Building local LLM AI-Powered Applications with Quarkus, Ollama and Testcontainers,Traditionally, many AI-powered applications rely on cloud-based APIs or centralized services for ...
Testing Spring Boot Applications: An Introduction to Unit and Integration Testing
Testing Spring Boot Applications: An Introduction to Unit and Integration Testing, Learn unit and integration testing for Spring Boot apps with JUnit, Mockito, and Spring Boot's te...
Testes integrados com Spring
Testes integrados com Spring, Qual a ideia aqui? A ideia deste artigo é mostrar que é possível desenvolver uma aplicação com Spring iniciando já com cobertura de teste, dando...
Property-Based Matrix Testing in Java
Property-Based Matrix Testing in Java,I've used a common approach for property-based matrix testing in Java. Using JUnit's ParameterizedTest and a MethodSource annotations to point...
Mockito: como utilizar de maneira simples
Mockito: como utilizar de maneira simples,Eu utilizo o Mockito tem algum tempo e é uma ferramenta muito poderosa. Sem ele criar testes seria muito mais verboso e de certa forma co...
Mutation Testing Badge with Pitest and Stryker Dashboard
Mutation Testing Badge with Pitest and Stryker Dashboard,Over the years, badges have become a way for open source maintainers to show the state of their product. Badges can give a ...
Alexa Skills Testing with Java
Alexa Skills Testing with Java, Test your Java Alexa skills This tutorial will help you write automated test cases for Alexa skills written in Java. Using real-life JSON requests a...
How to unit test a custom actuator endpoint
How to unit test a custom actuator endpoint, Spring Boot Actuator (3 Part Series) 1 How to create a custom actuator endpoint to monitor Jira 2 How to unit test a custom actuator en...
Spock Framework: Teste Java com mais produtividade
Spock Framework: Teste Java com mais produtividade,Quem já escreve testes há algum tempo deve ter percebido que, para cada funcionalidade da aplicação que queremos testar, temo...
I tried to use Test-Driven Development
I tried to use Test-Driven Development, We will look into how to use test-driven development in order to write code. I go through the process I use in order to create self-document...