I want to have our Selenium tests to run automatically the same way as our other NUnit tests does. This means that I want to have the Selenium Server started automatically before running the test cases.
- I started by downloading the Selenium RC and unzipped it to C:SeleniumSelenium-RC
- I created a .NET project where I referenced the ThoughtWorks DLLs in C:SeleniumSelenium-RCselenium-dotnet-client-driver-1.0.1
- I added a new class to where I copied the Selenium getting started C# class
- I added my own TestFixtureSetup and a TestFixtureTeardown to this class.