Sachin ChaurasiyaforOpen Replay's Technical Blogopenreplay.hashnode.net·Dec 14, 2022How To Mock APIs With MirageJsWhen working with full-stack applications, we often have to wait for the backend APIs to build the needed endpoints, affecting productivity and project timelines. Mocking API will solve this problem, and we can build complete front-end features even ...Discuss·21 likes·89 readsJavaScript
Shai AlmogforDebugging, Java, JVM and Open Sourcecodenameone.hashnode.net·Oct 25, 2022API Mocking: Essential and RedundantI love contradictions where both states of truth can work at the same time. Case in point this tweet about mocking from the other week: If you use mocks, you are not testing. My answer was: Mocks help assert limited fixed functionality and they ...Discuss·20 likes·366 readsTesting
Pacifique Linjanjaforpaclinjanja.hashnode.net·Mar 11, 2023Build a GraphQL API with NestJs and MongoDB, in a modern way - Part 2.Overview Are you ready to take your GraphQL development skills to the next level? In this series of four articles, I'll guide you through the process of building a powerful GraphQL API using Nest and MongoDB. You'll learn best practices, and see how ...Discuss·4 likes·137 readsnestjs
Saravana Sai forSaravana sai blogsaravanasai.hashnode.net·Mar 29, 2023Create Your Mock Server using PostmanIntroduction Mock Servers allow you to simulate your API data. When Mock Server receives a request, it matches the request against active expectations that have been configured. If an API or service is not yet fully developed they can mock the API al...Discussdevtools
Matías Navarro-CarterforThe Chilean Nerdmnavarro.hashnode.net·Mar 21, 2023What You Really Need To Know About TestingSometimes discussions on testing frustrate me beyond measure. They do because everyone is assuming so much on either side. They take for granted that the world shares their notions of the differences between a stub, a mock and a spy. They believe tha...Discuss·37 readsTesting
Pacifique Linjanjaforpaclinjanja.hashnode.net·Mar 11, 2023Build a GraphQL API with NestJs and MongoDB, in a modern way - Part 2.Overview Are you ready to take your GraphQL development skills to the next level? In this series of four articles, I'll guide you through the process of building a powerful GraphQL API using Nest and MongoDB. You'll learn best practices, and see how ...Discuss·4 likes·137 readsnestjs
Luca Del PuppoforRun, Code & Learnpuppo92.hashnode.net·Jan 26, 2023Playwright - Mock APIHi there,Today I want to talk about how to mock API with Playwright. To do that, I add a new feature to the usual example. When one of the players wins, the system sends a POST request to the URL http://localhost:3001/api/winners to save the history ...Discuss·795 readsPlaywright Getting Startedplaywright
Dany ParedesforDanywalls | Angular ♥ Webdanywalls4.hashnode.net·Dec 30, 2022Exploring the Uses of Mocks and Spies in Unit TestingA few days ago, my friend was writing tests for an Angular App with two dependencies and wanted to test his code. I suggested that he should Spy and Mock the dependencies. When deciding whether to use a Mock or a Spy, it is important to consider the ...Discuss·2.1K readstestingTesting
Danil Hendra Suryawanfor1 tab 2 spacesdanilhendrasr.hashnode.net·Dec 29, 2022Implementing API Mocking for Faster Frontend DevelopmentRecently I've been busy preparing a project for one of my college subjects. I'm in a team consisting of 5 people, 3 of them being a backend engineer, a web frontend engineer, and an Android engineer, with me in charge of the web frontend. We wanted t...Discuss·3 likes·138 readsMocking
Subhash Kumar Singhforsubhash1106.hashnode.net·Dec 16, 2022Mocking Rest InterfaceIn this blog we will cover one of the important aspect to boost the developer performance by mocking the dependent rest interface for seamless development. Let's say you are developing a utility which consumes a rest service provided by other develop...DiscussProductivity
Sachin ChaurasiyaforOpen Replay's Technical Blogopenreplay.hashnode.net·Dec 14, 2022How To Mock APIs With MirageJsWhen working with full-stack applications, we often have to wait for the backend APIs to build the needed endpoints, affecting productivity and project timelines. Mocking API will solve this problem, and we can build complete front-end features even ...Discuss·21 likes·89 readsJavaScript
H.Enes Gökdağforhenesgokdag.hashnode.net·Nov 11, 2022The Logic of Mocking and WiremockGreetings, today I will try to give you information about the logic of mocking and using Wiremock. Mock objects are simulated objects that emulate the behavior of natural objects in a controlled manner. To test the behavior of an object, we need to m...DiscussMocking
Shai AlmogforDebugging, Java, JVM and Open Sourcecodenameone.hashnode.net·Oct 25, 2022API Mocking: Essential and RedundantI love contradictions where both states of truth can work at the same time. Case in point this tweet about mocking from the other week: If you use mocks, you are not testing. My answer was: Mocks help assert limited fixed functionality and they ...Discuss·20 likes·366 readsTesting