Practice free →
HomeSoftware TestingSoftware Testingadvanced_security_performance › Apache JMeter is BEST used for

Apache JMeter is BEST used for

AInspecting source code for code smells
BTracking defects in agile workflows
CMocking microservices for unit tests
DGenerating concurrent load on services
Answer & Solution
Correct answer: D. Generating concurrent load on services
JMeter is the de facto open-source load tool: thread groups simulate users, samplers issue requests (HTTP, JDBC, JMS, etc.), listeners aggregate metrics. Distributed mode scales across slave nodes.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions