Integration with Tricentis Tosca
- 1 Overview
- 2 Release Notes
- 3 Requirements
- 4 Installation
- 5 TDO Module for Items
- 5.1 Description of the TDO Item Expert Module attributes
- 5.2 Operations for Items
- 5.2.1 Create an Item
- 5.2.2 Updates an Item
- 5.2.3 Find Items
- 5.2.4 Lock an Item
- 5.2.5 Unlock Item
- 5.2.6 Delete Item
- 6 TDO Module for Environments
- 7 TDO Module for Types
Overview
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\
Import the Subset into your Tosca workspace.
TDO Module for Items
This module allows the following operations for TDO Items:
CreateItem, UpdateItem, Find, LockItem, UnlockItem, DeleteItem
Description of the TDO Item Expert Module attributes
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 |
|
Item Key | Internal Key of an item |
|
Task | Defines what operation the teststep should perform for an Item | CreateItem, UpdateItem, Find, LockItem, UnlockItem, DeleteItem |
Environment | Environment in which the Item Task is performed |
|
Type | Type in which the Item Task is performend |
|
Data structure → attributes | 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
Updates an Item
Find Items
Lock an Item
Unlock Item
Delete Item
TDO Module for Environments
This module allows the following operations for TDO Environments:
Create, Update, Delete
Description of the TDO Environment Expert Module attributes
Attribute name | Description | Example |
---|---|---|
Configuration → JiraBaseURL | The BaseUrl of the Jira-Server | |
Configuration → JiraProjectKey | The Key of the Jira project | ABC |
Configuration → Username | Jira Username | user1 |
Configuration → Password | Jira Password | yourpassword |
Task | Defines what operation the teststep should perform for an environment | Create, Update, Delete |
Environment | Name of the Environment to be created | UAT |
Environment Update | Upddated Name of the Environment |
|
Description | Description of the Environment |
|
Operations for Environments
Create Environmenet
Update Environment
Delete Environment
TDO Module for Types
This module allows the following operations for TDO Types:
Create, Update, Delete
Description of the TDO Type Expert Module attributes
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
Update Type
Delete Type