Automate traceability actions
You can use the testcentercmd command line tool to perform traceability actions, such as pushing data to or pulling it from an external system for 3rd-party integrations that you have set up on Test Center.
Set one of the following values for the --integration option to refer to a currently supported 3rd-party tool:
azuregenericjirapolarionqacompletereqiftestrailxrayzephyr
For example:
$ testcentercmd --url=http://localhost:8800 integration push --integration=testrail --project=MyProject --batch=MyBatch
You can also perform Test File Traceability Mapping with map mode. For this mode, it is necessary to also pass the repository number with the --repository option, and, if it is a Git repository, the --branch option must be given to refer which Git branch, or revision, to map. To prevent false matches, a prefix can be given with option --prefix, so that only if a traceability key is preceded by the prefix will me mapped.
./testcentercmd --url=http://localhost:8800 integration map --integration=testrail --project=MyProject --repository=1 --branch=origin/main --prefix=@
© 2024 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners.