Summary Guide for Creating and Maintaining Automated API Tests

API stands for Application I nterface. It’s a set rules that allows programs to communicate with each other. APIs allow server-client communication to be made easier. defines the API’s appearance. It stands for REpresentational Transfer. This is a set rules developers must follow when creating their API. One of these rules is that you must be able get data (called a resource), when you … Continue reading "Summary Guide for Creating and Maintaining Automated API Tests"

Microservices: What the basics?

Big MNCs such as Amazon, Google and Netflix are now using microservices architecture for their business needs. The microservices trend is also causing debates about monoliths versus microservices. Let’s first understand monolithic architecture and how it led to the shift from monolithic architecture to microservices architecture. This will help us understand microservices and their importance in modern times. … Continue reading "Microservices: What the basics?"