InterviewSolution
| 1. |
What Are Listeners? |
|
Answer» Listeners let you view the results of Samplers in the form of tables, graphs, trees or simple text in some log files. They PROVIDE visual ACCESS to the data gathered by JMeter about the test cases as a Sampler component of JMeter is EXECUTED. Listeners can be ADDED anywhere in the test, including directly under the test plan. They will collect data only from ELEMENTS at or below their level. Listeners let you view the results of Samplers in the form of tables, graphs, trees or simple text in some log files. They provide visual access to the data gathered by JMeter about the test cases as a Sampler component of JMeter is executed. Listeners can be added anywhere in the test, including directly under the test plan. They will collect data only from elements at or below their level. |
|