Let’s dig further into why the parallelism is not achieved yet.
Continue reading “Parallel testing using MSTest (Part 2)”
Parallel testing with MSTest was introduced starting with Visual Studio 2010 edition. This Continue reading “Parallel testing using MSTest (Part 1)”
In the previous post I went a bit about the details as to why the older FirefoxDriver will Continue reading “Selenium tests with Firefox 48+ and Marionette-based Geckodriver (Part 2)”
To understand why existing Selenium tests will no longer work with Firefox 48 and Continue reading “Selenium tests with Firefox 48+ and Marionette-based Geckodriver (Part 1)”
For quite some time I was using the old-fashioned way, using a while loop with a condition Continue reading “Custom Selenium Wait wrapper using SpinWait.SpinUntil”