...
Expand |
---|
|
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 Attribute name | Input Value | Example |
---|
Configuration → JiraBaseURL | The BaseUrl of the Jira-Server | https://yourcompany.atlassian.net | Configuration → JiraProjectKey | The Key of the Jira project | ABC | Configuration → Username | Jira Username | user1 | Configuration → Password | Jira Password | yourpassword | Item Key | N/A | | Task | CreateItem | CreateItem | Environment | Environment in which the Item Task is performed | UAT | Type | Type in which the Item Task is performend | AddressesBusinessPartner | Data structure → attributes | for each attribute: attribute name = TDO Type attribute attribute value = value of the Item attribute | Date = {DATE} Key= {RND[5]} Type = legal State = New | Result Buffers → attributes | N/A |
Here is an example of a TDO Item Expert Module Teststep:Image RemovedImage Added |
Updates an Item
Expand |
---|
|
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: Attribute name | Input Value | Example |
---|
Configuration → JiraBaseURL | The BaseUrl of the Jira-Server | https://yourcompany.atlassian.net | Configuration → JiraProjectKey | The Key of the Jira project | ABC | Configuration → Username | Jira Username | user1 | Configuration → Password | Jira Password | yourpassword | Item Key | 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 | AddressesBusinessPartner | Data structure → attributes | for each attribute you would like to update create an entry: attribute name = TDO Type attribute attribute value = value of the Item attribute | Name =Key Value = 1234 | Result Buffers → attributes | N/A |
Image RemovedImage Added |
Find Items
Expand |
---|
|
Attribute name | Input Value | Example |
---|
Configuration → JiraBaseURL | The BaseUrl of the Jira-Server | https://yourcompany.atlassian.net | Configuration → JiraProjectKey | The Key of the Jira project | ABC | Configuration → Username | Jira Username | user1 | Configuration → Password | Jira Password | yourpassword | Item Key | N/A | | Task | FindItem | FindItem | 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: attribute name = TDO Type attribute you would like to search in attribute value = value of the Item attribute you would like to search for | attribute name = Type attribute value = legal (see screenshot below) | Result Buffers → attributes | the attribute name needs to be set to the name of the buffer the attribute value needs to be set to the name of the TDO value you would like | Name = TDO_Test Value = Key (see screenshot below) |
|
...
Expand |
---|
|
Attribute name | Input Value | Example |
---|
Configuration → JiraBaseURL | The BaseUrl of the Jira-Server | https://yourcompany.atlassian.net | Configuration → JiraProjectKey | The Key of the Jira project | ABC | Configuration → Username | Jira Username | user1 | Configuration → Password | Jira Password | yourpassword | Item Key | item key of the item you would like to lock | {B[TDO_ITEM_KEY]} | Task | LockItem | LockItem | Environment | Environment in which the Item Task is performed | UAT | Type | Type in which the Item Task is performend | BusinessPartner | Data structure → attributes | N/A | | Result Buffers → attributes | N/A | |
Image RemovedImage Added |
Unlock Item
Expand |
---|
|
Attribute name | Input Value | Example |
---|
Configuration → JiraBaseURL | The BaseUrl of the Jira-Server | https://yourcompany.atlassian.net | Configuration → JiraProjectKey | The Key of the Jira project | ABC | Configuration → Username | Jira Username | user1 | Configuration → Password | Jira Password | yourpassword | Item Key | item key of the item you would like to unlock | {B[TDO_ITEM_KEY]} | Task | LockItem | UnlockItem | Environment | Environment in which the Item Task is performed | UAT | Type | Type in which the Item Task is performend | BusinessPartner | Data structure → attributes | N/A | | Result Buffers → attributes | N/A |
Image RemovedImage Added |
Delete Item
Expand |
---|
|
Attribute name | Input Value | Example |
---|
Configuration → JiraBaseURL | The BaseUrl of the Jira-Server | https://yourcompany.atlassian.net | Configuration → JiraProjectKey | The Key of the Jira project | ABC | Configuration → Username | Jira Username | user1 | Configuration → Password | Jira Password | yourpassword | Item Key | item key of the item you would like to delete | {B[TDO_ITEM_KEY]} | Task | DeleteItem | DeleteItem | Environment | Environment in which the Item Task is performed | UAT | Type | Type in which the Item Task is performend | BusinessPartner | Data structure → attributes | N/A | | Result Buffers → attributes | N/A |
Image RemovedImage Added |
TDO Module for Environments
...
Attribute name | Description | DetailsExample |
---|
Configuration → JiraBaseURL | The BaseUrl of the Jira-Server | https://yourcompany.atlassian.net |
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 | |
...
Create Environmenet
Expand |
---|
|
Creates a new Environment. You can define the name and the description. Attribute name | Description | DetailsExample |
---|
Configuration → JiraBaseURL | The BaseUrl of the Jira-Server | https://yourcompany.atlassian.net | Configuration → JiraProjectKey | The Key of the Jira project | ABC | Configuration → Username | Jira Username | user1 | Configuration → Password | Jira Password | yourpassword | Task | Create | Create | Environment | Environment in which the Item Task is performed | APIEnvironment | Environment Update | N/A | | Description | Description of the environment | Text about the environment |
Image RemovedImage Added |
Update Environment
Expand |
---|
|
Updates the name and description of an environment Attribute name | Description | DetailsExample |
---|
Configuration → JiraBaseURL | The BaseUrl of the Jira-Server | https://yourcompany.atlassian.net | Configuration → JiraProjectKey | The Key of the Jira project | ABC | Configuration → Username | Jira Username | user1 | Configuration → Password | Jira Password | yourpassword | Task | Update | Update | Environment | Environment in which the Item Task is performed | APIEnvironment | Environment Update | New name of the environment | API | Description | Description of the environment | Text Updated text about the environment |
Image RemovedImage Added |
Delete Environment
Expand |
---|
|
Deletes an environment. Exact name of the environment to be deleted has to be given, it is case sensitive. Attribute name | Description | DetailsExample |
---|
Configuration → JiraBaseURL | The BaseUrl of the Jira-Server | https://yourcompany.atlassian.net | Configuration → JiraProjectKey | The Key of the Jira project | ABC | Configuration → Username | Jira Username | user1 | Configuration → Password | Jira Password | yourpassword | Task | Delete | Delete | Environment | Environment in which the Item Task is performed | APIEnvironmentAPI | Environment Update | N/A | | Description | N/A |
Image RemovedImage Added |
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
Expand |
---|
|
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. Attribute name | Description | Example |
---|
Configuration → JiraBaseURL | The BaseUrl of the Jira-Server | https://yourcompany.atlassian.net | Configuration → JiraProjectKey | The Key of the Jira project | ABC | Configuration → Username | Jira Username | user1 | Configuration → Password | Jira Password | yourpassword | Task | Create | Create | Type | Name of the Type to be created | BusinessPartner | Type Update | N/A | | Attributes | list of attributes to be created under thie type. | Name = Key Name = Name Name= Status Name = Date |
Example of creating a Type “BusinessPartner” with Key, Name Status and Date as attributes: Image Added |
Update Type
Expand |
---|
|
Update a Type name. Attributes cannot be modified Attribute name | Description | Example |
---|
Configuration → JiraBaseURL | The BaseUrl of the Jira-Server | https://yourcompany.atlassian.net | Configuration → JiraProjectKey | The Key of the Jira project | ABC | Configuration → Username | Jira Username | user1 | Configuration → Password | Jira Password | yourpassword | Task | Update | Create | Type | Name of the Type to be created | TestType | Type Update | Updated Name of the Type | NewTestTypename | Attributes | N/A | |
Example of renaming the Type from “TestType” to “NewTestTypename”: Image Added |
Delete Type
Expand |
---|
|
Delete a Type identified by its name Attribute name | Description | Details |
---|
Configuration → JiraBaseURL | The BaseUrl of the Jira-Server | https://yourcompany.atlassian.net | Configuration → JiraProjectKey | The Key of the Jira project | ABC | Configuration → Username | Jira Username | user1 | Configuration → Password | Jira Password | yourpassword | Task | Delete | Delete | Type | Name of the Type to be deleted | Person | Type Update | N/A | | Description | N/A | |
Example of deleting a Type witht the Name “Person” Image Added |