Ranorex Studio functions as an Integrated Development Environment (IDE) for .NET framework applications. It supports C# and VB.Net and builds upon the open-source SharpDevelop tool.
Within a Ranorex Solution, you can create several types of projects as follows:
- In the Project view of an open solution, right-click the solution.
- Click Add > Blank project….
-
In the project creation dialog, provide the following information:
- Name the project.
- Change the Location where the project saves and the Language, if necessary.
- Select a Project type:
| Ranorex test suite | A project holding a Ranorex Test Suite which may contain recordings and code modules. This might be your first choice when starting with Ranorex Studio |
| Ranorex test suite module library | A project holding recordings and code modules that can be shared and reused |
| Ranorex class library | A project for creating classes that are used in other applications |
| Ranorex console application | A project that creates a command line application |
| Ranorex Windows application | A project that creates an application with a Windows interface |