Hi Team
I am new to Ranorex and C# aswell. I am planning to learn the C# to work in Ranorex. Could you please let me know the level of C# skills required to work with ranorex
Level of C# Programming required to work with Ranorex
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: Level of C# Programming required to work with Ranorex
Welcome to Ranorex!
Basically, almost all important things in Ranorex can be used without any programming skills. Non-programmers can use the script-free drag & drop functionality, whereas professional programmers can use an API for C# and VB.NET to enhance their test suites and recordings.
To write simple code modules/user codes in Ranorex a basic knowledge about control structures (e.g. if/else, loops), variables and methods is required. A lot of code examples, explain how to use Ranorex API in order to write code modules or to extend recording modules with user specific code can be found here: Ranorex Code Examples
A very good user experience of learning C# by using Ranorex can be found at the following link: User Experience
Regards,
Manuel
Basically, almost all important things in Ranorex can be used without any programming skills. Non-programmers can use the script-free drag & drop functionality, whereas professional programmers can use an API for C# and VB.NET to enhance their test suites and recordings.
To write simple code modules/user codes in Ranorex a basic knowledge about control structures (e.g. if/else, loops), variables and methods is required. A lot of code examples, explain how to use Ranorex API in order to write code modules or to extend recording modules with user specific code can be found here: Ranorex Code Examples
A very good user experience of learning C# by using Ranorex can be found at the following link: User Experience
Regards,
Manuel