0

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?

Praveen PS
  • 127
  • 2
  • 5
  • 17

1 Answers1

1

Are you aware of Module Controller?

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