Tag: apis

  • My Keploy API Fellowship Journey

    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…

    by

    in
  • An Introduction To API Testing

    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…

    by

    in
  • Everything You Need to Know About Unit Testing

    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…

    by

    in
  • My Journey of Keploy Fellowship Program

    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…

    by

    in
  • How to  mock backend of selenium tests using Keploy

    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…

    by

    in
  • How to do Frontend Test Automation Using Selenium.

    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 frontend test automation using Selenium, we primarily focus on validating functionalities such as button navigation to ensure they direct us to the…

    by

    in
  • A Comprehensive Guide to Types of API & API Architecture Patterns

    A Comprehensive Guide to Types of API & 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 types of APIs will be most effective for a project based on its intended use case, the people who will use…

    by

    in
  • What is Mocha and keploy Testing?

    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…

    by

    in
  • Teleport into tech space through API Gateways

    Teleport into tech space through API Gateways

    You might be wondering, Is there a need to use an API Gateway? Can API alone cannot handle all the communication between the users and services? Well, Let’s tackle all the questions coming to your mind one after the other. So, are you ready for a ride into the world of APIs? Before Diving deep…

    by

    in
  • Common Challenges in API Testing

    Common Challenges in API Testing

    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 those frustrations of API Testing, and to know more on…

    by

    in