WireMock is a simulator for HTTP–based APIs or MockServer.
REST APIs are everywhere today as it’s the modern and easiest way to build a functionality and expose it to the real world.
When it comes to writing Unit Test Cases that involve REST–based interactions there is always a challenge in testing error responses , network faults, latency and timeouts. WireMock is going to solve this problem of the application code that depends on the external service by mocking the actual service.
In MicroServices Architecture, It is pretty common for services to depend on one other and it’s always a challenge to write test cases for the code that depends on other external services. WireMock provides the necessary tools to simulate an external service so the code that depends on the external service can be tested which helps to build the robust REST Client.
This course is going to cover the techniques that are listed below using WireMock:
Service Virtualization
Simulating the External Service
Simulating Latency
Simulating Error response
Simulating Network errors
Learn to integrate the most powerful HTTP Mock library – WireMock into your application to build a Resilient and Robust REST API clients.
Why you should use WireMock ?
If your application depends on an API that does not exist but still you would like to build the REST Client then WireMock can help support that kind of development.
Instructor Details
Courses : 6
Specification: WireMock for Java Developers
|
6 reviews for WireMock for Java Developers
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $16.99 |
---|---|
Provider | |
Duration | 4.5 hours |
Year | 2021 |
Level | All |
Language | English |
Certificate | Yes |
Quizzes | No |
$94.99 $16.99
Mangesh Shete –
Very nice for writing test case for REST client
Silambarasan –
k
Gajanan Kharat –
Concepts/Topics details explanations would have really help like What is stub ? Behind scenes working of WireMock is not enough explanatory. Including diagram would have been made it better for understanding
Franz Roberto Arratia L pez –
This course was definitely a great material. It is a very useful and interesting technology, especially applicable to the development of software based on microservices architecture. I learned a lot!. A point to take into account to take this course is: This course is not for beginners, since if you do not have an experience in the development of services, spring framework, dependency injection and others related to java technology, you probably will not be able to understand the course very well.
Mohit Khare –
I was looking for some indepth technical knowledge about how to setup own mock server using wiremock and not writing test cases with it. The course lacks details about many features like recording and playback in wiremock. Totally disappointed.
Guo Huang –
This training is meant for Developers, for a testautomation engineer is good to understand how mocking (wiremock) works.