Choose the VALID description of the ramp-up concept.
SELECT ONE OPTION
Ramp-up in performance testing refers to the phase where the number of virtual users is gradually increased to simulate the increase in load on the system. This is essential for determining how the system behaves under varying levels of stress. The correct description of the ramp-up concept aligns with option C, which involves increasing the number of concurrent users to simulate a transition from a steady state to a higher load scenario.
* ISTQB Performance Testing Syllabus
* ISTQB Glossary
In which activity of the testing process are specific test conditions identified for performance testing?
SELECT ONE OPTION
In the testing process, specific test conditions for performance testing are identified during the Test Analysis phase. This phase involves reviewing and analyzing the test basis, such as requirements, architecture, and design, to identify the test conditions, which are the items or events of a component or system that could be verified by one or more test cases.
* ISTQB Foundation Level Syllabus
* ISTQB Glossary
Associate each type of performance test (listed from 1 to 5) with part of a description that allows its characterization and/or identification (listed from A to E).
1. Endurance testing
2. Scalability testing
3. Capacity testing
4. Stress testing
5. Concurrency testing
1. Type of testing focused on the ability of a system to meet future efficiency requirements.
2. Type of testing used to evaluate a system's ability to handle reduced availability of resources.
3. Type of testing focused on the stability of the system over a specific time frame.
4. Type of testing used to determine the number of transactions a given system will support while still meeting established performance objectives.
5. Type of testing focused on the impact of situations where specific actions occur simultaneously.
SELECT ONE OPTION
The correct associations are based on the definitions of each type of performance testing:
1. Endurance testing: Focused on the stability of the system over a specific time frame. (B)
2. Scalability testing: Focused on the ability of a system to meet future efficiency requirements. (E)
3. Capacity testing: Used to determine the number of transactions a given system will support while still meeting established performance objectives. (A)
4. Stress testing: Evaluates a system's ability to handle reduced availability of resources. (D)
5. Concurrency testing: Focused on the impact of situations where specific actions occur simultaneously. (C)
* ISTQB Performance Testing Syllabus
* ISTQB Glossary
ich ONE of the following options is a specific performance risk in mobile applications?
ONE OPTION
Mobile applications often face performance risks due to the limited resources available on mobile devices, such as CPU, memory, battery, and network bandwidth. These constraints can significantly impact the performance of mobile applications, leading to slower response times and degraded user experiences. ISTQB performance testing guidelines emphasize considering the specific resource limitations of mobile environments to ensure comprehensive performance evaluation and optimization.
If a performance test is testing the response time of an application to be connected through remote access, which protocol is being used?
SELECT ONE OPTION
RTE (Remote Terminal Emulation) protocol is used when testing the response time of an application connected through remote access. It simulates interactions with applications over a network as if they were being accessed locally, making it suitable for remote access scenarios.
* ISTQB Performance Testing Syllabus
* ISTQB Glossary