Forum Discussion

fb36's avatar
fb36
New Contributor
16 years ago

How to pass java object to load test threads?

I am trying to create a load test. I have a script code that creates a socket connection object (non-soap). I want that code to run only once (not re-run for each thread) and all threads to use tha...