Search found 11 matches

by mind
Mon Mar 07, 2016 9:10 am
Forum: Automation Discussions
Topic: How to add namespace to custom report xsl
Replies: 2
Views: 2571

Re: How to add namespace to custom report xsl

Just for the case, someone else was interested in this topic. Response from the Ranorex Support: Unfortunately, the way you customized the XSL template is not supported by Ranorex. Our view, the rxlog file, expects certain data and entry points to load data dynamically, which are not part of the att...
by mind
Mon Feb 29, 2016 11:51 am
Forum: Automation Discussions
Topic: How to add namespace to custom report xsl
Replies: 2
Views: 2571

Re: How to add namespace to custom report xsl

Does anyone have a suggestion? :cry:
by mind
Wed Feb 24, 2016 10:48 am
Forum: Automation Discussions
Topic: How to add namespace to custom report xsl
Replies: 2
Views: 2571

How to add namespace to custom report xsl

Hello, we like to get some statistics from our test runs, e.g. how many activities, grouping by time, grouping by activity... We made a xsl script to extract this information. That works fine. Now we like to integrate the xsl into the custom template xsl. Unfortunately, this does not work. The recei...
by mind
Tue Feb 16, 2016 1:44 pm
Forum: Bug Reports
Topic: Ranorex gets stuck during test
Replies: 7
Views: 2275

Re: Ranorex gets stuck during test

Hi Markus,

at the moment, I am not able to run the test with a newer version.

The next update is scheduled after your next Release (should be Q1 assuming to your product roadmap)

Maybe I can set up a new VM with version 5.4.5.
I will provide new information as soon as possible.
Mind
by mind
Wed Feb 10, 2016 9:52 am
Forum: Bug Reports
Topic: Ranorex gets stuck during test
Replies: 7
Views: 2275

Re: Ranorex gets stuck during test

It seems that we have a similar problem. So I just append my issue to this topic. We run our tests with Ranorex 5.1.1. and VirtualBox. During one test we wait for not exist and the timeout is 30 seconds and the effective search timeout is 31 seconds, but unexpectedly Ranorex waits 4 hours before it ...
by mind
Thu Jul 09, 2015 4:27 pm
Forum: Object Identification and Technologies
Topic: How to speed up object identification
Replies: 2
Views: 1765

Re: How to speed up object identification

I send the information to your support.

And I will give the 5.4 a try on a vm, but i can't update our production system on the fly.


I will keep track of the solution in this topic for the rest of the community.

Thxs.
by mind
Thu Jul 09, 2015 11:19 am
Forum: Object Identification and Technologies
Topic: How to speed up object identification
Replies: 2
Views: 1765

How to speed up object identification

Hello, we use Ranorex version 5.1.1. on Win7 to automate a Windows application(win forms). We have the problem that some elements are not identified in an acceptable time (>10s). Can you tell me something about the mechanism that is used to identify objects? And some tricks to boost the identificati...
by mind
Tue May 05, 2015 11:57 am
Forum: Bug Reports
Topic: Automation pause without any hint
Replies: 4
Views: 2039

Re: Automation pause without any hint

Hi there, maybe the problem is related to the ranorex stdout. We use Cruise Control and Virtual Box to run our tests. And we redirect the ranorex output through VBox to CC. CC had an exception and did not report anything anymore. Is it possible that ranorex stops working when it can't deliver its lo...
by mind
Mon May 04, 2015 2:52 pm
Forum: Bug Reports
Topic: Automation pause without any hint
Replies: 4
Views: 2039

Re: Automation pause without any hint

I double checked the test run again. And at that point we don' use user code. The test pause between validation and a mouse click. Maybe the problem is not related with the ranorex software. I found some abnormalities at our build system and the virtual box. I'll keep you informed. BTW: Is there any...
by mind
Thu Apr 30, 2015 12:05 pm
Forum: Bug Reports
Topic: Automation pause without any hint
Replies: 4
Views: 2039

Automation pause without any hint

Hello, I have a problem that occurs once in a while. The automation pause and won't continue. The process is still working and the ranorex execution window is still visible. Tonight the last message in this window was "Waiting for 400ms." I don't know what happens. Did ranorex write any log files fo...
by mind
Thu Jul 18, 2013 2:41 pm
Forum: Automation Tools
Topic: Delegate variable to another Module
Replies: 1
Views: 1862

Delegate variable to another Module

Hi,

i need to delegate a variable from a user code module to a recording module.
I call the recording module with TestModuleRunner.Run(new RecodingModule());
In the user code module i have a variable. What should i do to delegate the variable to the recording module and how to use it there?

Thanks