BT.TestAgent 1.0.25

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet tool install --global BT.TestAgent --version 1.0.25
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local BT.TestAgent --version 1.0.25
                    
This package contains a .NET tool you can call from the shell/command line.
#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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.34 92 3/2/2026
Loading failed

This version compatible with .Net 9.0