SNSourav Nayekinsourav42.hashnode.dev·Feb 7, 2023 · 3 min readIntroduction To API TestingWhat is API Testing? API Testing is a software testing type that validates Application Programming Interfaces (APIs). The purpose of API Testing is to check the functionality, reliability, performance, and security of the programming interfaces. In A...00
SNSourav Nayekinsourav42.hashnode.dev·Jan 25, 2023 · 6 min readAll About APIsWhat is API? API stands for Application Programming Interface. It is a set of defined rules that enable different applications to communicate with each other. APIs are an accessible way to extract and share data within and across organizations. APIs ...00
SNSourav Nayekinsourav42.hashnode.dev·Jan 22, 2023 · 4 min readHTTP vs HTTPS and APIsWhat Is HTTP? HTTP stands for HyperText Transfer Protocol. It is invented by Tim Berner. It’s most commonly used to transfer data from a web server to a browser to allow users to view web pages. HTTP request HTTP works by opening a connection. For ex...00