Test Data Manager: Need to know CLI command to bulk execute the Tiles with parameters
search cancel

Test Data Manager: Need to know CLI command to bulk execute the Tiles with parameters

book

Article ID: 191292

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

We would like to schedule a regular automated regression testing of all of the self service tiles in our TDM portal.  Would like to know CLI commands available for this.

What is the issue?

As of now we do not know any CLIs available for executing multiple Tiles in bulk mode to perform this action and generate a report.

For this activity we would like to know if there are any CLI commands that will execute the tiles with parameters created for that tile.

Could you please guide to get these details to perform CLI based execution with parameters for Tiles?

Environment

Release : 4.8

Component : CA Test Data Manager

Resolution

We have API calls exists to trigger the operations that you do in portal.
All API calls can be found at link given below:

https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/continuous-testing/test-data-management/4-9/reference/rest-api-reference.html

If you want to call these API's through command line, you can use curl command line interface to implement this.