Click here to Skip to main content
15,879,348 members
Everything / XUnit

XUnit

XUnit

Great Reads

by Nick Polyak
This article explains Test Driven Development using XUnit with a detailed sample.
by Akram El Assas
TDD in C# through a simple example
by Sean Rand
Getting the most from your test runner
by Bohdan Stupak
A short take on brittle unit-tests and how to avoid them

Latest Articles

by Akram El Assas
Microservices sample architecture using ASP.NET Core 8, Ocelot, MongoDB and JWT
by Akram El Assas
TDD in C# through a simple example
by Nicolas DESCARTES
How to leverage Selenium for UI tests?
by Zijian
From MsTest to xUnit

All Articles

Sort by Score

XUnit 

30 Jan 2022 by Nick Polyak
This article explains Test Driven Development using XUnit with a detailed sample.
23 Mar 2024 by Akram El Assas
TDD in C# through a simple example
19 Oct 2018 by Sean Rand
Getting the most from your test runner
18 Apr 2022 by Bohdan Stupak
A short take on brittle unit-tests and how to avoid them
2 Jun 2020 by Daan Acohen
A description of how you can let the HttpClient client do exactly what you want and test for that with xUnit
13 Dec 2023 by Nicolas DESCARTES
How to leverage Selenium for UI tests?
12 Nov 2018 by Vlad Neculai Vizitiu
Automation testing dogma and exploration
23 Mar 2024 by Akram El Assas
Microservices sample architecture using ASP.NET Core 8, Ocelot, MongoDB and JWT
8 Nov 2018 by Lee P Richardson
Code coverage is finally easy in .NET Core
16 May 2022 by freedeveloper
How to create a data access class in a way, that is possible to execute unit test on it
10 May 2020 by Daan Acohen
The test problems you face when having a database dependency and how to resolve these problems