Awesome Open Source
Search
Programming Languages
Languages
All Categories
Categories
About
Search results for c sharp testing
c-sharp
x
testing
x
284 search results found
Aspnetcore Developer Roadmap
⭐
16,539
Roadmap to becoming an ASP.NET Core developer in 2023
Awesome Test Automation
⭐
5,972
A curated list of awesome test automation frameworks, tools, libraries, and software for different programming languages. Sponsored by https://zapple.tech
Akka.net
⭐
4,556
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
Xunit
⭐
3,935
xUnit.net is a free, open source, community-focused unit testing tool for .NET.
Autofixture
⭐
3,160
AutoFixture is an open source library for .NET designed to minimize the 'Arrange' phase of your unit tests in order to maximize maintainability. Its primary goal is to allow developers to focus on what is being tested rather than how to setup the test scenario, by making it easier to create object graphs containing test data.
Marten
⭐
2,564
.NET Transactional Document DB and Event Store on PostgreSQL
Nsubstitute
⭐
2,562
A friendly substitute for .NET mocking libraries.
Smtp4dev
⭐
2,558
smtp4dev - the fake smtp email server for development and testing
Respawn
⭐
2,435
Intelligent database cleaner for integration tests
Nunit
⭐
2,387
NUnit Framework
Core
⭐
2,107
Castle Core, including Castle DynamicProxy, Logging Services and DictionaryAdapter
Mytested.aspnetcore.mvc
⭐
1,687
Fluent testing library for ASP.NET Core MVC.
Stryker Net
⭐
1,663
Mutation testing for .NET core and .NET framework!
System.io.abstractions
⭐
1,430
Just like System.Web.Abstractions, but for System.IO. Yay for testable IO access!
Mockhttp
⭐
1,427
Testing layer for Microsoft's HttpClient library. Create canned responses using a fluent API.
Coyote
⭐
1,383
Coyote is a library and tool for testing concurrent C# code and deterministically reproducing bugs.
Netling
⭐
1,283
Netling is a load tester client for easy web testing.
Qmlnet
⭐
1,228
Qml.Net - Qt/QML integration/support for .NET
Wiremock.net
⭐
1,227
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
Taglib Sharp
⭐
1,184
Library for reading and writing metadata in media files
Fluentdocker
⭐
1,184
Use docker, docker-compose local and remote in tests and your .NET core/full framework apps via a FluentAPI
Fscheck
⭐
1,093
Random Testing for .NET
Awesome Dotnet Tips
⭐
911
A curated list of awesome tips and tricks, resources, videos and articles in .net, software architecture, microservice and cloud-native
Pose
⭐
890
Replace any .NET method (including static and non-virtual) with a delegate
Sharpmake
⭐
875
Sharpmake is an open-source C#-based solution for generating project definition files, such as Visual Studio projects and solutions, GNU makefiles, Xcode projects, etc.
Performance Optimization
⭐
686
Guidance on how to observe, measure, and correct common issues in a cloud-based system.
Archunitnet
⭐
685
A C# architecture test library to specify and assert architecture rules in C# for automated testing.
Tdd Katas
⭐
684
This repository contains Hands on Test Driven Development Katas (C#)
Mytested.webapi
⭐
680
Fluent testing framework for ASP.NET Web API 2.
Automatetheplanet Learning Series
⭐
604
Automate The Planet Series Source Code
Superbenchmarker
⭐
532
Apache Benchmark (ab.exe) on steroids
Starwars
⭐
503
GraphQL 'Star Wars' example using GraphQL for .NET, ASP.NET Core, Entity Framework Core
List Of Testing Tools And Frameworks For .net
⭐
493
✅ List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET
Atata
⭐
470
C#/.NET test automation framework for web
Netcore Boilerplate
⭐
420
Boilerplate of API in .NET 7
Sqltoolsservice
⭐
395
SQL Tools API service that provides SQL Server data management capabilities.
Sharpfuzz
⭐
332
AFL-based fuzz testing for .NET
Xunit.dependencyinjection
⭐
327
Use Microsoft.Extensions.DependencyInjection to resolve xUnit test cases.
Winium.desktop
⭐
297
Winium.Desktop is Selenium Remote WebDriver implementation for automated testing of Windows application based on WinFroms and WPF platforms.
Mockaco
⭐
290
🐵 HTTP mock server, useful to stub services and simulate dynamic API responses, leveraging ASP.NET Core features, built-in fake data generation and pure C# scripting
Castle.core.asyncinterceptor
⭐
280
Library to simplify interception of asynchronous methods
Dotnet Minimal Api Integration Testing
⭐
279
An example of integration testing ASP.NET Core Minimal hosting and APIs
Customtoolbar
⭐
279
CustomToolbar
Snapshooter
⭐
269
Snapshooter is a snapshot testing tool for .NET Core and .NET Framework
Connectivityplugin
⭐
260
Connectivity Plugin for Xamarin and Windows
Ocaramba
⭐
259
C# Framework to automate tests using Selenium WebDriver
Fsharp Hedgehog
⭐
257
Release with confidence, state-of-the-art property testing for .NET.
Githubactionstestlogger
⭐
254
.NET test logger that reports to GitHub Actions
T4toolbox
⭐
250
Malwless
⭐
244
Test Blue Team detections without running any attack.
Nativequadtree
⭐
223
A Quadtree Native Collection for Unity DOTS
Azure Iot Protocol Gateway
⭐
219
Azure IoT protocol gateway enables protocol translation for Azure IoT Hub
Xunit Logging
⭐
213
Logging extensions for xunit
Serverless Test Samples
⭐
211
This repository is designed to provide guidance for implementing comprehensive test suites for serverless applications.
Nunit Console
⭐
206
NUnit Console runner and test engine
Tcunit
⭐
198
An unit testing framework for Beckhoff's TwinCAT 3
Nunit3 Vs Adapter
⭐
196
NUnit 3.0 Visual Studio test adapter for use under VS 2012 or later
Continuoustests
⭐
193
Continuous testing tool for .Net running only affected tests.
Json2csharpcodegenerator
⭐
193
Aspnetcore.identity.mongodbcore
⭐
192
A MongoDb UserStore and RoleStore adapter for Microsoft.AspNetCore.Identity 2.2. Allows you to use MongoDb instead of SQL server with Microsoft.AspNetCore.Identity 2.2. (not Identity 3.0)
Deepequal
⭐
186
An extensible deep comparison for .NET
Teststack.seleno
⭐
185
Seleno helps you write automated UI tests in the right way by implementing Page Objects and Page Components and by reading from and writing to web pages using strongly typed view models.
Faker.net
⭐
180
Port of the ruby ffaker project to .NET, with the original ruby tests also ported to .NET. Supports mono.
Xamarin.forms.mocks
⭐
176
Library for running Xamarin.Forms inside of unit tests
Norm.net
⭐
170
Norm.net is an innovative and high-performance Database Access for .NET Standard 2.1 and higher
Tavis.uritemplates
⭐
169
.Net implementation of the URI Template Spec https://tools.ietf.org/html/rfc6570
Peanutbutter
⭐
167
Tasty, versatile, nutritious; goes with many things in .net.
Xunit.gherkin.quick
⭐
162
BDD in .NET Core - using Xunit and Gherkin (compatible with both .NET Core and .NET)
Uicomponents
⭐
161
A small front-end framework for Unity's UIToolkit powered by code generation.
Dframe
⭐
158
Distributed load testing framework for .NET and Unity.
Unium
⭐
156
Automation for Unity games
Csharp
⭐
146
C# : Test-Driven Learning
Xunitcontext
⭐
143
Extends xUnit to expose extra context and simplify logging
Service Fabric Dotnet Web Reference App
⭐
142
An end-to-end Service Fabric application that demonstrates patterns and features in a web application scenario.
Protobuf_for_unity
⭐
141
google's protobuf 3 for unity3d(5.x) game engine
Unity Uitest
⭐
141
Unity UI Test Automation Framework
Xharness
⭐
141
C# command line tool for running tests on Android / iOS / tvOS devices and simulators
Googletestadapter
⭐
140
Visual studio extension that adds support for the C++ testing framework Google Test.
Nlayerappv3
⭐
133
Domain Driven Design (DDD) N-LayeredArchitecture with .Net Core 2
Visualstudio.xunit
⭐
128
VSTest runner for xUnit.net (for Visual Studio Test Explorer and dotnet test)
Rest Assured Net
⭐
127
C# DSL for writing readable tests for HTTP-based APIs
Ogooreck
⭐
123
Sneaky Testing Library in BDD style
Reproto
⭐
117
Rethinking Protocols
Xunit.combinatorial
⭐
114
Adds combinatorial and pairwise testing capability to Xunit tests
Snapper
⭐
113
Bringing Jest-esque Snapshot testing to C#
Simplespeedtester
⭐
112
SimpleSpeedTester is a simple, easy to use framework that helps you speed test your .Net code by taking care of some of the orchestration for you.
Autotest.net
⭐
108
This project has moved to http://github.com/continuoustests/AutoTest.Net
Xunit.categories
⭐
107
Friendlier attributes to help categorize your tests
Teststack.fluentmvctesting
⭐
105
Simple, terse, fluent automated testing for ASP.NET MVC Controllers
Csharp.webdriver
⭐
105
Browser test automation using Selenium WebDriver in C#
Httptwo
⭐
103
A basic C# HTTP/2 client library
Prig
⭐
103
Prig is a lightweight framework for test indirections in .NET Framework.
Nbi
⭐
103
NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile your test suite. Just create an Xml file and let the framework interpret it and play your tests. The framework is designed as an add-on of NUnit but with
Mvcroutetester
⭐
102
A library for unit testing ASP MVC route tables for both Web and API Routes
Cscheck
⭐
101
Random testing library for C#
Made.net
⭐
101
MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.
Steamworks.net Test
⭐
99
Test project for Steamworks.NET
Testura.mutation
⭐
99
Mutation testing tool for C# .NET
Squadron
⭐
98
A testing framework for containerized and cloud services
Conventional
⭐
98
A suite of convention specifications for enforcing type and style conventions in your codebase
Related Searches
C Sharp Unity (13,521)
C Sharp Video Game (8,498)
C Sharp Azure (4,292)
C Sharp Unity3d (4,236)
C Sharp Wpf (3,118)
C Sharp Asp Net Core (3,026)
C Sharp Visual Studio (2,839)
C Sharp Command Line (2,702)
C Sharp Sql (2,429)
C Sharp Microsoft (2,368)
1-100 of 284 search results
Next >
Privacy
|
About
|
Terms
|
Follow Us On Twitter
Copyright 2018-2024 Awesome Open Source. All rights reserved.