The Ranorex Studio working environment provides a central place to manage your test solution and all of its components. This chapter describes the basic working environment and default views.
Basic working environment structure
Ranorex Studio provides a working environment that is simple and organized according to common principles, such as a hierarchical organization. Refer to the overview below for an introduction to the structure of the working environment.
-
Projects pad
- A Ranorex Studio project is based on files and uses the same project file format as Microsoft Visual Studio 2008/2010.
- The project view shows all files and references currently associated with the project.
- Module browser pad
- The module browser lists all available code and recording modules in the project’s code files. It also lists all module groups in the project’s module group file.
- In addition, it shows all the variables defined by a module or module group.
- This view is mainly used to drag and drop automation modules and module groups, and to reuse modules and module groups within the test suite view.
- File View
- Double-click a file in the projects view or a module in the module browser to open the associated file in Ranorex Studio’s file view.
- This view displays all available files, such as the test suite view, Recorder view with action table and repository, reports, code modules, and many more.
Adding views
For a list of all available views, click View in the Ranorex Studio menu bar.
-
Test suite view (*.rxtst)
Test suite files have the file extension rxtst = Ranorex test suite -
Recorder view (*.rxrec)
Recorder files have the file extension rxrec = Ranorex Recorder -
Report file (*.rxlog)
Report files have the file extension rxlog = Ranorex Logfile
When you create a solution using the RocketStart solution wizard, the tutorial panel displays, by default. It displays a quick tutorial to guide you through the first steps of working with Ranorex Studio.
You can close the tutorial by clicking the X and bring it back up again by clicking View > First steps.