I have created a thread with name thread1 in jmeter with slenium jp@gc-Web Driver Samplers for functional testing. thread1 has many smaplers which can be reused. Now i need to use these samplers of thread1 in any other threads. How can i achieve it in jmeter without copy pasting the same samplers to other tests?
Asked
Active
Viewed 34 times
1 Answers
1
Are you aware of Module Controller?
See Using JMeter Module Controller article for detailed explanation if required.

Dmitri T
- 159,985
- 5
- 83
- 133
-
I used module controller, but to access any sampler inside module controller, the sampler should be always under logic controllers. Is there a way that i can create functions and use the same inside my smaplers? – Praveen PS Aug 02 '16 at 07:32