The Ranorex Automation Helpers is a collection of useful code modules and user code methods that can be used in any Ranorex Studio solution. They allow you to use functionality in your tests for which you would normally need coding skills. Examples include:
- 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
You can do all of the above and more with the Automation Helpers without coding.
This chapter explains how to install and update the Automation Helpers and gives instructions on how to use each code module and user code method.
Contribute to the Automation Helpers
The Automation Helpers are released under an open-source license and can be used, edited, and extended by anyone. You’re welcome to contribute!
-
The Automation Helpers source code is stored in a GitHub project at https://github.com/ranorex/Packages/tree/master/AutomationHelpers/src/. You can send your changes and extensions to us by making a pull request on GitHub.
-
The folder Modules contains the code modules included in the Automation Helpers.
-
The folder UserCodeCollections contains the user-code methods included in the Automation Helpers.