Search found 6 matches

by schulle0815
Wed Jul 04, 2012 8:46 am
Forum: Automation Tools
Topic: How to include the Image Repository in the executable?
Replies: 9
Views: 3986

How to include the Image Repository in the executable?

Hi, In our project we are using the "ContainsImage" Action in our Ranorex recordings and compile our Ranorex projects as executable files (*.exe). We noticed that when compiling the solution an Image Repository file (*.rximgres) is always created in a subfolder called "RepositoryImages" next to our ...
by schulle0815
Mon Jun 25, 2012 3:02 pm
Forum: Automation Tools
Topic: Ranorex runtime can't load an assembly while Studio can
Replies: 3
Views: 2985

Re: Ranorex runtime can't load an assembly while Studio can

Just for the record: the source of our problem was that the DLL that should be automated was build with .NET 4, but our Ranorex project was set to the .NET 3.5 as the target framework. Switching the Ranorex project to .NET 4 appeared to be the obvious solution, but it caused us some headaches. After...
by schulle0815
Thu May 24, 2012 8:58 am
Forum: Automation Tools
Topic: Ranorex runtime can't load an assembly while Studio can
Replies: 3
Views: 2985

Re: Ranorex runtime can't load an assembly while Studio can

Ok,thanks for the hint. The app.config is part of the testsuite project. At the moment we are doing a workaround that uses image recognition and therefore avoids loading the .NET 4 assembly. So for now the problem is solved :) .
by schulle0815
Wed May 09, 2012 1:04 pm
Forum: Automation Tools
Topic: Ranorex runtime can't load an assembly while Studio can
Replies: 3
Views: 2985

Ranorex runtime can't load an assembly while Studio can

Hello support team, we are experiencing a strange problem here related to a specific WinForms control (probably written in .NET 4.0) . When a recording that references this control is executed in the Ranorex Studio everything works fine (the control is found and can be manipulated be the recording)....
by schulle0815
Fri Nov 25, 2011 4:19 pm
Forum: Automation API
Topic: Remote execution for recorder modules and logging
Replies: 3
Views: 2762

Re: Remote execution for recorder modules and logging

Hi Markus, thanks a lot for providing the example. Now it seems that I misunderstood/misinterpreted the way the Ranorex runtime creates the overall recording result. I was also a bit confused that the method "TestModuleRunner.Run(yourModule)" does not provide a return value indicating the result of ...
by schulle0815
Fri Nov 25, 2011 12:25 pm
Forum: Automation API
Topic: Remote execution for recorder modules and logging
Replies: 3
Views: 2762

Remote execution for recorder modules and logging

Hi Ranorex-Support, at the moment we are working on a solution that integrates Ranorex into our own testing solution, so Ranorex can handle the GUI based testing issues that our software does not support in that detail. Our own testing solution is technically based on the Windows Workflow Foundation...