Aggregating test resultshelps stakeholders understand performance trendsbycombining data points from multiple test runs. This makes iteasier to draw conclusionsabout system behavior.
Option A is incorrectbecause aggregation may reduce detailed visibility, not increase it.
Option B is incorrectbecause aggregation does notexpedite testing itself.
Option D is incorrectbecause aggregated results do not indicatetest completion.
[Reference:ISTQB CT-PT Syllabus, Section 2.6: Performance Test Result Analysis., ]
Question 2
Which of the following is considered a common web service protocol?
Options:
A.
SOAK
B.
REST
C.
HTTP
D.
RTE
Answer:
B
Explanation:
REST (Representational State Transfer)is a widely usedweb service protocolthat enablesclient-server communicationover HTTP. It is commonly used inmodern APIs and web applicationsfor performance testing.
Option A (SOAK)refers tosoak testing, which evaluates performance over an extended period.
Option C (HTTP)is atransport protocol, butRESTis the actual web service architecture built on HTTP.
Option D (RTE)isnot a web service protocolbut may refer toReal-Time Enterprise systems.
[Reference:ISTQB CT-PT Syllabus, Section 3.3: Common Web Service Protocols., ]
Question 3
When following the principal performance testing activities, when are resources allocated?
Options:
A.
During test planning
B.
During test execution
C.
During test evaluation
D.
During test completion
Answer:
A
Explanation:
Resource allocation happens during the test planning phase, wherehardware, tools, and personnelare assigned to the project. This ensures that performance tests areadequately supported.
Option B (Test execution)is when resources are actually used, not allocated.
Option C (Test evaluation)happensafter executionto analyze results.
Option D (Test completion)focuses on documentation and reporting.
[Reference:ISTQB CT-PT Syllabus, Section 1.3: Test Planning in Performance Testing., ]