The code editor offers a number features to simplify the implementation of Ranorex test automation code:Code highlighting
Depending on the type of project the editor highlights keywords, types, methods, code comments or strings. The style of the editor can be changed within the options dialog available through the menu item 'Tools' | 'Options ...' | 'Text Editor'.
Folding actions
This feature can be used to hide or show specific code sections especially for large source files (Available through menu item 'Edit' | 'Folding' ...)
The code completion could be used to speed test implementation up and to avoid syntax errors.



Announcements