Aman jaindevnook.hashnode.dev·Nov 24, 2024Stubs In LaravelLaravel stubs are an incredible feature that can significantly enhance your development workflow. Whether you’re generating controllers, models, or other boilerplate files, stubs help automate repetitive tasks. But what if your stubs could do more? W...1 likeLaravel SeriesLaravel Stub
Ritik JainforKeploy Tech Blogkeploy-blog.hashnode.dev·Dec 4, 2023MongoDB in Mock Mode: Acting the Server PartImagine, for a moment, a scenario where instead of writing mocks with pre-defined behaviours, you can duplicate the behaviour of a real-world server. Picture a restaurant where the chef's apprentice mimics each of the chef's moves in real time, creat...10 likes·65 readsMongoDB
Shashwat GuptaforKeploy Community Blogkeploy.hashnode.dev·Aug 4, 2023Stubs | Mocks | Fakes: Let's define the boundaries!!While writing tests for an application, we may fall into different scenarios, which must be considered for writing tests, that are strong enough to check the robustness of the application. Let it be Unit testing, Integration testing, or some other, w...50 likes·180 readsTesting