How to add a JMeter comment block or element?

5.3k Views Asked by At

I would like to add some comment block or element in my JMeter script.

This would be useful to understand the script later on.

enter image description here

Currently, I have added a BSF Listeren, but this gives errors during execution.

Any idea's?

1

There are 1 best solutions below

1
On BEST ANSWER

Your error does not come from Comments but from the fact that you didn't select any "Language" in your BSF Listener.

I tried it you can add comments in Beanshell for example using this syntax

/** * test */

Note there is also a "Comment" field in all elements.