Cover Image for Decoding BRD: A Dev’s Guide to Functional and Non-Functional Requirements in Testing
Background

Shashwat


More Stories

Cover Image for How to handle Node.js Code Coverage with NYC in Docker Containers

How to handle Node.js Code Coverage with NYC in Docker Containers

Shivam

Table of Contents There are particular difficulties in getting NYC coverage from Node.js operating in Docker containers. This blog discusses...

Cover Image for BitBucket Self-Hosting : Running ebpf/Privileged programs

BitBucket Self-Hosting : Running ebpf/Privileged programs

Animesh Pathak

Table of Contents Bitbucket is a robust tool for source code management and continuous integration/continuous deployment (CI/CD). It offers flexibility...

Cover Image for Efficient DOM Manipulation with the Virtual DOM and Refs

Efficient DOM Manipulation with the Virtual DOM and Refs

Hermione

Table of Contents The Secret to Fast and Responsive Websites Ever wondered why your favorite websites are so fast and...

Cover Image for Revolutionising Unit Test Generation with LLMs

Revolutionising Unit Test Generation with LLMs

charan

Table of Contents “Discovering the unexpected is more important than confirming the known.” – George E. P. Box As software...

Cover Image for How to Use covdata for Better Go Code Coverage

How to Use covdata for Better Go Code Coverage

Akash

Table of Contents When you run your Go programs or integration tests, numbers of raw coverage files are typically generated...

Cover Image for My Testing Journey with Jasmine and Mocha

My Testing Journey with Jasmine and Mocha

Animesh Pathak

Table of Contents We all know the why it’s important to write clean, reliable code. But let’s face it, catching...

Cover Image for Why Traditional API Testing Fails? Comparing Shadow, Production, Replay Techniques

Why Traditional API Testing Fails? Comparing Shadow, Production, Replay Techniques

Neha

Table of Contents I want to share the story of how our team at a fast-paced startup tackled the challenge...

Cover Image for Decoding Network Traffic: Telemetry with Network Activity

Decoding Network Traffic: Telemetry with Network Activity

Tejas Kumar

Table of Contents Network Telemetry, in simple terms, is like having a conversation with machines or systems located far away....

Cover Image for Create Stunning Parallax Animations on Your Website

Create Stunning Parallax Animations on Your Website

Hermione

Table of Contents Have you ever come across a website that made you scroll over it again just to see...

Cover Image for Using TC-BPF program to redirect DNS traffic in docker containers

Using TC-BPF program to redirect DNS traffic in docker containers

Amogh

Table of Contents The adoption of eBPF (Extended Berkeley Packet Filter) has revolutionized high-performance applications, tracing, security, and packet filtering...

Cover Image for Why Manual Testing Matters: A Ultimate Guide to Software Testing?

Why Manual Testing Matters: A Ultimate Guide to Software Testing?

Animesh Pathak

Table of Contents Manual testing is a fundamental yet essential process in software development where testers manually execute test cases...

Cover Image for Developer’s guide to Smoke testing : Ensuring basic functionality

Developer’s guide to Smoke testing : Ensuring basic functionality

tvisha

Table of Contents Imagine running a Python project without a requirements.txt file. Just as you rely on these checks to...

Cover Image for A Guide to Test Cases in Software Testing

A Guide to Test Cases in Software Testing

Animesh Pathak

Table of Contents In software development, test cases are essential components that validate the functionality, quality, and reliability of an...

Cover Image for A Guide to Testing React Components with Jest and React Testing Library

A Guide to Testing React Components with Jest and React Testing Library

Abhishek kushwaha

Table of Contents Testing is checking if your code works the way it’s supposed to. When you write a program,...

Cover Image for QA Automation: Revolutionizing Software Testing

QA Automation: Revolutionizing Software Testing

Animesh Pathak

Table of Contents Quality Assurance or QA automation has become a game-changer in the software development process. Since it involves...

Cover Image for Introduction to Shift-Left Testing

Introduction to Shift-Left Testing

Animesh Pathak

Table of Contents In the world of software development, quality assurance (QA) is crucial for delivering reliable and robust applications....

Cover Image for Understanding TDD and BDD : A Guide for developers

Understanding TDD and BDD : A Guide for developers

Swapnoneel Saha

Table of Contents TDD refers to Test Driven Development and BDD refers to Behavior Driven Development; are fairly similar development...

Cover Image for 7 Best Test Data Management Tools in 2024

7 Best Test Data Management Tools in 2024

Animesh Pathak

Table of Contents In the rapidly evolving landscape of software development, efficient test data management (TDM) is crucial for ensuring...

Cover Image for JSON Escape and Unescape

JSON Escape and Unescape

Animesh Pathak

Table of Contents Now-a-days the data needs to be shared across different systems and platforms. One of the most common...

Cover Image for Understanding Base64 Decoding

Understanding Base64 Decoding

Animesh Pathak

Table of Contents In the world of computer science and data transmission, encoding and decoding are fundamental concepts. One of...