qa-services

We write about our testing automation experience, good practices, latest solutions and our thoughts

Primary Menu
  • Home
  • Automation
  • linkedin
Skip to content
Automation C# dotnet

Handling configuration for tests in C# .NET – part 1

September 30, 2022September 30, 2022

Automated tests, no matter on which test level, always needs some set of constant values in order to run e.g. […]

Automation

Start automation using Page Object Pattern

March 17, 2020March 18, 2020

This article is about challenges with an automation of web application tests and how to solve them using the most […]

Automation

Getting current test method name in xUnit / .NET Core

March 16, 2020March 16, 2020

xUnit is the latest framework for unit tests in .NET projects, including .NET Core. However, comparing to nUnit, xUnit is […]

Automation

Automated testing REST API using RestSharp and .NET Core

November 24, 2019November 26, 2019

Moving testing focus from UI to REST API has in my opinion two main and obvious advantages – stability and […]

NancyFx
Automation

Creating REST API service using Nancy framework

October 22, 2019October 24, 2019

Most complex software products are integrating with external applications. There are many examples like aviation systems which are obtaining weather […]

Automation

Zalenium – Scalable “Selenium grid”

September 13, 2019November 29, 2019

Nowadays software gets released much more often. Hence we need a quick answer from QA engineers about the quality of […]

Automation

Make your assertions fluent

August 27, 2019September 30, 20221 Comment

If you’re a fun of writing tests in fluent style, you should definitely include FluentAssertions into your .Net test framework. […]

Automation

Run tests on dockerized selenium grid

August 27, 2019August 30, 2019

This post is an instruction how to setup selenium grid, chrome/firefox node containers using docker and simply run automated test […]

qa-services

Recent Posts

  • Handling configuration for tests in C# .NET – part 1
  • Start automation using Page Object Pattern
  • Getting current test method name in xUnit / .NET Core
  • Automated testing REST API using RestSharp and .NET Core
  • Creating REST API service using Nancy framework
© qa-services.dev, All rights reserved.