Writing Automated Tests Using Page Object Design Pattern
A few years ago, I was working on a project where we decided to use Selenium as our automation tool. Writing automated tests was easy and very soon we ended up copying & pasting code and at times...
View ArticleTrainline Engineering at Silicon Milkroundabout 5.0
The Trainline Engineering team attended Silicon Milkroundabout 5.0, the tech hiring event held at the Old Truman Brewery on Brick Lane on Sunday, May 12th, 2013. It was a great event, well organised...
View ArticleUsing Visual Studio 2010 to target .NET 3.5
In common with other big systems, thetrainline’s systems use a variety of technologies under the hood. Most of our code is written for the .NET framework, although there are bits of other technology...
View ArticleHow to use nUnit TestCase to simplify near-identical test cases
Often a situation faced by coders, especially when following test-driven development, is the writing of very similar test cases, changing only in, for example, the expected and actual values, along...
View Article