Before planning your first test, follow the instructions to download a free trial of Ranorex Studio. For more information on downloading the product, check Installation and licensing.
What do we want to test?
In this guide, start by testing Ranorex Studio Demo Application, a simple program to support you in learning how to work with Ranorex Studio.
Download Ranorex Demo Application and extract the application into any folder of your choice.
For this guide, let's assume that it’s saved to the /Downloads/
folder of your system.
Create a test to confirm that text entered in the Enter your name field appears in the welcome message on the right, after clicking Submit.
How can we test it?
To test the behavior described above, our test will need to include the following actions:
- Start the application
- Click in the text box
- Enter “Harry” in the text box
- Click Submit
- Verify that the text is displayed in the welcome message
- Close the application
The test is successful if the submitted name appears in the welcome message.