Skip to content

PTMService

Zheyu Shen edited this page Aug 19, 2021 · 8 revisions

PTMService

PTMService is a cross-platform, web-based application for managing and running Windows protocol test suites. It replaces the old, .NET Framework based Protocol Test Manager application.

Install

  • Download and install .NET 5.0 for your platform.

  • Download PTMService.zip/PTMService.tar.gz from the Releases page and extract the archive.

  • Optionally, if you want to add a desktop icon shortcut for PTMService on Windows and install PTMService into a different directory, you may run the install.ps1 powershell script:

powershell .\install.ps1

Running

We recommend running PTMService in-place. Launch your shell in the extracted PTMService folder and run

dotnet PTMService.dll

to start the service.

Navigate your browser to https://localhost:5001/ and ignore any certificate errors.

Usage

  • Go to the Management tab and upload a test suite.
  • Go to the Run TestSuite tab and select the test suite, then add a configuration for the test run.
  • Run the test suite after you've created a configuration (either manually or using auto-detection)

Clone this wiki locally