The first example uses only Ranorex Recorder and does not require any programming experience.
The new project template now contains an empty recording file and the Program.cs file which is used to write Ranorex based test automation code.
Now press the 'Record' button within the recorder. Ranorex Studio will be now minimized.
Note: Normal mouse movements are not currently recorded by the Ranorex Recorder. Please make a mouse click at each GUI element where normally only a simple mouse action would be necessary. This is especially important in recording menu items.
After pressing the sum button of the calculator application we would like to validate the result. To do this we click the 'Validate' button of the Ranorex Recorder tool bar.
Wait a moment to see that the text box is being tracked and is ready to be validated. Now click the highlighted GUI element to open the validation dialog.
Just check the 'Text' for validation and close the dialog by selecting the 'OK' button.
Ranorex Studio appears and shows all recorded actions within the Recorders actions table.
Open the Program.cs file and insert follwing line of code.
Online User Guide
download as: PDF
