Tag: technology
-
Understanding TDD and BDD : A Guide for developers
TDD refers to Test Driven Development and BDD refers to Behavior Driven Development; are fairly similar development approaches that both emphasize testing and collaboration, yet have major differences. TDD is more developer-centric, revolving around code correctness, with programming language-specific frameworks. On the other hand, BDD is more user-centric and revolves more around system behavior. In…
-
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…
-
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…
-
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…