CTAL-TTA_001 · Question #36
You have been asked to select a number of tools to support the performance testing. Which TWO of the following tools would you recommend? 2 credits [K4]
The correct answer is B. Load testing tool D. Monitoring tool. Load testing tools (B) generate simulated user traffic to stress the system, which is the core mechanism of performance testing - without one, you cannot create the conditions being tested. Monitoring tools (D) observe system behaviour during that load, capturing metrics like…
Question
You have been asked to select a number of tools to support the performance testing. Which TWO of the following tools would you recommend? 2 credits [K4]
Options
- ATest management tool
- BLoad testing tool
- CStatic analysis tool
- DMonitoring tool
- ETest oracle tool
How the community answered
(32 responses)- A31% (10)
- B47% (15)
- C16% (5)
- E6% (2)
Explanation
Load testing tools (B) generate simulated user traffic to stress the system, which is the core mechanism of performance testing - without one, you cannot create the conditions being tested. Monitoring tools (D) observe system behaviour during that load, capturing metrics like response time, CPU usage, and throughput, giving you the actual performance data to evaluate.
The distractors fail because they address different testing concerns: a test management tool (A) organises test planning and results across all test types but contributes nothing to executing or measuring performance. A static analysis tool (C) inspects source code without running it, making it irrelevant to runtime performance measurement. A test oracle tool (E) helps determine whether test outputs are correct (pass/fail), which is a functional concern, not a performance one.
Memory tip: Think "Stress & Observe" - performance testing always needs a tool to stress the system (Load testing) and a tool to observe what happens under that stress (Monitoring). Any answer missing either of these two roles is incomplete.
Topics
Community Discussion
No community discussion yet for this question.