TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About xUnit
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Geo J Thachankary (6)
Dinesh Kushwaha (3)
Mukesh Kumar (2)
Ajay Kumar (2)
Cristopher Coronado (2)
Arpit Shrivastava (1)
Jignesh Trivedi (1)
Ziggy Rafiq (1)
Chethan N (1)
Abdul Raheem (1)
Afsar Uddin (1)
Sardar Mudassar Ali Khan (1)
Satya Karki (1)
Esmael Esmaeli (1)
Arvind Yadav (1)
Bishwanath Dey Nayan (1)
Shenbagapandiyan P (1)
Jay Krishnareddy (1)
Periyasamy Vellingirisamy (1)
Mahalasa Kini (1)
Ashutosh Gupta (1)
Saket Adhav (1)
Catcher Wong (1)
Thiago Vivas (1)
Related resources for xUnit
No resource found
In-Memory Databases- Unit Testing With C#, EFCore and XUnit
9/18/2024 12:13:03 PM.
Learn to unit test EF Core repositories using an in-memory database with C# and xUnit. This approach simulates database operations without overhead, ensuring fast and isolated tests. Set up involves i
Getting Started With Unit Testing Using C# And xUnit
7/30/2024 6:35:32 AM.
Unit Testing in ASP.NET Core involves testing individual components or methods to ensure they work as intended. By creating test cases for small functionalities, developers can catch bugs early, impro
CRUD Operations Unit Testing In ASP.NET Core Web API With xUnit
7/30/2024 5:54:17 AM.
This article will demonstrate how to write Unit Test Cases for CRUD operations in Asp.Net Core Web API with the xUnit project. In this demonstration, we will write the Unit Test Cases for CRUD (CREATE
Unit Test In .NET Core Application Using XUnit
6/17/2024 10:49:39 AM.
Learn xUnit for ASP.NET Core unit testing with CLI setup and examples. Explore Fact and Theory attributes, ILogger dependency injection, and test project integration for efficient code validation and
Unit Testing with xUnit in .NET 8
4/16/2024 10:22:19 AM.
This article talks about Unit Testing with xUnit with the .Net 8 framework as a guide. This comprehensive guide explores unit testing with xUnit in .NET 8, covering fundamentals, prerequisites, creati
Unit Testing in .NET Core - Bogus for Fake Data Generation
1/9/2024 6:27:27 AM.
This post explores the challenges of generating realistic test data manually and introduces Bogus, a .NET library that simplifies the process by providing a fluent API for defining data generation rul
Creating Unit Test project for NodaTime
1/9/2024 6:08:45 AM.
Creating a NodaTime classlibrary project and adding Unit tests for that classlibrary. The creation of a NodaTime ClassLibrary project for .NET applications, emphasizing the importance of unit testing
Implementing Unit Test .Net Core Application Using CQRS Handler
12/15/2023 9:14:40 AM.
Unit testing Dot Net Core using CQRS Architecture. This article delves into testing .Net Core API projects using the XUnit testing framework. Demonstrating unit tests for a CQRS architecture, it cove
Test-Driven Development in .NET
10/27/2023 5:04:09 AM.
Test-Driven Development (TDD) is a software development practice emphasizing writing tests before code. Its three-step process includes writing a failing test, writing the code to pass the test, and t
Unit Testing with xUnit
10/21/2023 4:36:38 PM.
In this article, we will learn how to implement and configure the xUnit in our ASP.NET Core project.
Unit Testing in .NET Core - Mastering Mocking
10/9/2023 5:15:41 AM.
In this post, we will explore the concept of mocking in unit testing using xUnit, discuss different types of mocks, and show how to write testable code that supports mocking.
Unit Testing in .NET Core - Better Assertions with FluentAssertions and Shouldly
10/3/2023 6:45:21 AM.
In this blog post, we will explore how to enhance your assertion capabilities in .NET Core unit testing, using the xUnit testing library. We'll start by examining the xUnit's built-in assertio
Introduction to Unit Testing in .NET Core
9/15/2023 6:44:26 AM.
Learn the fundamentals of unit testing in .NET Core, including manual vs. automated testing and popular testing frameworks like xUnit.net.
Getting Started with xUnit.Net for .NET Core Unit Testing
9/15/2023 6:42:40 AM.
Discover the importance of unit testing in software development and its benefits over manual testing, and explore popular testing frameworks in .NET Core, with a focus on xUnit.net for automated testi
Parameterized Unit Testing with xUnit in .NET Core
9/15/2023 6:16:40 AM.
Unit Testing in .NET Core series, we delve into parameterized unit testing using the xUnit.Net testing library. Parameterized unit testing involves defining a single test method and supplying it with
Practical ASP.NET Core Unit Testing with xUnit, MOQ, and FluentAssertions
9/6/2023 7:31:49 AM.
Explore ASP.NET Core unit testing with xUnit, MOQ, and FluentAssertions. Learn to set up your project, write tests, and mock dependencies for reliable software development.
Web API Testing with xUnit, NUnit, MSTest in ASP.NET Core
9/1/2023 8:20:13 AM.
writing unit tests, integration tests, and end-to-end tests for a Web API using xUnit testing framework in ASP.NET Core. Keep in mind that I won't be able to provide you with actual working code,
How To Resolve Issue Of Test Project Not Running The Unit Tests After Upgrade To .NET 6
5/24/2023 6:41:55 AM.
This article describes the scenario of unit test project not running the test cases in .NET project and the solution to this issue in detail.
Implementing A Proxy Server In C# - An Example And Test Case
12/9/2022 11:48:43 AM.
In this tutorial, we provide an example of how to create a simple proxy server in a C# application using the HttpListener class. We also show how to write a test case to verify that the proxy server w
How To Create xUnit Test In Visual Studio 2022
2/18/2022 4:47:49 AM.
In this article, we will learn what unit testing is, the advantage of unit testing,why xUnit, and steps to create unit testing
Implement Functional Tests In .NET With xUnit
12/27/2021 3:47:42 AM.
In this article, we are going to learn how to implement Functional tests on .NET using xUnit.
Implementing Unit And Integration Tests On .NET With xUnit
11/18/2021 1:28:18 PM.
In this article, you will learn about implementing Unit and Integration Tests on .NET with xUnit.
Unit Testing With xUnit And Moq In ASP.NET Core
7/26/2021 12:33:50 PM.
In this article first, we will try to explore unit testing with a very basic math calculation service and after that we will try to use Mocking for unit testing in different layer of application.
.NET Core NUGET packages
7/5/2021 10:46:13 AM.
In this article, you will learn about the best NuGet packages we can select while developing restful microservices.
Unit Testing Using XUnit And MOQ In ASP.NET Core
4/6/2021 1:09:28 PM.
This article will showcase the Unit testing in .Net core using Xunit and Moq
Mocking Httpclient Using XUnit In .Net Core
6/10/2020 5:58:20 AM.
Mocking HttpClient using XUnit with the help of HttpClient property in Interface (Wrapper class).
API - Automation Using Xunit
5/4/2020 11:50:05 PM.
In this article, you will learn about the API - Automation using Xunit.
Writing Unit Test Using XUnit And Mocking Frameworks (NSubstitue/FakeItEasy)
4/10/2020 8:56:33 AM.
In this article, you will learn about Writing Unit Test using XUnit and Mocking Frameworks like NSubstitue or FakeItEasy.
Syntactical Difference Between MSTest Nunit And Xunit
8/21/2019 12:23:27 AM.
In this article, you will learn about the syntactical difference between MSTest NUnit and XUnit.
Writing Unit Tests For Our Applications Via xUnit, FakeItEasy And Shouldly
6/5/2019 10:31:13 AM.
This article shows you an easy sample to demonstrate how to write unit tests for our application via xUnit, FakeItEasy, and Shouldly.
DevOps - Part Two - Continuous Integration With XUnit Tests
12/23/2018 11:05:06 PM.
In this article, I will be explaining how to run XUnit tests with continuous integration in your .NET Core projects using Azure Pipelines. This article is the second part of a previous article about c
Moq Mocking Framework With xUnit.net Unit Test In C#
9/17/2018 9:26:53 AM.
In this article, we will learn how to setup Moq mocking framework with xUnit.net unit testing framework.
Code Coverage In xUnit.net Unit Test Projects In Visual Studio Enterprise 2017
8/27/2018 12:00:45 PM.
In this tutorial, we will understand the code coverage concepts in Visual Studio 2017 Enterprise and how to include and exclude the necessary part of the code.
Setup xUnit.net Unit Testing In Class Library Project
8/22/2018 2:57:47 PM.
In this tutorial, we will learn how to configure xUnit.net in Visual Studio 2017 class library project.