The CollectRetryErrorMessagesModule is a module available for all test containers. This module captures and logs error messages from failed attempts when you use the auto-retry feature on test cases or smart folders. This helps you analyze why specific iterations fail before they eventually succeed or finally fail.
By default, Ranorex only logs the final result of a retried test container. This module ensures that the report includes the error messages from every failed retry attempt.
Add the module to your test suite
To use this module, follow these steps:
- Install the Automation Helpers package if you have not already done so.
- In the Module browser, locate the CollectRetryErrorMessagesModule within the Ranorex Automation Helpers project.
-
Drag the module into the Setup section of the test for which a retry count >= 1 is set.