Search found 39 matches

by LPG
Thu Feb 14, 2013 1:32 am
Forum: General Questions
Topic: Rename project issues
Replies: 2
Views: 4006

Rename project issues

I have renamed one of the projects in my main Solution from OLDNAME to NEWNAME (just picking random names, of course :) ) However, doing this didn't seem to change all filenames and folders accordingly. * From within Ranorex, it shows the project name correctly as NEWNAME , and also the rxrep file a...
by LPG
Fri Jan 04, 2013 5:54 pm
Forum: General Questions
Topic: Data bindings lost after obsolete data sources are deleted
Replies: 2
Views: 1731

Re: Data bindings lost after obsolete data sources are deleted

At this point I already binded everything to the new csv data connectors (before I deleted the old ones). So although it is a good workaround, the workaround is too late for me, I suppose :)

Well, I thought it was worth asking, but now I know for future purposes.

Thank you for the quick response!
by LPG
Fri Jan 04, 2013 1:07 am
Forum: General Questions
Topic: Data bindings lost after obsolete data sources are deleted
Replies: 2
Views: 1731

Data bindings lost after obsolete data sources are deleted

Hello, I have data bindings that got lost when I switched my data sources from "simple" to "csv" files, and the removed the "simple" ones. Here are the steps I followed: 1. Set up test cases with "Simple" data sources (simple data table). Data binded, all ran well. 2. Created some csv files, and cha...
by LPG
Sat Oct 27, 2012 3:44 pm
Forum: General Questions
Topic: Repository and source control
Replies: 23
Views: 4698

Re: Repository and source control

I did see that fix you quoted in the Release Notes. However, the description for the fix referred to "image resources", so I assumed that was only for image files. Does this include rxrec files?
by LPG
Sat Oct 27, 2012 3:42 pm
Forum: General Questions
Topic: Two Report (Log) formats appearing
Replies: 11
Views: 2478

Re: Two Report (Log) formats appearing

Aha, you got it! There was no reference to the old report format in my code, nor was I using any custom report. However, I did have a "Ranorex.Plugin.Office.dll" in the Plugin folder. Last week I was trying to use Excel to copy/paste values to/from Excel into our application. After deleting the dll ...
by LPG
Thu Oct 25, 2012 8:58 pm
Forum: General Questions
Topic: Repository and source control
Replies: 23
Views: 4698

Re: Repository and source control

In the response to the original question above, Markus mentioned that the resourcebasedir issue will be fixed in version 3.3.2. When looking at the Release Notes, I don't see a fix for this listed. Was it just missed in the Release Notes, or does this mean it wasn't actually implemented? A fix for t...
by LPG
Thu Oct 25, 2012 4:47 pm
Forum: General Questions
Topic: Two Report (Log) formats appearing
Replies: 11
Views: 2478

Re: Two Report (Log) formats appearing

Yes, all the Program.cs files for all the projects have 'TestSuiteRunner.Run...', and no messages are logged before that. Yet, one project's report still produces the old one ... only on 1 computer. No custom XSL's are used anywhere. But even if there were, that would not explain the inconsistent be...
by LPG
Thu Oct 25, 2012 3:21 pm
Forum: General Questions
Topic: Two Report (Log) formats appearing
Replies: 11
Views: 2478

Re: Two Report (Log) formats appearing

Ranorex Support, do you perhaps have some ideas? I just realized an additional (and even more puzzling) piece of information to this issue that may or may not shed some light. Turns out that I get the old report version for the "offending" project only on 1 computer. When I check out the same soluti...
by LPG
Thu Oct 25, 2012 2:18 pm
Forum: General Questions
Topic: Two Report (Log) formats appearing
Replies: 11
Views: 2478

Re: Two Report (Log) formats appearing

Arthur, from what I can see, all the Program.cs files for the different projects contains a line: "using Ranorex.Core.Reporting;" But none of them (even the successful projects) specifically refer to "TestReport.Setup". In the code, I print reports using "Report.Error ... " or "Report.Info" etc. Thi...
by LPG
Wed Oct 24, 2012 11:07 pm
Forum: General Questions
Topic: Two Report (Log) formats appearing
Replies: 11
Views: 2478

Re: Two Report (Log) formats appearing

I was wondering if it is perhaps some old format. Searching the code, I could find no reference to "Report.Setup", or even just "Setup". :( I suspect the cause of this is going to be a needle in a haystack to find! And once it is solved, it will seem so obvious ... but right now, I'm just totally pu...
by LPG
Wed Oct 24, 2012 10:12 pm
Forum: General Questions
Topic: Two Report (Log) formats appearing
Replies: 11
Views: 2478

Two Report (Log) formats appearing

We have a Ranorex solution with a few projects. The Report (log) produced by 1 of these projects look different thanf or the other projects, and I am very puzzled why. I'm sure this is a simple setting somewhere, but I've been unable to figure it out. The "usual", standard report shows the test case...
by LPG
Mon Oct 08, 2012 10:48 pm
Forum: General Questions
Topic: Multiple users working on same solution
Replies: 1
Views: 1811

Multiple users working on same solution

Until now, we only had 1 person using Ranorex to automate our project's tests. However, we wil now be 2 people working on this. I believe that some Ranorex project files are continuously upadted as scripts are added/changed etc. What do we need to do to prevent these files from getting messed up if ...
by LPG
Wed Jul 18, 2012 11:12 pm
Forum: Object Identification and Technologies
Topic: Alternatives to Click - Select and Focus
Replies: 3
Views: 4012

Re: Alternatives to Click - Select and Focus

For some tests it should work to use SetAttributeValue. However, for other tests, it needs to be more "user entry" oriented. I think SetAttributeValue is moving away from being "user entry" oriented. For example, verifying that you can only enter numeric values, and that you get an appropriate error...
by LPG
Tue Jul 17, 2012 7:44 pm
Forum: Object Identification and Technologies
Topic: Alternatives to Click - Select and Focus
Replies: 3
Views: 4012

Alternatives to Click - Select and Focus

Hi, Sometimes when the Ranorex code (or recording) clicks on a cell in a table (grid) to enter a value, the value gets entered in a different cell than what we clicked on. The cells has tooltips that appears when you hover over them, and we suspect that the position of hovering tooltip is sometimes ...
by LPG
Thu Apr 12, 2012 9:13 pm
Forum: General Questions
Topic: Calling Recording from a Recording
Replies: 1
Views: 3032

Calling Recording from a Recording

Hi,

Is there a way to call a Recording from a Recording?

Right now drag recordings to the Test Suite, and some of them are used numerous times. So instead of doing this, could I rather have a line in the Recording file (or code) to grab another Recording?

Thanks