Go back to all articles

Transaction

Aug 26, 2024

In the context of client-server interaction, a “transaction” refers to a set of operations or requests performed with the server within one logical unit of work or task. For example, an application can send multiple requests to retrieve data from the server, and these requests can be considered as a single transaction. The transaction is deemed successful if all operations are executed without errors.

In performance testing, however, the term “transaction” typically refers to a single (atomic) user action that includes a non-zero set of client-server interactions. This distinguishes it from other uses of the term, such as in database systems (Database Transaction) where a transaction involves a sequence of operations performed as a single unit, which must be either fully completed or fully rolled back. Additionally, SAP transactions, which have been defined elsewhere, are another example of a specialized use of the term.

Table of contents

    Related insights

    Explore what we’ve learned from these experiences

    The Ultimate Guide to TPS for Performance Testing

    Mar 14, 2025

    What is Transactions per Second (TPS)? Transactions per Second (TPS) is a performance metric that measures the number of completed transactions a system can handle within one second. A “transaction” can vary depending on the system — ranging from processing an API request to executing a financial transfer or serving a web page. What is […]

    What is Capacity Testing: A Complete Guide

    Mar 3, 2025

    Even the most robust systems have their limits — and knowing those limits before they become a problem is critical. A new feature rollout, a viral marketing campaign, or a surge in traffic during peak hours can push an application beyond its breaking point. That’s where capacity testing comes in. But how does it differ […]

    What is Release Management: Overview

    Feb 24, 2025

    Ever had a software update completely mess things up? One day, everything’s running fine, then boom! After the update, half your tools don’t work, the system slows to a crawl, and you’re stuck troubleshooting instead of getting things done. Now, imagine that happening at a company level. An unsuccessful release can mean angry customers, lost […]

    What Is Performance Testing: Definition, Types and Metrics

    Feb 19, 2025

    Performance testing is the backbone of delivering seamless software experiences. In a world where slow applications drive away 53% of users, ensuring your system can handle real-world demands is non-negotiable.  This guide dives into the fundamentals of performance testing, explores its critical types and metrics, and reveals how it uncovers bottlenecks before they impact users.  […]

  • Be the first one to know

    We’ll send you a monthly e-mail with all the useful insights that we will have found and analyzed

  • People love to read

    Explore the most popular articles we’ve written so far