Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Specific TBox Modules for TDO are available to allow interaction from within a Tosca Test Case to the Test Data Orchestrator
Release Notes
Requirements
Tricentis Tosca Commander 14.2 and above
Installation
Please order the TDO Addon DLL (Infometis.TestDataOrchestrator.dll) form our Service Desk, we require the Tosca Version you are using. The Tosca Subset can be downloaded here:
Copy the Infometis.TestDataOrchestrator.dll into the TBOX_HOME Folder, which is usually: C:\Program Files (x86)\TRICENTIS\Tosca Testsuite\TBox\
Expandable list of attributes. Used for Find and UpdateItem Task.
Result Buffers → attributes
Expandable list of attributes, used for Find Task. The attribute name represents the name of the buffer which should be filled with the found item value. the attribute value represents the TDO attribute name from which to get the value for the buffer.
Operations for Items
Create an Item
The following Teststepvalues need to be filled. The teststep will create a buffer called TDO_ITEM_KEY. This contains the internal key for further use in UpdateItem or DeleteItem teststeps
Date = {DATE} Key= {RND[5]} Type = legal State = New
Result Buffers → attributes
N/A
Updates an Item
Updates an item identified by the internal Item Key, which is automatically set into the buffer TDO_ITEM_KEY when creating or finding an item. The following Teststepvalues need to be filled:
The internal key of the item you would like to update. This value was automatically put into the buffer TDO_ITEM_KEY when using the TDO CreateItem or FindItem task
{B[TDO_ITEM_KEY]}
Task
UpdateItem
UpdateItem
Environment
Environment in which the Item Task is performed
UAT
Type
Type in which the Item Task is performend
BusinessPartner
Data structure → attributes
for each attribute you would like to update create an entry:
This module allows the following operations for TDO Types:
Create, Update, Delete
Description of the TDO Type Expert Module attributes
Attribute name
Description
Details
Attribute name
Description
Details
Configuration → JiraBaseURL
The BaseUrl of the Jira-Server
Configuration → JiraProjectKey
The Key of the Jira project
Configuration → Username
Jira Username
Configuration → Password
Jira Password
Task
Defines what operation the teststep should perform for an environment
Create, Update, Delete
Type
Name of the Environment to be created
Type Update
Updated Name of the Type. Needed when you update the name of the Type
Attributes
List of attributes of the Type.
Operations for Types
Create Type
Creates a new Type. Name and the attributes of the Type have to be defined. Be sure to include alle attributes at the beginning. Modification after creation will come in a future version.