Glossary
Use Case
A use case is a detailed, step-by-step description of how a system (or business process) is used, typically involving an actor and the system’s responses. While it can be used for testing, it is not limited to that purpose. A use case also includes the expected outcomes or system reactions at each step, and may […]
UI Automation Testing
Automated user interface testing is aimed at verifying that UI elements and the underlying functionalities they trigger work correctly. This type of testing focuses on the interface level, rather than the network protocol level, ensuring that not only are the buttons and other UI elements functioning as expected, but also that the associated actions and […]
Transaction
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 […]
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
Throughput
A performance metric is related to the amount of data transmitted through a network within a period.
Think Time
Time a user spends thinking or deliberating between interactions with a software application.
Testing Methodology (Test Plan)
A framework and principles to plan, design, execute, and manage software testing.
Testing Levels
Different phases of testing are performed on software applications, including unit testing, integration testing, system testing, and acceptance testing.