qa-services

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

Primary Menu
  • Home
  • Automation
  • linkedin
Skip to content
ghactions-allure-05
AllureReports Automation C# dotnet GitHubActions

Publishing Allure Reports for C# Playwright/Selenium Tests Using GitHub Actions and GitHub Pages

September 18, 2024December 6, 2024

In this article, I will walk through how to automatically generate and publish Allure reports for your C# Playwright (or […]

Automation C# dotnet

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

September 30, 2022December 6, 2024

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, 2020December 6, 2024

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, 2020December 6, 2024

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, 2019December 6, 2024

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, 2019December 6, 2024

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, 2019December 6, 2024

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, 2019November 13, 20231 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, 2019December 6, 2024

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

  • Publishing Allure Reports for C# Playwright/Selenium Tests Using GitHub Actions and GitHub Pages
  • 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
© qa-services.dev, All rights reserved.