The ongoing search for simple solutions.

Sunday 6 September 2009

TIP - Starting And Stopping Selenium Server Automatically

Found a nice article which explains how to start/stop your selenium server automatically using FixtureSetUp and FixtureTearDown of AssemblyFixture.

http://igorbrejc.net/development/cruisecontrolnet/gallio-starting-and-stopping-selenium-server-automatically-during-testing-using-assemblyfixture

TOOL - Nice site to practice regular expressions

At Rubular you can test your regular expressions using a sample string, and the site will show you what matched the expression. Seems a quick and easy way to practice/test your regular expressions.

http://www.rubular.com/

Other Blogs