Page 1 of 1

Do i need to write some code in addition to Ranorex Code ?

Posted: Mon Aug 15, 2016 4:52 pm
by Venkatesh Katpally
Hi All,

I am new to Ranorex. After recording a scenario in Ranorex, can I do the Automation testing with the default code generated by Ranorex or do i have to write some coding in addition to that ?

Re: Do i need to write some code in addition to Ranorex Code ?

Posted: Tue Aug 16, 2016 12:11 pm
by odklizec
Hi,

As long as you are happy with recorded scenarios, you should not be needed to write any additional code. However, soon or later, you will find some showstoppers and limitations of record-only approach. Many things are way easier to do with simple for...next loop and if...then...else conditions. So it's definitely a good idea to start learning C# basics. And why I'm recommending C# and not VB .Net? Because if you check this forum, you will quickly realize that at least 90% (if not more) code-related topics are in C# ;) So there is a better chance to find answers on code-related questions.

Re: Do i need to write some code in addition to Ranorex Code ?

Posted: Tue Aug 16, 2016 1:58 pm
by Venkatesh Katpally
Hi,

Thanks for the reply. I know C# coding but i want to make sure if i have to implement coding in Ranorex. Thanks again. I will post in the forum if i have any further questions.