Start automation using Page Object Pattern
This article is about challenges with an automation of web application tests and how to solve them using the most […]
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 […]
Moving testing focus from UI to REST API has in my opinion two main and obvious advantages – stability and […]
Most complex software products are integrating with external applications. There are many examples like aviation systems which are obtaining weather […]
If you’re a fun of writing tests in fluent style, you should definitely include FluentAssertions into your .Net test framework. […]