Page 1 of 1

Action numbers in rxlog reports

Posted: Wed Jun 10, 2015 2:37 pm
by sjberkeley
When a long test script fails, it can be difficult to pinpoint the exact step that failed. The actions in the script have numbers - it would be great if these also appeared in the .rxlog file.

Re: Action numbers in rxlog reports

Posted: Wed Jun 10, 2015 3:00 pm
by krstcs
First, the Ranorex team has asked that we please make feature requests by email to [email protected].

Second, please include the following information when raising an issue on the forums:
Ranorex version
Windows version
Technology of SUT (WPF, Java, HTML, Flash/Flex, etc.)
Text of any error messages
RanoreXPath of any elements in question
Ranorex Snapshot of any elements in question


Finally, I would suggest that you re-think your test strategy to perhaps shorten your modules. If you have one module doing too much it can be confusing and hard to manage later on, especially if you are not the original creator. Make your modules short and single-purpose. Then you can string them together in the testcase the way you want them. There are exceptions to this, but they should be just exceptions.