32 packages tagged with “Test-Automation”
Allows for a [RetryFact(n)] or [RetryTheory(n)] attributes to be placed above tests in XUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated.
Allows for a @retry(n) tag to be placed above scenarios in SpecFlow.XUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated.
Allows for a @Retry, @Retry(n) tags to be placed above Scenarios and Features in SpecFlow.NUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated. Based on Josh Keegan's xRetry.SpecFlow package.
Allows for a @retry(n) tag to be placed above scenarios in Reqnroll.xUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated.
Allows for a @Retry, @Retry(n) tags to be placed above Scenarios and Features in Reqnroll.NUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated. Based on Josh Keegan's xRetry.SpecFlow package.
Allows for a @retry(n) tag to be placed above scenarios in SpecFlow.NUnit. This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated. Based on Josh Keegan's xRetry.SpecFlow package
Provide useful utility methods and classes that can be used by test automation, but not only...
PleaseWait is a lightweight DSL for synchronizing asynchronous operations
Provide useful utility methods and classes that can be used by MSTest based tests
Provide useful utility methods and classes that can be used by Selenium based tests
Provide useful utility methods and classes that can be used by Coded UI tests
Support xRetry. public void ConfigureServices(IServiceCollection services) { services.AddXRetrySupport(); }
Provide useful utility methods and classes that can be used by MSTest V2 based tests
XmlDataImport kjører test data inn i en SQL Server eller Oracle databaser for datadreven automatiske tester. Verktøyet kan brukes enten fra kommandolinje eller inn i en automatiserte test
ghūl compiler snapshot test runner
Lib that provides functionality for Azure DevOps TestPlan and test automation
CherryPicker is a data injection framework for building test data objects.
Elasticsearch reporting adapter for Reqnroll/SpecFlow test automation. Provides real-time test result tracking with background processing, retry logic, and comprehensive test metadata including scenarios, steps, tags, and screenshots.
Selenium-powered and NUnit-based test automation framework with Ukrainian roots and a mountain of features 🏔️ Feel free to contribute, submit issues, or propose new features via our GitHub repository.
Opinionated readable and easy way to use Selenium in .NET based on BDT (Behavior Driven Testing) and MSTest.
A .NET 9.0 testing framework built on Microsoft Playwright and NUnit. Provides Page Object Model with URL-based routing and type-safe navigation.
A framework for implementing complex test scenario setup using the builder pattern.
A .NET library for collecting and outputting contextual information when tests or operations fail. Designed to help with debugging by automatically gathering relevant data from databases, APIs, and other sources when something goes wrong.
Kibnet.Avalonia.HeadlessTestKit provides helpers and infrastructure for writing headless UI tests for Avalonia applications, enabling fast, reliable test execution without a visible UI.
Kibnet.Avalonia.TestRecorder is an interactive UI test recorder for Avalonia applications. It overlays a recorder panel on top of your app, captures user interactions and assertions, and generates ready-to-use headless UI tests, reducing the effort required to create and maintain automated UI test suites.
A tool for converting GraphQL schemas to Karate API tests.
Testimize is a smart and scalable test data generation engine for .NET. It supports boundary value analysis, pairwise testing, and heuristic optimization via the Artificial Bee Colony (ABC) algorithm. Designed for CI/CD, exploratory testing, and validation scenarios.
A CLI tool that generates Playwright Page Object Model (POM) tests for Angular applications. Automatically analyzes Angular components and creates type-safe page objects, selectors, test fixtures, and test specs.
A powerful substitute generator for creating sociable test classes with deep dependency resolution using NSubstitute. Automatically generates xxxSubstitute classes that mock all dependencies across the entire dependency tree (Controller -> Manager -> Service -> Repository layers) for comprehensive sociable testing.