Yogesh JoshiThe Correct Way Of Testing Http Calls — Mock Web Server by OkHttpWriting test cases is a crucial part of software development. When it comes to code that makes HTTP calls to fetch information, developers…Jul 3
Jay Kim[Spring Boot] Using WireMock and MockWebServer for Spring WebFlux Integration TestsThis article covers how to configure WireMock and MockWebServer for a Spring WebFlux application to stub for any external APIs the…Jul 22, 20231
Pouya MazloumpourTesting JSON-to-Kotlin Parsing with MockWebServer in AndroidIf you use APIs, you can write unit tests to verify the correct parsing of JSON into Kotlin models. In this article, we’ll teach you how to…Sep 12, 2023Sep 12, 2023
InXebia Engineering BlogbySugandha SapraThe Recommended Way Of Testing HTTP Calls — MockWebServer by OkHttpNothing makes a system more flexible than a suite of tests. Nothing. Good architecture and design are important, but the effect of a…Apr 5, 20211Apr 5, 20211
InNerd For TechbyHabibi Coding | حبيبي كودنقAndroid MVVM CRUD Tutorial Series — Part 9In Part 8 of this tutorial series, we covered the following steps:Aug 28, 2023Aug 28, 2023
Yogesh JoshiThe Correct Way Of Testing Http Calls — Mock Web Server by OkHttpWriting test cases is a crucial part of software development. When it comes to code that makes HTTP calls to fetch information, developers…Jul 3
Jay Kim[Spring Boot] Using WireMock and MockWebServer for Spring WebFlux Integration TestsThis article covers how to configure WireMock and MockWebServer for a Spring WebFlux application to stub for any external APIs the…Jul 22, 20231
Pouya MazloumpourTesting JSON-to-Kotlin Parsing with MockWebServer in AndroidIf you use APIs, you can write unit tests to verify the correct parsing of JSON into Kotlin models. In this article, we’ll teach you how to…Sep 12, 2023
InXebia Engineering BlogbySugandha SapraThe Recommended Way Of Testing HTTP Calls — MockWebServer by OkHttpNothing makes a system more flexible than a suite of tests. Nothing. Good architecture and design are important, but the effect of a…Apr 5, 20211
InNerd For TechbyHabibi Coding | حبيبي كودنقAndroid MVVM CRUD Tutorial Series — Part 9In Part 8 of this tutorial series, we covered the following steps:Aug 28, 2023
InProAndroidDevbyDaniel HorowitzTesting Retrofit converter with Mock WebserverCombine Unit tests and MockWebserver to fully test Retrofit network integrationsJan 11, 20212
InGeek CulturebyStanislav VainSpring Boot WebClient Testing TechniquesUnleash the power of effective testing in Spring Boot WebClient.Apr 7, 2023
tarun mehtaUnit testing of an API using a mock web server in an Android applicationIn this blog post, we’ll discuss how to perform unit testing of an API using a mock web server in an Android application. We’ll explain…Mar 8, 2023