Author: Ankit Kumar
-
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 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…
-
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,…
-
Understanding HTTP and HTTPS for Secure Web Communication
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 more secure communication…