Search found 67 matches

by anja
Tue Apr 14, 2015 1:22 pm
Forum: Automation Tools
Topic: Using DLLs created with older Ranorex versions
Replies: 4
Views: 2045

Re: Using DLLs created with older Ranorex versions

Hi,

is there anything new to this topic?

Regards,
Anja
by anja
Fri Jan 09, 2015 3:06 pm
Forum: Automation Tools
Topic: Using DLLs created with older Ranorex versions
Replies: 4
Views: 2045

Using DLLs created with older Ranorex versions

Hi, I'm facing the following situation: We have one Common project and created DLLs with Ranorex 4.1.6. (Containing general CodeModules, Recordings...) The DLL is referenced in many different projects. For one project I wanted to migrate to Ranorex 5.2.1. The common dlls are still created with Ranor...
by anja
Tue Apr 30, 2013 3:28 pm
Forum: Automation Tools
Topic: Using NOT in Recording
Replies: 1
Views: 1714

Using NOT in Recording

Hi, Within my Application, the actual power-mode of the PC is displayed. Now I wanted to check if the correct symbol is visible. There are 2 Elements in the Repository: - Battery-Indicator - Power-Indicator I wanted to use the recording to validate on each item if it is visible. I created a variable...
by anja
Fri Apr 12, 2013 6:41 am
Forum: General Questions
Topic: CSV file with chinese characters
Replies: 4
Views: 13263

Re: CSV file with chinese characters

Thank you very much for this quick answer! This solved my problem.
by anja
Thu Apr 11, 2013 2:23 pm
Forum: General Questions
Topic: CSV file with chinese characters
Replies: 4
Views: 13263

CSV file with chinese characters

Hi, I'm using csv files as datasource for my tests. As I'm testsing the strings displayed on the GUI in different languages I added a csv file as datasource containing all strings in the different languages. The CSV file is created from an excel sheet following the steps (I cannot use excel directly...
by anja
Tue Mar 19, 2013 2:59 pm
Forum: General Questions
Topic: Change DataContext of Parent TestCase
Replies: 3
Views: 2113

Re: Change DataContext of Parent TestCase

Hi, Sorry for my late response... Why I want to do this, is to be able to change the language of the application and use the "new" language for all following testcases. A possible design would be that you set the data binding on the 'Main Test Case' (as parent) and use one iteration (row) per langua...
by anja
Mon Mar 04, 2013 3:56 pm
Forum: General Questions
Topic: Change DataContext of Parent TestCase
Replies: 3
Views: 2113

Change DataContext of Parent TestCase

Hi, I've got following Testcase-Structure within my Testsuite: Testsuite: - MainTestcase - Testcase1 - Testcase2 On the main Testcase level I've attached via Databinding a file with more than one datarow. During the tests, there should only be one datarow used. (its a language file containing all st...
by anja
Wed Nov 14, 2012 12:30 pm
Forum: How To …
Topic: Handling unexpected Dialogs
Replies: 3
Views: 4413

Re: Handling unexpected Dialogs

Hi, if I understand your answer correctly, then it is possible to start a new thread from within the thread executing the tests but not possible to access the thread executing the tests from the new one.... Within the application it is not possible to turn off the appearance of this message dialog a...
by anja
Tue Nov 13, 2012 8:44 am
Forum: How To …
Topic: Handling unexpected Dialogs
Replies: 3
Views: 4413

Handling unexpected Dialogs

Hi, we've got one MessageBox which appears some time after starting the application. It is not possible to say when this dialog appears. I was following your blog entry http://www.ranorex.com/blog/handling-dialog-and-pop-up-windows - but not successfully. At the moment my tests fail if this dialog p...
by anja
Wed Oct 17, 2012 7:15 am
Forum: Automation API
Topic: Possible to Call ModuleGroups within Code?
Replies: 10
Views: 6443

Re: Possible to Call ModuleGroups within Code?

Hi, here is my use case where it is neccessary for me: During the automated installation of my Application under Test it is neccessary to have the .Net 4.0 Framework installed. On some PCs it is neccessary to install it during the test execution, on others it is already installed. What I've now is f...
by anja
Thu Aug 09, 2012 3:17 pm
Forum: How To …
Topic: How to integrat Ranorex with Jenkins
Replies: 1
Views: 3553

Re: How to integrat Ranorex with Jenkins

Hi Thomas, we had some similar problems with windows 7 systems... If you are using win7 and starts the jenkins slave as service on your pc then the service runs in the so called "session 0". This is a new security setting within win 7 and all services under System account are started within this ses...
by anja
Tue Jul 24, 2012 7:06 am
Forum: General Questions
Topic: Project does not compile after installing .net 4
Replies: 12
Views: 5258

Re: Project does not compile after installing .net 4

Hi, Thank you for this resolution... it works without any problems... But just to understand: I just checked the second solution, where this problem never occured... here the property of the not Ranorex specific References is not set to a fix version. --> Why is it working within this solution and n...
by anja
Fri Jul 20, 2012 12:16 pm
Forum: Bug Reports
Topic: Exception reporting in Ranorex Report
Replies: 8
Views: 3639

Re: Exception reporting in Ranorex Report

Hi, thank you for your very fast answer. I'm not sure if I understood your answer completely (or the message behind): You agree, that it would be better to see it if there is an "Error". But is there something happening? Will you implement something in this directionor even discuss internally a chan...
by anja
Fri Jul 20, 2012 7:38 am
Forum: Bug Reports
Topic: Exception reporting in Ranorex Report
Replies: 8
Views: 3639

Re: Exception reporting in Ranorex Report

Hi Ranorex-Team, we've got a similar problem with our Report... at some point we have a "report.Error" message. The report stays green at this Testcase and iteration. You said in your previous post, that error has no effect on the report -> so this behaviour is as you would expect.... But in another...
by anja
Thu Jul 19, 2012 7:46 am
Forum: Bug Reports
Topic: Modulegroup not found
Replies: 9
Views: 2414

Re: Modulegroup not found

Hi, ok, I think I know why it was not working correctly... I've got 2 Projects: 1: contains the testsuite 2: contains code modules (we are not using recordings) In the second project I created a folder "Installation" containing all CodeModules for the installation. Within this folder, I created the ...