Found 164 packages
Adds capability to run C++ tests written with the Google Test framework to Visual Studio. Installing this test adapter via NuGet (as compared to installation through the VS Marketplace) lacks debugging and configuration through VS Options as well as the toolbar (configuration via test settings file is supported). Main use case: build servers.
D365 Extension for SpecFlow allows you to automatically test your Dynamics 365 CE implementation. It provides a broad set of SpecFlow steps to help you create your scripts very rapidly. It leverages the EasyRepro library from Microsoft for the User Interface related tests.
The purpose of this library is to provide Dynamics customers the ability to facilitate automated UI testing for their projects.
Visual Testing framework to allow tests written in Selenium to compare screenshots and highlight any differences
BDD style testing framework to allow unit testing with automated mocking, dependency injection and minimum friction based on the XUnit testing library. We at Leaping Gorilla strive to remove as much friction as possible from our testing methodology. To that end we wanted a drop dead simple way to create unit tests that adhered to a few core principles: 1. Must support constructor-based dependency injection 2. Must have the ability to automatically mock any dependencies we wish to use with our item under test 3. Must have the ability to override automatic mocking should the need arise 4. Must support a clean syntax for stubbing method calls on our dependencies 5. Must have a clean BDD style Given/When/Then flow From these needs LeapingGorilla.Testing was born.
D365 Extension for SpecFlow allows you to automatically test your Dynamics 365 CE implementation. It provides a broad set of SpecFlow steps to help you create your scripts very rapidly. It leverages the EasyRepro library from Microsoft for the User Interface related tests.
Silverback is a powerful, elegant, and feature-rich message bus for .NET, designed to simplify asynchronous messaging, event-driven architectures, and microservice communication. With seamless integration for Apache Kafka and MQTT, it offers robust features for reliability, consistency, and scalability. This package adds some utilities to help writing automated tests involving Silverback.Integration.
BDD style testing framework to allow unit testing with automated mocking, dependency injection and minimum friction based on the NUnit testing library. We at Leaping Gorilla strive to remove as much friction as possible from our testing methodology. To that end we wanted a drop dead simple way to create unit tests that adhered to a few core principles: 1. Must support constructor-based dependency injection 2. Must have the ability to automatically mock any dependencies we wish to use with our item under test 3. Must have the ability to override automatic mocking should the need arise 4. Must support a clean syntax for stubbing method calls on our dependencies 5. Must have a clean BDD style Given/When/Then flow From these needs LeapingGorilla.Testing was born.
TestApi is a library of test and utility APIs that enables developers and testers to create testing tools and automated tests for .NET and Win32 applications. TestApi provides a set of common test building blocks -- types, data-structures and algorithms -- in a simple, layered, componentized and documented stack.
Write automated tests for your web applications using the WatiN framework and execute them through Internet Explorer and FireFox.
A set of utilities that can be used to simplify automated test writing.
This package provides the WebDriver IEDriverServer.exe for allowing WebDriver to use Internet Explorer for testing.
The scenarioo C# API helps you to produce user scenario documentations out of your UI tests, such that your project’s stakeholders can browse it through the Scenarioo webapplication. More information see http://www.scenarioo.org Details about using the scenarioo C# API see https://github.com/scenarioo/scenarioo/wiki/scenarioo-cs
ChromeForTestingAutomatedDownload is a C# library that interacts with the GoogleChromeLabs Chrome for Testing JSON endpoints to download Chrome automation resources.
NBench is a cross-platform automated performance profiling and testing framework for.NET applications.
Preferred dependencies and utilities for automated testing.
**SystemTestingTools** (for .net core 3.1+) extends your test capabilities, providing ways to create / return stubs, allowing you to run more comprehensive / deterministic / reliable tests in your local dev machine / build tool and in non-prod environments. * supporting interception of Http (HttpClient or WCF) calls: * before they are sent, returning stubs (ideal for automated testing) * after they are sent, where you can save the request and response (recording), log appropriately or replace bad responses by stubs (ideal for dev/test environments that are flaky or not ready) * asserting outgoing calls (ie: making sure out downstream calls have SessionIds) * intercept logs and run asserts on them
TestStack.Dossier provides you with the code infrastructure to easily and quickly generate test fixture data for your automated tests in a terse, readable and maintainable way using the Test Data Builder, anonymous value and equivalence class patterns. Formerly called NTestDataBuilder.
NBench is a cross-platform automated performance profiling and testing framework for.NET applications.
Seleno helps you write automated UI tests in the right way (using Selenium WebDriver)