Tag: keploy
-
Terminologies Around API fellowship
API fellowship Terms Here are some common terminologies used in the context of API fellowship: API: An application programming interface (API) is a set of rules that specifies how two software systems should communicate with each other. It defines the types of requests that can be made, the data formats that can be used, and the…
-
My Keploy API Fellowship Journey
I was talking with my friend about API the other day as he is learning Android development, and was telling me how to fetch data from different apps. For an instant, he didn’t know the full-form but knew how it worked.( not completely) I reached home and decided that I wanted to learn a little…
-
What is e2e testing for beginners and Why do you need it?
While building a product testing is one of the most important skills that you should have as a software developer. This is simply because most bugs should be found at the root before your code goes to production. There are many types of tests, each with its own purpose, today let us find out more…
-
An Introduction To API Testing
First things first, what exactly is an API? An API stands for Application Programming Interface. Think you are in a restaurant. See the waiters? Well, that’s what an API can be considered as in the case of software development. The jargon definition for an API is that it is a set of rules and protocols…
-
Everything You Need to Know About Unit Testing
What are APIs? An API is a set of protocols and tools for building software applications. It specifies how software components should interact with each other, allowing them to communicate and exchange data. APIs often expose data and functionality through a set of endpoints, which are URLs that accept requests and return responses. Why use…
-
A Comprehensive Guide to API Types and API Architecture Patterns
What is an API ? Application programming interfaces, or APIs as they are more generally known, allow organizations to link systems, apps, devices, and datasets and to unlock data. It’s important to understand which kind of APIs will be most effective for a project based on its intended use case, the people who will use…
-
What is Mocha and keploy Testing?
Hello developers! I hope you are all enjoying the process of writing test cases. Let out a sigh of relief. No matter what type of application is being developed, it should always be tested before being released. Testing frameworks such as Jest, Jasmine, QUnit, Karma and Cypress are just a few of the many options…
-
My Keploy API Fellowship Journey
As far as I remember It was the 17th of Aug, one of my friends Yash shared the link for the Keploy API fellowship journey. He said we should join it as it is related to API. As I am learning android development, there are a lot of articles where I come across the term…
-
Common Challenges in API Testing
Introduction! Sometimes API Testing can be challenging and frustrating. Every person who’s doing API Testing has to go through it eventually. And there is no other way other than to go through the phase and find a solution. As a tester I have experienced some of these frustrating moments in API Testing, and to know…