WebDrivers with culture – Testing internationalisation
A look into testing your i18n (internationalization) support using Selenium WebDriver. Everything you need to know in one blog post.
A look into testing your i18n (internationalization) support using Selenium WebDriver. Everything you need to know in one blog post.
In this post I am finally pleased to sum up the last of my experiences releasing Open Source libraries to help launching Selenium WebDriver instances in .NET Core projects. Whilst actually the last of the posts chronologically in this series I am placing it as post number 1, feel free to skip to the next one and read through before coming back if you want the story in the order that I wrote it. Writing the code of an Open…
Adding .NET Core’s native IoC container for dependency injection. The simple approach.
Exploring how to set Nunit test configuration from .runsettings files and the local file system in >NET core test projects
Having got to version 2.0.0 of my WebDriverFactory with working system tests and CI builds it was time to extend things a little. This could be considered YAGNI (You Aren’t Gonna Need It) but I quite like to have a Manager class that deals with getting and closing down WebDriver instances. The idea is that the Manager knows the specifics of the driver that I want to use, and will return a given instance, or a new instance on request….