Tag: apis
-
Mastering GitHub Webhooks: Automate Notifications & Stay Informed
We all like shopping, right? Let me tell you of this one time I really wanted to get myself thigh high black boots and when I checked on Amazon, the boots weren’t available in stock. But I was really desperate so I would check Amazon twice or thrice everyday, to the point that it became…
-
SOAP vs REST API: Choosing the right API protocol
What is an API? So let’s first take a look at what API is all about. So an API, which stands for Application Programming Interface, is like a messenger that allows different software applications to talk to each other and share information or functionality. Now that you got an idea of what an API is…
-
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…
-
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…
-
My Journey of Keploy Fellowship Program
Hi, Welcome to my new blog. Today I will share my Keploy Fellowship Experience. Firstly, Thanks team Keploy for selecting me for Keploy Fellowship Program. The experience was really awesome there was lots of learning and also I made many connections. Day 1 was Orientation Session. In that session, I met new people and created…
-
How to mock backend of selenium tests using Keploy
When I was learning selenium testing, I encountered an issue. Let me explain the issue in detail Search results for the 1st time Search results for the 2nd time I searched for ankit on google.com and I got the following result, then after some time I searched the same keyword on google.com, and this time…
-
How to do Frontend Test Automation Using Selenium.
Firstly we need to understand what is frontend testing in selenium. So in frontend testing, we test the flow of UI rather than comparing the image type or color of our frontend. In test automation using Selenium, we primarily focus on validating functionalities such as button navigation to ensure they direct us to the intended…
-
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…