DTDHRUVI THAKKARindhruvicodes.hashnode.dev·May 21, 2023 · 2 min readWhy Keploy ???Dependency Mocking Keploy captures precise API calls, encompassing data from external dependencies. Therefore, if you are currently crafting mock data for external services such as Databases or third-party vendors like Stripe, Twilio, Razorpay, cloud...01A
DTDHRUVI THAKKARindhruvicodes.hashnode.dev·May 20, 2023 · 2 min readKeploy: Streamlining API Testing and Mocking!WHAT IS KEPLOY ??? Keploy is a functional testing toolkit designed for developers, focusing on API testing. It generates end-to-end (E2E) tests for APIs (KTests) by recording real API calls, automating the test generation process. Keploy also prov...00
DTDHRUVI THAKKARindhruvicodes.hashnode.dev·Jan 26, 2023 · 1 min readcollection Vs Collections ???Collection : The root interface (interface : blue print of class).The List, Set, and Queue are the main sub-interfaces of the collection interface. Collections : A class which has static methods.It defines several utility methods like sorting and se...00