Home › Software Testing › Software Testing › advanced_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.
Related questions
Test coverage is BEST described asContinuous Testing in DevOps meansIn the V model of SDLC, system testing corresponds to'Test data' management addressesIn ISTQB terminology, a 'test oracle' isAcceptance Test Driven Development (ATDD) emphasisesTest Driven Development uses the rhythm ofRecovery testing simulates