Keploy Logo

Author Details

Posts by Ankit Kumar

Cover Image for Fun Facts About APIs

Fun Facts About APIs

Ankit Kumar

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 […]

Cover Image for How to  mock backend of selenium tests using Keploy

How to mock backend of selenium tests using Keploy

Ankit Kumar, Keploy Team

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, […]

Cover Image for How to do Frontend Test Automation Using Selenium.

How to do Frontend Test Automation Using Selenium.

Ankit Kumar, Keploy Team

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 […]

Cover Image for Difficulties of API Testing

Difficulties of API Testing

Ankit Kumar

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 […]

Cover Image for Understanding HTTP and HTTPS for Secure Web Communication

Understanding HTTP and HTTPS for Secure Web Communication

Ankit Kumar

Every time a user visits a website, data is transmitted between the web browser and the server through a structured communication protocol. HTTP (Hypertext Transfer Protocol) is the foundation of this exchange, enabling the transfer of web pages, images, and other resources. However, as cybersecurity threats have evolved, the need for a […]