Menus

Ranorex Studio main menu

File Menu

This section briefly describes the functionality and features behind menu and tool bar items provided by the Ranorex Studio.

NewCreates a new file in an existing Ranorex solution or a new Ranorex solution from scratch.
OpenOpens an existing file or an existing Ranorex solution.
CloseCloses the current file or solution.
Reload  FileReloads the current file.
SaveSaves the current file.
Save As...Saves the current file using a different file name.
Save AllSaves the whole Ranorex test solution.
PrintPrints the current source file.
Print PreviewPreviews a print job.
Recent FilesOpens a recently opened file.
Recent ProjectsOpens a recently opened Ranorex test project.
ExitExits Ranorex Studio.

Edit Menu

RedoRedo the last user action within the code editor.
Undo
Undo the last user action within the code editor.
CutCloses the current file or solution.
CopyCopies a selected code block into the clipboard.
PastePastes a text or a project element from the clipboard.
DeleteDeletes a selected code block from the editor.
FormatProvides commonly used formatting options for the code editor.
Folding
Is used to expand and collapse code blocks like methods, classes or regions.
Select All
Selects the whole editor content.
Word Count
Counts the words in the current document or project

View Menu

Following menu items activates different types of views in Ranorex Studio.

ProjectsShows the current solution with its projects.
Classes
Shows all classes and its methods for all projects within an Ranorex solution
ToolsShows tools like control tool box required to design a windows forms application project.
ErrorsShows the error output pane which contains warnings or errors, which have occurred during build.
Task ListShows a task list based on 'TODO' comments within implementation.
OutputShows the output window containing build  information like errors or warnings.
PropertiesShows a 'Property' window which presents all provided properties by a selected element (e.g. file or project properties)
Search Result
Shows the last search results.
Unit Tests
Shows a window representing the current unit testing project.
Debug
Shows windows like breakpoints or local variables required during a debug session.
Show Start Page
Shows the Ranorex Studio start page.
Full Screen
Switches the current view to the full screen.

Project Menu

If a project is selected, this menu item offers project dependent functions.

AddAdds a new item (new folder, new file or existing file) to the current project.
Add Reference
Adds a new assembly reference to the current project.
Run ProjectRuns the current project application.
Set as StartUp ProjectDefines the selected project as 'StartUp' project.
Convert
Converts a C# based project into a VB based application.
Project Options...
Opens the project's options file.

Build Menu

If a project is selected, this menu item offers following build actions and configuration possibilities.

Build Solution
Builds the entire solution.
Rebuild Solution
Rebuilds the entire solution.
Clean Solution
Cleans the output folders from all projects within the solution.
Build Project
Builds the currently selected project.
Rebuild Project
Rebuilds the currently selected project.
Clean Project
Cleans the output folder from the currently selected project.
Set Configuration
Sets the current configuration to 'Release' or 'Debug'.
Edit Configuration
Makes it possible to add a new configuration or to edit an existing one.

Debug Menu

The 'Debug' menu offers functionality to control the debugger.

Run
Runs the current project.
Run without Debugger
Runs the current project without debug information.
Stop process
Stops a running debug session.
Break
Breaks the current statement in a running debug session.
Continue debugging
Continues test automation debugging.
Step over
Steps over a single code line during a debug session.
Step into
Steps into a method call (depends on available debug information)
Step out
Steps out from a method back to the calling point.
Toggle breakpointActivates or deactivates a breakpoint at the current cursor position.

Search Menu

The 'Search' menu offers useful items to search for files or text content within  the current solution or external directories.

Find
Opens a common search dialog to search for files or file contents.
Find Next
Searches for the next occurrence of the current search string
Find Next Selected
Searches for the next occurrence of the currently selected string.
Replace
Opens the replace dialog.
Toggle Bookmark
Sets a bookmark at the current cursor position.
Previous BookmarkPoints the cursor to the previous toggled bookmark.
Next BookmarkPoints the cursor to the next toggled bookmark.
Clear All BookmarksClears all toggled bookmarks within a file.
Goto Line Number...Moves the cursor to a specific line number.
Goto Matching Brace
Moves the cursor to the matching brace.

Tools Menu

The 'Tools' menu provides quick links to all Ranorex tools.

Ranorex Recorder
Starts the Ranorex Recorder application separately from Ranorex Studio.
Ranorex Spy Pro
Starts the Ranorex Spy to analyze windows applications under test.
Ranorex Web Spy
Starts the Ranorex Web Spy to analyze web applications under test.
OptionsOpens the Ranorex Studio options dialog.

Window Menu

Next Window
Activates the next file.
Prev Window
Activates the previous file.
Split
Splits the currently active file for a separate view.
Close All Documents
Closes all opened files and windows.
Files...Activates the specified file.

Help Menu

.NET API Documenation
Opens the help file for the .NET API.
User Guide
Opens the help file for the User Guide including the Ranorex Studio Documentation
Web
Offers quick links to the Ranorex online documentation and Ranorex support forum.
About Opens a dialog providing information about the current Ranorex Studio version