Can comments be used to generate documents?

Ask general questions here.
KevinOB
Posts: 2
Joined: Thu Dec 12, 2013 6:30 pm

Can comments be used to generate documents?

Post by KevinOB » Mon Jan 06, 2014 10:38 am

Hello,

I'm new to Ranorex :)

I have been using the recording functionality to create tests and I have been writing comments for most test steps.
I want to document what I am doing so I was wondering if it was possible for Ranorex to generate documents based on these comments?

I can look at the corresponding *.cs files and copy and paste out the comments if this is not possible.

Thanks,
Kevin

User avatar
BernhardS
Ranorex Guru
Ranorex Guru
Posts: 32
Joined: Tue Dec 17, 2013 6:35 pm

Re: Can comments be used to generate documents?

Post by BernhardS » Tue Jan 07, 2014 11:20 am

Hello Kevin,

Unfortunately there is no option in Ranorex in order to generate a document containing your comments only.
If you want to use the *.cs file in order to generate a document using Code, please use the *.UserCode.cs file because the code in the Recording.cs file will be generated each time you build your solution.

Regards,
Bernhard

KevinOB
Posts: 2
Joined: Thu Dec 12, 2013 6:30 pm

Re: Can comments be used to generate documents?

Post by KevinOB » Tue Jan 07, 2014 12:34 pm

Hi Bernhard,

Thanks for the reply.

Regards,
Kevin