wugang33 / ProtocolTestFramework

⭐⭐Join us at SNIA NA SDC SMB3 IO Lab 2022 (9/14 - 9/16)

Home Page:https://interopevents.com/en-us/sniasdc2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protocol Test Framework

The Protocol Test Framework (PTF) is designed to support Microsoft Protocol Test Suites for both Windows and Office Protocol Interoperability testing. It implements the fundamentals to support Protocol Test Suite, including logging, checker, configuration and etc.

Prerequisites

PTF is based on .NET Core and support cross-platform. It runs on Windows, macOS and multiple distributions of Linux. You should install the software listed below based on your testing purpose, including their own dependencies.

  1. .NET Core SDK

Build

After you clone a copy of this repo, change to the ProtocolTestFramework directory:

cd ProtocolTestFramework

Change to src directory and build PTF:

cd src
dotnet build --configuration Release

Note:

For more information about how to use dotnet build please refer to :dotnet build

Samples

You can find samples of how to develop a protocol test suite using PTF here.

Documentation

  • User Guide describes the features of PTF, and how to use them to develop a new protocol test suite.

Contribute

You can find contributing guide here.

License

PTF is under the MIT license.

Microsoft Open Source Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

⭐⭐Join us at SNIA NA SDC SMB3 IO Lab 2022 (9/14 - 9/16)

https://interopevents.com/en-us/sniasdc2022

License:Other


Languages

Language:C# 94.5%Language:JavaScript 3.8%Language:HTML 0.8%Language:PowerShell 0.5%Language:Shell 0.2%Language:CSS 0.1%