Saturday, February 25, 2006

Thycotic.TddStarterKit

Just wanted to mention Thycotic.TddStarterKit from Thycotic Software Ltd. From the site:

Thycotic.TddStarterKit is a collection of useful tools and extensions for NUnit and NUnitAsp that solve some of our commonly encountered problems on TDD projects. It includes:

One of the many useful methods I found was that instead of writing:

Assert(Browser.CurrentPageText.IndexOf(expression) != -1);

I can now write:

AssertContains(Browser.CurrentPageText, expression);

Saturday, February 18, 2006

NUnitAsp Browser Headers?

For many online applications it is necessary to set headers in the client. Has anyone figured out how to do this with the NUnitAsp Browser?

Looks like the HttpClient class has only private methods for getting at the Request (which is where the headers are). Unfortunately many corporations need standard test harnesses so it isn't an option for me to just rewrite NUnitASP.

Friday, February 17, 2006

Waterfall 2006

For those looking for something to do on April 1st check out this.