BT.TestAgent
1.0.25
See the version list below for details.
dotnet tool install --global BT.TestAgent --version 1.0.25
dotnet new tool-manifest
dotnet tool install --local BT.TestAgent --version 1.0.25
#tool dotnet:?package=BT.TestAgent&version=1.0.25
nuke :add-package BT.TestAgent --version 1.0.25
<b>Description :</b><br /> <small>Console Application/Tool is used to modify Test Objects in DevOps Environment such as: Test Plan, Test Suite, Test Case and WorkItems. </small><br />
<b>Install to your computer :</b><br /> dotnet tool install --global BT.TestAgent<br /> <small>or</small><br /> dotnet tool install --global BT.TestAgent --version 1.0.13
<b>Usage:</b>
- Tool Mode
testagent --organisation "...." --name "...." --repoid "..." --pat "...."
<span style="display:inline-block;width:120px;">--organisation</span> <small>Organisation name </small><br> <span style="display:inline-block;width:120px;">--name</span> <small>Project name </small><br> <span style="display:inline-block;width:120px;">--repoid</span> <small>Repository Id Guid </small><br> <span style="display:inline-block;width:120px;">--pat</span> <small>Personal Authentication Token </small><br>
- Database Mode
testagent --database "connection string......"
<span style="display:inline-block;width:120px;">--database</span> <small>Connection string </small><br>
- for SQL Server should be a full connection string
- for SQLite database should be a file name without extension
Parameter Options:
<small>Parameter values can be given with or without double quotes </small><br />
<b>Commands:</b> <small>Neither commands nor parameters are case sensitive, parameter values signified with their type i.e., bool should be replaced with true or false, int should be replaced with an integer value, string should be replaced with an quoted string value, arrays should be written either [int,int,int] or int,int,int format. </small>
<div style="color:blue;"> GetAllPlans, <br /> GetTestPlan, <br /> GetAllTestSuitesForPlan <br /> GetAllTestSuiteFoldersForPlan <br /> GetTestSuite <br /> GetTestSuiteRecursively <br /> GetTestSuiteRecursivelyAsList <br /> GetTestSuitesChildren <br /> GetTestSuiteAsTreeView <br /> GetTestSuiteFolderAsTreeView <br /> CloneTestSuite <br /> GetRelatedTestSuitesForTestCase <br /> IsTestCaseExistIn <br /> IsAnyTestCasesReferenced <br /> GetTestCase <br /> GetWorkItemComments <br /> GetTestCases <br /> GetTestCaseIdList <br /> GetTestCaseIdListForPlan <br /> GetSubSuiteIdList <br /> CloneTestCase <br /> DeleteTestCase <br /> DeleteTestSuite <br /> GetWorkItem <br /> GetWorkItemApi <br /> GetClonedParentId <br /> AssignWorkItemToUser <br /> GetBranchFiles <br /> GetFileContent <br /> GetPullRequest <br /> GetPRFiles <br /> GetDBConfig <br /> GetDbProjectData <br /> GetDbStatus <br /> </div>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
This package has no dependencies.
This version compatible with .Net 9.0