Just before Christmas we completed one of our bi-annual hackathons - as has become our pattern, we focussed more on business projects rather than fancy tech.
Category: Testing
A look into Ping-Pong Programming
I have been doing solo .net programming for a bit over 4 years, and most of the unit testing I’ve done was post-code unit testing. I’m quite fresh in matters of full TDD as I only started experimenting with it in the last year or so, and I also couldn’t say I’ve had successful close … Continue reading A look into Ping-Pong Programming
A Multiple Browser Testing Framework
Abstract This discussion will revolve around the two main testing packages in use today – NUnit and Selenium. Both are fantastic tools but expect you to write tests in a single scenario, perhaps a ChromeDriver as an example. Multiple browser testing usually requires repeating the test for each browser you specify, here we solve this … Continue reading A Multiple Browser Testing Framework