After installing Ranorex Studio, the next step is to plan your first test.
For more information, see Install Ranorex Studio and Installation and Licensing.
What to test?
To learn how to work with Ranorex Studio, start by testing the Ranorex Studio Demo Application:
- Download the Ranorex Studio Demo Application and extract it to any folder of your choice.
For this example, assume that it’s saved to the /Downloads/ folder of your system.
For your first test, verify that the text entered in the Enter your name field appears in the welcome message after you click Submit.
How to test it?
To test the behavior described above, your test needs to include the following actions:
- Start the application.
- Click in the text box.
- Enter Harry in the text box.
- Click Submit.
- Verify that the name appears in the welcome message.
- Close the application.
The test is successful if the submitted name appears in the welcome message.
Continue with 3. Create a New Solution.