Forum Discussion
No RepliesBe the first to reply
Related Content
- 4 years ago
- 6 years ago
Recent Discussions
- 2 months ago
- 3 months ago
- 3 months ago
I'm developping a groovy to read information from test cases and copy this in labels.
I can read the field preconditions because because is a custom field,
def cField = customFieldManager.getCustomFieldObject("customfield_14150");
but I don't know hwo to access to Test Details information like Test Data. I'm sure it must a way to read this fields.
Please, can you help me?