Tag: api
-
Why Traditional API Testing Fails? Comparing Shadow, Production, Replay Techniques
I want to share the story of how our team at a fast-paced startup tackled the challenge of API testing without any dedicated QA team, the roadblocks that we encountered, and how we ultimately addressed these issues. Baseline Challenge We had 15-day sprints including mandatory unit and API testing. Initially, we relied on automated testing.…
-
Create API Rate Limiting with Token Bucket 🪣
In this article, We will try to explore Token Bucket algorithm and its implementation in NodeJS for API Rate Limiting in very simple terms. What is Token Bucket ? Token Bucket is an algorithm which is used to limit our resources or server usage. It is an algorithm in which we have some finite amount…
-
My Journey of DevRel Cohort at Keploy
In the vast world of technology, there’s a constant need for individuals who not only possess technical expertise but also excel in building meaningful connections with the developer community. These individuals are often referred to as Developer Relations (DevRel) professionals, and their role is crucial in bridging the gap between developers and the products or…
-
My journey of Automating Test Cases!
Hey! Testing keploy with postman APIs by making API calls and checking if the response is right or not (manually) is a frustrating task.🥱 I have been exploring different ways to automate testing. So, next time I don’t have to execute the same things again.🕵️♀️ Over the period of last few weeks, I have been exploring…
-
Fun Facts About APIs
Some amazing statistics facts about APIs Google Receives 5 Billion calls daily Twitter Receives 13 billion calls daily Facebook receives 5 billion calls daily Netflix receives 10 billion calls daily klout receives 1 billion calls daily 60% of eBay transactions are via their API 50% of salesforce transactions are from APIs Netflix API allows it…
-
How To Securing APIs And Protect Sensitive Data ?
As the number of securing APIs used by businesses continues to grow, so do the security threats. To ensure that your APIs are well-protected and that sensitive data is not compromised, it is essential to take the necessary precautions. In this blog article, we will discuss some key steps you can take to securing APIs…
-
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…
-
Difficulties of API Testing
During one of my internships, I came to know about API testing which was a hectic job, along with so many difficulties of API testing and frustrations, So I decided to find out several kinds of difficulties that are faced during the testing process which are mentioned below. Technical Difficulties Wrong Rest API Parameter Generally,…
-
The Rise of Web Connectivity: A History of APIs and Innovation
Introduction The term "Application Program Interface" first appeared in a paper called Data structures and techniques for remote computer graphics presented at an AFIPS (American Federation of Information Processing Societies) conference in 1968. It was used to describe the interaction of an application with the rest of the computer system. The Origins of APIs In…
-
Understanding the components of APIs
Before I start to bore you with some technical terms of an API, I would highly recommend getting a deep understanding of APIs. So, Let’s go for components of APIs. To help you out with that, do read the blog about the Basics of APIs. It’s a 6min read written in simple English so it…