A Sandbox is an isolated environment used to safely run, test, or experiment with software without affecting live systems, real users, or production data. It provides a controlled space where changes can be made, code can fail, and unexpected behaviour can be explored without risk outside the sandbox. For example, a team building an online checkout feature might use a sandbox version of their application to test new payment logic. In the sandbox, testers can create fake users, place dummy orders, and deliberately trigger errors like failed payments or timeouts without charging real customers or impacting the live website. Once the team is confident the change behaves as expected, it can then be safely promoted to production.Â
A vertical slice is a thin, end‑to‑end piece of a product that delivers a small but fully working part of a feature. It spans every layer of the system — from the user interface, through the business logic, down to the data or service layer. Unlike a horizontal slice, which focuses on one layer at a time, a vertical slice shows how all parts of the system work together to support a real user action. Vertical slices are valuable in testing because they expose integration points early, reveal risks sooner, and allow testers to evaluate real behaviour rather than assumptions or isolated components. They support fast feedback, help teams understand the true complexity of a feature, and make it easier to validate user workflows in realistic conditions.ReleaseA release is the process of making a specific version of a product or system available for use. It includes preparing, packaging, and delivering changes such as new features, bug fixes, configuration updates, or performance improvements. A release may be deployed to different environments — for example, test, staging, or production — depending on the organisation’s workflow.Releases are important in testing because they define what needs to be validated, when testing activities occur, and which version of the software is being evaluated. Testers often support release activities by verifying that changes behave as expected, checking that risks are understood, and confirming that the release is ready for users or customers. A release can be part of a planned schedule or delivered continuously in teams practising DevOps or continuous delivery.BuildA build is a compiled and packaged version of software created from the source code. It represents a specific snapshot of the product at a point in time and is generated by a build process or build pipeline. Builds are used for development, testing, and release activities, and they allow teams to verify that recent changes integrate and function as expected.Builds are typically identified by build version names, which are unique identifiers assigned automatically each time the software is built. Build versions help teams track changes, reproduce issues, compare versions, and understand exactly which code and configuration were included in a given build. They may follow simple incremental versioning (e.g., Build 1427) or more structured formats that include timestamps, branch names, or semantic versioning components.
A handler is a piece of code that responds to something happening — like a message arriving, a request being made, or an event being triggered.Think of it like a receptionist at an office:
Someone walks in (an event or message).
The receptionist (the handler) decides what to do — maybe call someone, give directions, or log the visit.
When something happens — for example, a user clicks a button, a message arrives, or a request comes to a web server — the system passes that “event” to the right handler, which knows what to do next.In software, a handler does the same:
It receives input (like an API request or a message from a queue).
It processes that input — maybe by saving data, calling another service, or sending a response.
As a tester, you might encounter handlers in:
APIs: A handler processes incoming HTTP requests (e.g., GET or POST).
Message-based systems (like NServiceBus): A handler processes messages sent between services.
AnalogyImagine a smart home:
You press a button (event).
The system runs a handler that turns on the lights.
As a tester, you’d check:
Did the lights actually turn on?
What happens if the button is pressed twice?
What if the handler fails?
Event-driven systems: A handler reacts when something happens (e.g., a user signs up)
Understanding handlers helps you:
Know where the logic lives — so you can test the right thing.
Understand how data flows throughout the system.
Spot side effects — like database updates or messages sent.
Write better unit or integration tests by targeting the handler’s behaviour.
Pair Prompt or Pair Prompting refers to the collaborative efforts of prompting a Generative AI model with the intent of producing a series of outcomes. As a pair you both would work together in providing an input or specific request to the AI Model in order to review the desired output or outcome from the AI.
A Flow Chart is a visual representation that helps to describe a set of step by step instructions. It's intent is to enhance the understanding of the flow of a system, process, solution or problem and clarify complex processes. It usually contains steps, decisions and actions within a sequence between them.
How are teams like yours balancing speed, quality, security, and AI in 2026? Download your copy and get real insights.
BearQ continuously tests your app, reducing test maintenance and uncovering gaps scripted tests can miss.
With servers in >250 cities around the world, check your site for localization problems, broken GDPR banners, etc.
Better than a generic video, see YOUR test, live, ready to show you what matters most: quality at scale.