The sample solutions on the Ranorex Studio Start page provide an introduction to key concepts of automated testing.
Review these examples to learn how to create automated tests for desktop, web, and mobile applications. There is also a cross-platform sample solution that demonstrates how to perform tests on desktop, web, and mobile in a single test scenario.
Open a sample solution
- Open Ranorex Studio.
- On the Ranorex Studio start page, go to Sample solutions, and select the sample solution you want to explore.
Desktop sample
|
Desktop sample performs automated tests on a demonstration desktop application. Learn something about variable binding, data connectors, user code actions, arguments, optional actions, smart folders, module groups, and global setup/teardown regions |
Web sample
Web sample performs automated tests on an online blog tool. Learn something about module libraries, popup watchers, project organization, report screenshots, validation, web testing, handling flyout menus, setup/teardown regions, and data binding. For more information, review Build a web test. |
Mobile apps on Android and iOS
|
These Android and iOS samples perform automated tests on a mobile application. Learn something about mobile testing, Android, iOS, deploying a mobile app, module groups, user code actions, setup/teardown regions, data connectors, and arguments Check the Android app test example and iOS app test example for more information. |
Cross-platform sample
|
Cross-platform sample performs automated tests on desktop, web, and mobile applications. Learn something about cross-platform test, end-to-end tests, iOS, Android, deploy mobile app, module library, project organization, popup watcher, web testing, mobile web testing, setup/teardown regions, and data binding |