Latest Posts
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 of Web and Mobile applications. They have indeed helped reduce cohesion and scale up our applications massively. While we keep creating Rest APIs one after […]
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. They constantly lookout for exploiting the application by uncovering its vulnerabilities. If necessity is the mother of invention, Hackers are the father of Secure softwares. […]
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 helped the Emperor win many battles and even wrote a book called “Art of War!”. He firmly believed that to win any war, one must […]
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, one had to attest to the government that they have paid the taxes, in the ITR website! Vikram was in his office and had filled […]
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 the difference. In this comprehensive guide, we’ll not only walk you through an invaluable Cypress cheat sheet but also discuss the essential commands, tips, and […]
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 needs of modern applications. Enter GraphQL, a revolutionary query language for APIs that offers a more flexible and powerful approach to data fetching and updating. […]
Popular Posts
- All
- Blog
Mastering Docker Networking: Connecting Your Containers
Docker containers are awesome. We can containerize many applications. In the earlier blog series, we have learnt about docker basic here, We understood the architecture & basic commands here. We also learnt how we can dockerize a sample application in this blog. However, in real life, we have applications made up of many components, either […]
Mastering Docker Architecture and Key Concepts
We all know the definition of Docker. Docker is a software that packages applications into standardised units called containers that have everything required by the software including libraries, system tools, code and runtime. But this doesn’t help us truly understand the beauty of docker. This is what a clueless MBA educated executive will include in […]
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 seasoned pros alike. And to make your Playwright journey even smoother, we’re excited to introduce our Beginner-Friendly Cheat Sheet – the perfect companion for diving […]
Playwright vs Selenium: Mastering Test Automation Waits
Introduction Web Applications can be hard to test. Different components of a web page can take different amount of time to get loaded. To automate the testing of these applications, it is very essential to add “waits” to our test cases. In this blog, we will explore how the concept of wait is supported by […]
Getting Started with Visual Testing in Playwright: A Tech Company’s Journey
The Challenge: The Case of the Disappearing Button At TechWave Solutions, a rapidly growing tech startup, excitement filled the air as the team launched a major update to their flagship project management tool, WorkWave. However, their celebration quickly turned to concern when users reported a critical issue: the “Submit” button on the main form was […]
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 of Web and Mobile applications. They have indeed helped reduce cohesion and scale up our applications massively. While we keep creating Rest APIs one after […]
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. They constantly lookout for exploiting the application by uncovering its vulnerabilities. If necessity is the mother of invention, Hackers are the father of Secure softwares. […]
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, one had to attest to the government that they have paid the taxes, in the ITR website! Vikram was in his office and had filled […]
Mastering Kafka: Through the example of live cricket score update
What is Kafka? The Cricket T20 world cup has just ended. Vikram was jubilant. India had won the Championship after 17 long years. Being a cricket freak, Vikram couldn’t stop talking about yesterday’s match among his friends. He became so engrossed that he forgot that he was in his Distributed Computing class and Professor Agaskar […]
Featured Posts
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 seasoned pros alike. And to make your Playwright journey even smoother, we’re excited to introduce our Beginner-Friendly Cheat Sheet – the perfect companion for diving […]