Teddy Okaformockapi.hashnode.dev路Dec 10, 2024Unlock Your Project鈥檚 Potential with Effortless Mock APIsToday鈥檚 world of software development is all about speed, flexibility, and delivering exceptional user experiences as quickly as possible. When you need to test and validate features, show interactive prototypes to stakeholders, or refine your UI wit...APIs
Teddy Okaformockapi.hashnode.dev路Dec 10, 2024Powering Rapid Prototyping and Front-End Innovation with MockAPIIn an age where product development lifecycles are growing ever shorter and user expectations are ever higher, having the right tools at your disposal can make all the difference. For front-end developers, UX designers, and product managers, quickly ...Mocking
Waleed Javedwaleed.hashnode.dev路Oct 25, 2024Testing Lambda Functions Locally with Mocha & Chai for Integration ReadinessTo ensure thorough testing of AWS Lambda functions locally, especially to catch integration issues before deploying to QA or production, you can use a combination of tools, libraries, and practices. Here's a step-by-step guide on how to achieve this,...AWS Cloudaws-sdk-mock
Dmitrii Skrylevskrdev.hashnode.dev路Sep 29, 2024How to use Mocking Service Worker (MSW) for your JS POC demos.馃憠 Check out my project MudQuest聽the first real-time offroad enthusiast finder. Prerequisites Live Demo - give it a minute to load, I am using free hosting; GitHub Repo with an example - https://github.com/zhivou/msw-demo?tab=readme-ov-file; I a...msw
Jagsjagannath.dev路Sep 18, 2024Mastering API Testing: A Comparison of HAR Files and Mocking TechniquesWhen testing API interactions, you have two primary options: using HAR (HTTP Archive) files or mocking. Each method has its strengths and weaknesses, and the choice between them depends on your specific testing needs. Use HAR Files for: Complex, mul...PlaywrightMocking
Jagsjagannath.dev路Sep 18, 2024Mastering Playwright: Learn secure HAR-Based Mocking in PlaywrightTo start, you'll need to record all necessary network calls into a HAR (HTTP Archive) file. The process for doing so varies slightly depending on the browser you're using. Next, you'll want to sanitize your HAR file to remove any sensitive informatio...28 readsPlaywrightplaywright
Simon Crowesimoncrowe.hashnode.dev路Sep 7, 2024Python Testing Part 1: isolating external calls and minimising mocksMocks are a necessary evil in Python testing. If overused, they essentially become "change detectors", meaning that every time you refactor the implementation of your code, you must update the mocks too. Ideally, your tests should verify what your co...32 readsPython
Marwane Chahoudmar1.hashnode.dev路Aug 20, 2024No Data, No Problem: Ingesting FAKE Data Might Increase Your Productivity 馃殌馃殌馃殌Introduction Whether you join a data engineering project or start one from scratch with a team, you will surely face many problems. One common issue, which can sometimes be a major obstacle, is missing data! In a real-world project, your team often d...10 likesdata-engineering
Chetan Patilchetanppatil.hashnode.dev路Jul 28, 2024Level Up Your Node.js Testing with Native Test Runner and Mocks: A BigQuery ExampleIn today鈥檚 software development, testing is not just good practice, it鈥檚 necessary, in my opinion. I鈥檓 excited to share some valuable insights on testing in Node.js! Through my own experiences, I鈥檝e discovered some practical tips and techniques that ...NodeNativeTestRunner
Mehdi Jaimjdev.vercel.app路Jul 26, 2024Create Authentication system with NodeJS, ExpressJS, TypeScript and Jest E2E testing -- PART 4.GitHub Repo Part 1 Part 2 Part 3 Part 4 Testing We will implement End-to-End testing with Jest to test our API. We will test the email tokens as well, we will need those tokens to be able to test the API completely. For the testing we will use...NodeExpAPINode.js