Deploying Selenium Grid 4 to Azure Kubernetes Service (AKS) using Azure DevOps

One of the most popular articles I’ve written on this blog was this tutorial showing how to deploy Selenium Grid 3 to Azure Kubernetes Service, Selenium Grid 4 is now in beta and has been rewritten from scratch so there are some big changes which you need to be aware of when deploying to Kubernetes. […]

Unit Testing with DateTime.Now

I recently had to write some unit tests for a method which had various outcomes depending on the current Date/Time, this created a problem as the method used DateTime.Now and there is no way to moq it. I tried a few different ways of doing this and did a bit of Googling and came up with […]