Test Base SDK for Python

Overview

The Test Base SDK can be used to interact with the Azure test base resource. (That is, manage your application package, include create package, edit package, and delete package).

With the SDK, the test summary and Analysis Result that can be gotten include: scriptExecution, reliability, memoryUtilization, cpuUtilization, memoryRegression, cpuRegression.

With the Test Base SDK, you can integrate test base in your CI/CD pipeline.

Client Library

Install the test base package with pip.

pip install  Microsoft.Testbase

Example