I am using Selenium 2.0 with the WebDriver. I am not using the TestCaseBase, etc. I am using only the webdriver.
I am also using JUnit with the Parameterized test. When running tests with the IEDriver - the first test runs fine, the second test gets a org.apache.http.conn.HttpHostConnectException.
Does anyone have experience with this? Does this seem like a bug or bad code?
Thanks in advance.