How to set "Owner" and "Tested By" of Test Execution Record in Automation Adapter?
How to set "Owner" and "Tested By" of Test Execution Record in Automation Adapter?
I have tried to use void addCreator(final URI creator) or void addContributor(final URI contributor) in AutomationResponse but haven't worked. Any help?
Thanks
|
One answer
Lyo adapter uses AutomationResult to create the result. AutomationResult does not have property to set owner and tested by user. Instead you can modify the code and use TestResult by which you will be able to set both the property Comments
Zenon Kluczny
commented May 18 '18, 2:18 p.m.
Hi Subhajit Bhuiya,
could you give more info?
I cannot find in API (TestResult.class) or here: http://open-services.net/bin/view/Main/QmSpecificationV2#Resource_TestResult
any fields responsible for "Owner" or "Tested by".
Thanks
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.