I\'m getting this error:
tests.IntegrationTests.Selenium.RegisterAndLogin (TestFixtureSetUp): SetUp : OpenQA.Selenium.WebDriverException : Failed to start up
1) Downgrade your firefox to < 19 because if i remember correctly WebDriver 2.33 support maxim Firefox 19
2)
FirefoxProfile profile = new FirefoxProfile(); profile.Port = 9966; Global.Driver = new FirefoxDriver(profile);
P.S. I'm using firefox 16 to not have this issue