Google News
logo
JMeter - Quiz(MCQ)
What is the purpose of the BeanShell Processor in JMeter?
A)
To generate random data
B)
To execute custom code during the test
C)
To preprocess data before sending a request
D)
To postprocess data after receiving a response

Correct Answer :   To execute custom code during the test


Explanation : The BeanShell Processor in JMeter is used to execute custom code during the test by using the BeanShell scripting language.

Advertisement