Create a new solution to test the Ranorex Studio Demo Application and take a first look at the Ranorex Studio user interface.
Create a new test solution
In Ranorex Studio, a solution is the top-level container that includes all test files. To create a solution, do the following:
-
In the solution wizard, select Desktop.
-
In the Create your new solution dialog, enter a name for your solution and then select Continue.
-
Select Browse for application > Browse for app…
- Select the Ranorex Studio Demo Application and then Open.
- The application loads in the solution wizard. Select Continue.
-
Select Focus on single application and then Continue.
- Select Finish to complete the setup.
The Ranorex Studio user interface appears with your new solution.
Ranorex Studio user interface
Take a quick look at the different elements of the Ranorex Studio user interface.
Test suite view
Select the FirstTest.rxtst tab to switch to the test suite view.
The test suite is where you build and control your tests. Your test suite already has a simple test case containing three recording modules:
- StartAUT: Starts the demo application.
- Recording1: Includes the test actions you record in the next step.
- CloseAUT: Closes the demo application.
Recording module view
Select the Recording1.rxrec tab to switch to the recording module view.
- Projects pad: The projects pad displays all projects, folders, references, and files associated with your test solution.
- Module browser pad: The module browser provides quick access to all modules and module groups sorted by project.
- Recording module view – actions table: In this view, you fill your recording module with actions and edit them. They are listed chronologically in an “actions table.”
- Recording module view – repository: The repository contains all repository items that are referenced by actions. Repository items represent UI elements.
- Output pad: This panel displays build information, errors, debug information, and search results.
- Tutorial panel: This panel shows a quick tutorial that guides you through the first steps of building a test. While you are going through “Ranorize Yourself in 20 Minutes,” you don’t need to worry about it.
Continue with step 4. Record Your First Test.