Page 1 of 1

Retrieve steps comments for a test case

Posted: Mon Jun 21, 2021 4:50 pm
by FBen
Hello,

For reporting purpose, I need to retrieve comments from actions of all test modules of a test case. cf screenshot.
Do you know if I can have access to this property from my user code?
Thanks in advance for your help.
Fred

Re: Retrieve steps comments for a test case

Posted: Wed Jun 23, 2021 8:53 am
by odklizec
Hi,

As far as I know, there is no public API for obtaining recording comments. However, comments should be automatically displayed in report, if report level is set to Info (Debug probably too).
https://www.ranorex.info/viewtopic.php? ... 80&#p62182

Re: Retrieve steps comments for a test case

Posted: Mon Jun 28, 2021 3:42 pm
by FBen
Thanks for your reply Pavel.
Actually I planned to send some comments to a third part application via a REST API.
But nevermind, I'll create my own UserCode code comment to bypass this limitation.

Regards,