
Start the Ranorex Studio and use the file menu to create a new test solution ('File '| 'New' | 'Solution...')
Now click the record button from the tool bar and confirm the dialog with the 'OK' button to start recording.

The active recording is indicated through the animated Ranorex icon in the system tray:
Ranorex Studio is now minimized to record your desktop actions. For example, start the Windows calculator and hit some buttons.
Click the Ranorex icon within the SysTray or press the 'SHIFT' + 'ESC' shortcut to stop recording.
Click the 'Play' button to replay the captured user actions and generate test automation code or start a new recording by selecting the 'Rerecord' button.
Get your code after a successful replay by clicking the 'Get Code' button.
Now call the method 'Test1()' generated by Ranorex Recorder from your main routine as follows:
Compile and start your application by clicking the 'Play' button.