sas 1.0.2

dotnet add package sas --version 1.0.2                
NuGet\Install-Package sas -Version 1.0.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="sas" Version="1.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sas --version 1.0.2                
#r "nuget: sas, 1.0.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install sas as a Cake Addin
#addin nuget:?package=sas&version=1.0.2

// Install sas as a Cake Tool
#tool nuget:?package=sas&version=1.0.2                

SAS - Business-Oriented Acceptance Testing Framework

Introduction

Welcome to the SAS project. This C# framework is designed to provide a structured and business-oriented framework for writing acceptance tests. It facilitates a clear separation of concerns between technical aspects and business aspects, allowing development teams and non-technical stakeholders to collaborate more effectively.

Features :

  • Clear and business-oriented separation: Enables a clear distinction between technical tests and business scenarios.
  • Ease of use: Simple and intuitive syntax for writing acceptance tests.
  • Extensibility: Modular architecture allowing for easy addition of new features. Integration with CI/CD tools: Compatible with major continuous integration and continuous deployment tools.

Installation

SAS can be installed via NuGet. Use the following command to add it to your project:

dotnet add package sas

Alternatively, you can install it via the NuGet Package Manager Console in Visual Studio:

Install-Package sas

There are several packages published that way, please see the dedicated wiki page for more information.

Documentation and examples

Please see the wiki for more information about each package or code snippets.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on sas:

Package Downloads
sas.simulators.http

Includes objects and helpers to create HttpClient simulators easily when using the Scenario/API/Simulators concept.

sas.simulators.nunit

Includes a TestConsoleLoggerSimulator that provides a simulator that logs to test output (Nunit's TestContext.Out) when using the Scenario/API/Simulators concept and NUnit as a testing framework.

sas.simulators.soap

Experimental, not production-ready yet.

sas.configurations.azure

Provides tools to load configuration from Azure Key Vault when using the Scenario/API/Simulators concept.

sas.simulators.nsubstitute

Includes BaseSimulator in order to create simulators easily when using the Scenario/API/Simulators concept with NSubstitute as a mocking library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.2 89 11/19/2024
1.0.0 348 8/8/2024
0.0.38 165 7/27/2024
0.0.34 198 7/6/2024
0.0.30 191 7/5/2024
0.0.29 191 7/5/2024
0.0.19 270 2/20/2024
0.0.18 190 2/20/2024
0.0.15 187 2/19/2024
0.0.14 204 2/9/2024
0.0.10 230 1/8/2024
0.0.8 201 1/6/2024
0.0.6 177 1/5/2024