The Ranorex Automation Helpers provide a collection of code modules and user code methods for use in any Ranorex Studio solution. These helpers allow you to implement advanced functionality without writing custom code, including:
- Automated distribution of test reports via email
- Automated handling of pop-up windows
- Automated conversion of reports to PDF
- Automated creation of custom log files
- Advanced string operations
- Measuring intervals during test execution
- Automated file downloads for web tests
This article explains how to install and update the Automation Helpers and provides instructions for each code module and user code method.
Contribute to the Automation Helpers
Ranorex releases the Automation Helpers under an open-source license. You can use, edit, and extend them as needed. Ranorex encourages contributions to the source code.
- The source code resides in a GitHub project. You can submit changes or extensions by making a pull request on GitHub.
- The Modules folder contains the code modules included in the Automation Helpers.
- The UserCodeCollections folder contains the user code methods included in the Automation Helpers.