ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,639 results

Java Master
Integration Tests with WireMock and Spring Boot

In this tutorial, we write integration tests for the Spring Boot application using WireMock. For Unit tests please refer to this tutorial: ...

55:11
Integration Tests with WireMock and Spring Boot

6,894 views

2 years ago

SivaLabs
Java Testing Made Easy : Testing External API Integrations using WireMock and MockServer

sivalabs #java #testing #junit #junit5 #spring #springboot #integrationtesting #wiremock #mockserver #testcontainers In this video ...

23:41
Java Testing Made Easy : Testing External API Integrations using WireMock and MockServer

24,039 views

2 years ago

Alex Gutjahr
Stub External APIs with WireMock and Spring Boot

Hola fam! In this tutorial, we stub an external API using WireMock. I also use the new RestClient for the first time to interact with the ...

15:00
Stub External APIs with WireMock and Spring Boot

7,276 views

2 years ago

Devoxx
Speed up writing tests with Wiremock Spring Boot by Pieter-Jan Drouillon

Calling APIs is business as usual. Building API clients is always good fun, testing them is somewhat trickier. Wiremock is one of ...

13:25
Speed up writing tests with Wiremock Spring Boot by Pieter-Jan Drouillon

1,145 views

1 year ago

People also watched

TodoCode
RESUELVO una PRUEBA TÉCNICA de JAVA SPRING BOOT de una empresa REAL en 3 horas

Spring Boot es una de las herramientas de Java más solicitadas en el ámbito laboral. En este video vamos a resolver PASO A ...

3:15:21
RESUELVO una PRUEBA TÉCNICA de JAVA SPRING BOOT de una empresa REAL en 3 horas

38,039 views

2 months ago

Spring I/O
Things I Wish I Knew When I Started Testing Spring Boot Applications by Philip Riecks @ Spring I/O

Spring I/O 2023 - Barcelona, 18-19 May Getting started with Spring Boot and its auto-configuration mechanism can be a hurdle for ...

33:09
Things I Wish I Knew When I Started Testing Spring Boot Applications by Philip Riecks @ Spring I/O

19,653 views

2 years ago

Devoxx UK
Spring Boot testing: Zero to Hero by Daniel Garnier-Moiroux

For updates and more, join our community https://www.linkedin.com/company/devoxx-united-kingdom You created your app ...

1:49:05
Spring Boot testing: Zero to Hero by Daniel Garnier-Moiroux

2,118 views

8 months ago

Codefarm
4 WireMock - Standalone Server || Request Stubbing with WireMock Server|| SpringBoot + WireMock

Why do we need a standalone WireMock server? How to run WireMock standalone server? How to do stubbing with ...

25:06
4 WireMock - Standalone Server || Request Stubbing with WireMock Server|| SpringBoot + WireMock

11,441 views

5 years ago

SPL CodeCamp
Install Wiremock using docker | Docker Compose | Postman API Mapping

How to install Wiremock using docker compose file and map API's through postman in windows machine. In this video, we'll cover ...

10:01
Install Wiremock using docker | Docker Compose | Postman API Mapping

5,043 views

3 years ago

Neeraj Sachdeva
WireMock using Docker

https://wiremock.org/docs/docker/

6:07
WireMock using Docker

2,596 views

3 years ago

Learn with RV
WireMock tutorial - create mocked API endpoints

In this tutorial, we will learn how to create mocked API endpoints using WireMock, as a standalone process, step by step.

11:27
WireMock tutorial - create mocked API endpoints

29,664 views

5 years ago

Philip Riecks
WireMock JUnit 5 Test Setup For Integration Tests

YouTube series explaining how to use WireMock for mocking the HTTP communication to external systems for integration tests.

13:18
WireMock JUnit 5 Test Setup For Integration Tests

7,582 views

4 years ago

Tech Tutor
Learn About Feign Clients Using Java Spring in 15 minutes

In this video you will learn about how to set up a basic Java Spring project in order to use Feign Clients. Useful Videos: ...

16:02
Learn About Feign Clients Using Java Spring in 15 minutes

21,539 views

4 years ago

Dezlearn Education
WireMock 6: Recording WireMock Stubs From Live WebService. Mocking REST API Service using WireMock.

GET FULL ACCESS to our Video Courses and Downloadable Coding Resources: Learn JavaScript with NodeJS: ...

8:31
WireMock 6: Recording WireMock Stubs From Live WebService. Mocking REST API Service using WireMock.

7,711 views

3 years ago

Philip Riecks
WireMock Introduction and Basic Integration Test Setup to Mock HTTP Communication

YouTube series explaining how to use WireMock for mocking the HTTP communication to external systems for integration tests.

21:05
WireMock Introduction and Basic Integration Test Setup to Mock HTTP Communication

26,094 views

4 years ago

Mike Møller Nielsen
Spring Boot and Wiremock - Great for integration testing

Join this channel to get access to perks: https://www.youtube.com/channel/UCxWCnBPnLrCBsMg-0TWTzpQ/join Enjoy! :-) Thank ...

28:22
Spring Boot and Wiremock - Great for integration testing

533 views

1 year ago

Devoxx
Speed up writing tests with Wiremock Spring Boot By Pieter Jan Drouillon

Calling APIs is business as usual. Building API clients is always good fun, testing them is somewhat trickier. Wiremock is one of ...

28:17
Speed up writing tests with Wiremock Spring Boot By Pieter Jan Drouillon

3,763 views

2 years ago

WireMock
WireMock Intro

This video shows one end to end flow of creating a new mock - it illustrates how easy it is to get API mock up and running with ...

2:21
WireMock Intro

2,815 views

3 years ago

Devoxx
Wiremock: because your microservice needs a buddy when you're testing by Rosanne Joosten

Microservices are a popular architectural pattern in the Java world. So developers have to learn to deal with this architecture and ...

32:17
Wiremock: because your microservice needs a buddy when you're testing by Rosanne Joosten

22,442 views

6 years ago

vlogize
Setting Up WireMock with Dynamic Ports for Spring Boot Integration Testing

Learn how to resolve integration test issues in Spring Boot by setting up `WireMock` with dynamic ports to avoid conflicts.

1:52
Setting Up WireMock with Dynamic Ports for Spring Boot Integration Testing

20 views

9 months ago

Oleh Pendrak
Интеграционные тесты с WireMock | Java QA Automation

В этом видео я расскажу про использование WireMock и Spring. Рассмотрим, как создать и настроить моки с помощью ...

29:45
Интеграционные тесты с WireMock | Java QA Automation

10,181 views

1 year ago

SivaLabs
Spring Boot MicroServices  Tutorial : RestClient with Resilience4j Patterns Applied

sivalabs #java #spring #springboot #springcloud #microservices #restapi #rabbitmq #testing #junit #junit5 #maven ...

1:04:10
Spring Boot MicroServices Tutorial : RestClient with Resilience4j Patterns Applied

3,577 views

1 year ago

Programming Techie
Spring Boot Microservices Tutorial - Part 4 - Spring Cloud OpenFeign & Testing with Wiremock

In this Spring Boot 3 Microservices tutorial series, we will learn how to build microservices using Spring Boot and Spring Cloud.

24:20
Spring Boot Microservices Tutorial - Part 4 - Spring Cloud OpenFeign & Testing with Wiremock

25,950 views

1 year ago

Dezlearn Education
WireMock 2: WireMock Setup. How to create WireMock Standalone Server?

GET FULL ACCESS to our Video Courses and Downloadable Coding Resources: Learn JavaScript with NodeJS: ...

6:56
WireMock 2: WireMock Setup. How to create WireMock Standalone Server?

15,939 views

3 years ago

QA Stack
Part I - WireMock: Introduction to Stubs

Following items are covered as part of this video : 1.Wire Mack Introduction 2.Installation 3.WireMock Server Start 4.

22:32
Part I - WireMock: Introduction to Stubs

797 views

4 years ago