The Ranorex Studio provides 3 different types of project templates:
The 'Console Application' template is used to provide an executable test case for directly starting tests - from a build server for example.
The 'Windows Application' template type allows you to create a Windows forms-based application in order to start automated tests using a GUI (graphical user interface).
Typical 'Class Library' projects can provide commonly used functions such as starting a program via Windows start menu.
By default, all Ranorex project types include the following elements:
The 'References' folder contains all required .NET assemblies.
A new Ranorex project also contains source code files like 'Program.cs' for C# console applications or 'Program.vb' for VB console application. Source code generated by the Ranorex Recorder or by Ranorex Repository will be stored within a separate code file.
A Ranorex solution consists of at least of one Ranorex project. By creating a new Ranorex solution, a new Ranorex project is also created automatically.
A Ranorex solution is used to manage multiple Ranorex projects.
Online User Guide
download as: PDF
