How can i use my Junit test (selenium webdriver) with Jmeter
问题 I created my functional tests with JUnit 4 and Selenium Webdriver and it works. Now I want to use this test with JMeter for performance tests. I copied selenium-server-standalone-2.0b2.jar at JMeter’s library, then I exported my test from Eclipse to .jar file. And this my selenium test public class TestLoginWithFF { private WebDriver driver; private String baseUrl; private StringBuffer verificationErrors = new StringBuffer(); @Before public void setUp() throws Exception { driver = new