Page 1 of 1

Read out Ranorex-Version

Posted: Wed Apr 20, 2011 10:04 am
by AlexDozer
Hello,

I searched the forum but I found no solution.

I would like to read out the version of ranorex to store it in my custom report. Is there a function or property available for this?

Regards Alex

Re: Read out Ranorex-Version

Posted: Wed Apr 20, 2011 10:07 am
by Support Team
Hi,

With following line of code you get the version number of Ranorex.
StringTools.GetRanorexVersionString();
Regards,
Peter
Ranorex Team

Re: Read out Ranorex-Version

Posted: Wed Apr 20, 2011 11:26 am
by AlexDozer
Thank you!