Search found 169 matches

by tallahassee101
Tue Apr 16, 2013 9:51 pm
Forum: Bug Reports
Topic: Feature Request: User code arguments
Replies: 9
Views: 3561

Re: Feature Request: User code arguments

So in Ranorex 4.02 this no longer works again. We just recently upgraded from 3.3 to 4.02 and now the usercode that inherits from the baseclass is generating empty methods that are in the baseclass. This generates the same warning as before: 'TacViewLib.Common.SetDeclutterState.TurnOffDeclutter()' h...
by tallahassee101
Mon Jan 14, 2013 3:19 pm
Forum: Bug Reports
Topic: System.Windows.Forms causing diff issues
Replies: 5
Views: 2212

Re: System.Windows.Forms causing diff issues

The issue we had was similar to what you are describing, one system says 2.0 and the other says 4.0. To fix the issue we installed the latest .NET framework on the system with 2.0:
http://www.microsoft.com/en-us/download ... x?id=17718
by tallahassee101
Mon Dec 03, 2012 3:30 pm
Forum: Bug Reports
Topic: Incorrect Error Count
Replies: 5
Views: 2172

Re: Incorrect Error Count

Markus,

Thank you for the explanation. I'd like to report the parent/child failure as a bug. I can't think of a scenario where we would ever want to count that as two separate failures. It makes the parent/child feature of test cases not work for organizing tests appropriately.

Thanks,
-Nick
by tallahassee101
Mon Dec 03, 2012 2:58 pm
Forum: Bug Reports
Topic: Software freezing/crashing only with Ranorex
Replies: 1
Views: 1853

Software freezing/crashing only with Ranorex

Hi, I've been having trouble recently with using Ranorex ( we are using version 3.3.3 right now ) to run automated tests on our software. It seems that certain actions in our software hang or freeze when done with Ranorex; however when the same action is done by hand there is no freeze or hanging at...
by tallahassee101
Mon Dec 03, 2012 2:40 pm
Forum: Bug Reports
Topic: Incorrect Error Count
Replies: 5
Views: 2172

Re: Incorrect Error Count

Markus, How would customizing my report help solve the issue with the failure count? Is it clear how the error count is being improperly reported in the screenshots I attached? I understand there may not be a way to change the failure count, however I am reporting this as a bug in the ranorex softwa...
by tallahassee101
Thu Nov 29, 2012 4:59 pm
Forum: Bug Reports
Topic: Incorrect Error Count
Replies: 5
Views: 2172

Incorrect Error Count

Hi, I've attached 3 images for a test report that I generated with Ranorex. As you'll see in the Error Report file the "failed" test count is 6; however if you look at the other two images you'll see that only 2 recordings failed. We are trying to use the failed count as a metric for the current sta...
by tallahassee101
Tue Nov 13, 2012 11:16 pm
Forum: General Questions
Topic: Continue on Fail without Warning?
Replies: 2
Views: 2117

Re: Continue on Fail without Warning?

Thanks Markus,

It would be helpful for setting up conditional cases without the need for user code. I can think of several other test cases where we could use such a feature.

Thanks,
-Nick
by tallahassee101
Tue Nov 13, 2012 2:40 pm
Forum: General Questions
Topic: Continue on Fail without Warning?
Replies: 2
Views: 2117

Continue on Fail without Warning?

Hi, I have a recording that includes a step for Saving off an image, in some cases there might be a file with the same name that already exists so I have a step for clicking the Yes button on a "Do you want to replace the file with name XXX?". This step has Continue on Fail set to True, however it g...
by tallahassee101
Mon Nov 12, 2012 7:30 pm
Forum: General Questions
Topic: 3.3.3 Image Issue
Replies: 6
Views: 2019

Re: 3.3.3 Image Issue

Markus, In the following post http://www.ranorex.com/forum/post16707.html?hilit=%20image#p16707 you mentioned that the absolute path is now no longer stored in the repo file which seems to be the cause of the problem here. The absolute path before was properly finding the RepositoryImages/*.rximgres...
by tallahassee101
Mon Nov 05, 2012 2:32 pm
Forum: General Questions
Topic: Problems Building Ranorex with Jenkins
Replies: 5
Views: 3470

Re: Problems Building Ranorex with Jenkins

Markus,

If I load a licensed version of Ranorex Studio on my build machine is there a way to use it with Jenkins in order to generate those files? Using a command line statement perhaps?

Thanks
by tallahassee101
Wed Oct 31, 2012 4:41 pm
Forum: General Questions
Topic: Problems Building Ranorex with Jenkins
Replies: 5
Views: 3470

Re: Problems Building Ranorex with Jenkins

Markus, It doesn't make any sense to have to store generated files in subversion if I am building on Jenkins. These files should get generated when I execute a build on Jenkins, which is what I am confused about how to do. Would you please explain how this is done because the blog post does not expl...
by tallahassee101
Tue Oct 30, 2012 1:13 pm
Forum: General Questions
Topic: Teardown and continue with iteration
Replies: 3
Views: 4084

Re: Teardown and continue with iteration

The problem was that I was using Ranorex 3.3.0. I upgraded to 3.3.3 and everything works correctly now with the original code provided.
by tallahassee101
Mon Oct 29, 2012 9:20 pm
Forum: General Questions
Topic: Problems Building Ranorex with Jenkins
Replies: 5
Views: 3470

Problems Building Ranorex with Jenkins

Hi, I currently am creating a build of our Ranorex project through Jenkins and would like to change the manner in which we do it, but cannot figure out how. We currently are having to check-in all our generated ranorex *.cs files which I would like to remove from subversion. The problem is that the ...
by tallahassee101
Mon Oct 29, 2012 3:50 pm
Forum: General Questions
Topic: Teardown and continue with iteration
Replies: 3
Views: 4084

Re: Teardown and continue with iteration

So I used that code and now I get an error on every iteration. Am I using the code correctly? This code always calls error handling regardless of pass/fail of iteration if(!Ranorex.Core.Reporting.ActivityStack.Current.Parent.Parent.Status.Equals(Ranorex.Core.Reporting.ActivityStatus.Success)) { Repo...
by tallahassee101
Wed Oct 10, 2012 2:18 pm
Forum: General Questions
Topic: Teardown and continue with iteration
Replies: 3
Views: 4084

Teardown and continue with iteration

Hi, I have an iteration of tests I am running that is data driven. We are using the following code to test if the testcase has failed, however once a single iteration fails every iteration thereafter returns a failed value, even though the iteration's tests were successful. I believe this is because...