A Comprehensive Guide to REST Assured for API Testing
“Mirror mirror on the wall, who is the best API of them all”. We hardly have any memory left of the time when we didn’t use Rest APIs for development…
Understanding SQL Injection: A Guide to Protecting Your Web Applications
Introduction “The only time an application can truly be secure is when it is not deployed.” Lord Eddard Stark, our Cybersecurity Expert. Engineers build products but Hackers get them improved.…
Understanding Cookie Bomb: A Deep Dive into Web Tracking and User Privacy
Introduction “Let your plans be dark and impenetrable as night, and when you move, fall like a thunderbolt!” Sun Tzu. Sun Tzu was a war strategist in ancient China who…
Mastering JMeter: A Comprehensive Guide with Sample Code
Prologue It was 31st of July 2024. The last day to file the income tax returns in India. The land of Incredible India where even after paying all the taxes,…
Ultimate Cypress Cheat Sheet for Beginners & Intermediates | Free PDF Download
Are you diving into the world of end-to-end testing with Cypress? Whether you’re just starting out or looking to polish your skills, having a reliable cheat sheet can make all…
Unveiling GraphQL: The Future of API Development
Introduction In the ever-evolving world of web development, efficient data retrieval and manipulation are paramount. As applications grow in complexity, traditional RESTful APIs often fall short in meeting the dynamic…
Quick Start Your Test Automation Journey with Beginner-Friendly Playwright Cheat Sheet
In the fast-paced world of software development, getting started with test automation shouldn’t be daunting. That’s where Playwright comes in – Microsoft’s user-friendly test automation tool designed for beginners and…
Dockerize a SpringBoot application
Kill the application and let the container be spawned. Maester Aemon, our Docker guru Introduction Alice, our QA was really excited to share her new discovery, the Docker. She was…
Push & Pull Docker images from Amazon ECR : A Comprehensive Guide
Introduction Amazon Elastic Container Registry (ECR) is a fully managed Docker container registry that makes it easy to store, manage, and deploy container images. In this article, we’ll explore how…
Quick start Apache Kafka with KafkaJS for Real-Time Data Streaming
Introduction In our previous blog, we introduced Kafka & explained the usecase of it. Apache Kafka is an open-source distributed streaming system used for stream processing, real-time data pipelines, and…