Ankit Kumar

Ankit Kumar

Latest Posts by Ankit Kumar.

Cover Image for API Statistics and Fun Facts That Show Their Real Scale

API Statistics and Fun Facts That Show Their Real Scale

Ankit Kumar

APIs quietly run most of the internet you use every day, and once you start looking at the numbers behind them, the scale is genuinely hard to picture. This post collects some of the most striking statistics, case studies, and stories about APIs, along with a few public APIs you can play […]

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

How to mock backend of selenium tests using Keploy

Ankit Kumar, Animesh Pathak

When I was learning Selenium testing, I ran into a problem that quietly breaks a lot of front-end test suites, and it took me a while to understand what was actually going on. This post explains the problem and walks through how I solved it by mocking the backend with Keploy so […]

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