Handling configuration for tests in C# .NET – part 1
Automated tests, no matter on which test level, always needs some set of constant values in order to run e.g. […]
Automated tests, no matter on which test level, always needs some set of constant values in order to run e.g. […]
This article is about challenges with an automation of web application tests and how to solve them using the most […]
xUnit is the latest framework for unit tests in .NET projects, including .NET Core. However, comparing to nUnit, xUnit is […]
Most complex software products are integrating with external applications. There are many examples like aviation systems which are obtaining weather […]
Nowadays software gets released much more often. Hence we need a quick answer from QA engineers about the quality of […]
If you’re a fun of writing tests in fluent style, you should definitely include FluentAssertions into your .Net test framework. […]
This post is an instruction how to setup selenium grid, chrome/firefox node containers using docker and simply run automated test […]