Hi all,
I have some trouble getting more than 1 Vusers to run script created with Java Selenium. I have my script setup in Eclipse and I start the LR Controller using Eclipse plugin. If I have only 1 Vuser running, everything works smoothly. If more than 1 Vuser run at the same time in the same machine, Selenium freaks out and loses control of the webdriver. Is there any workaround for this?
Side note: I use Eclipse Selenium because I already a lot of test cases being built in that environment.
Thanks,