Search found 8 matches

by jon.hansen
Tue Aug 16, 2016 10:19 am
Forum: Automation Tools
Topic: Feature request: Allow custom enums as parameter type
Replies: 1
Views: 1825

Feature request: Allow custom enums as parameter type

It would be a great improvement if Ranorex Studio allows the use of custom enums as parameter type for user code methods. Currently our solution is to parse the string as the custom enum, but this will not reveal unsupported values/misspelling until the method is called - In addition, the tester is ...
by jon.hansen
Thu Jun 16, 2016 7:22 am
Forum: Automation Discussions
Topic: package sources credential
Replies: 2
Views: 2473

Re: package sources credential

Hi I assume that you're using TeamCity as a NuGet source. I'm not sure if it is possible to add credentials when adding a source using the Ranorex (/SharpDevelop) GUI, but it's definitely possible using the command line. Nuget.exe is located in ..\Ranorex 6.0\RanorexStudio\AddIns\Misc\PackageManagem...
by jon.hansen
Thu Feb 25, 2016 8:14 am
Forum: Bug Reports
Topic: Ranorex gets stuck during test
Replies: 7
Views: 2275

Re: Ranorex gets stuck during test

The test are run on a physical machine, which also runs an instance of the TeamViewer 10 Server.
It seems that if i shutdown TeamViewer, this behaviour is no longer observed, but as soon as i reactivate it, the Ranorex test will stall at some time.
by jon.hansen
Wed Feb 17, 2016 9:43 am
Forum: Bug Reports
Topic: Random System.AccessViolationException
Replies: 5
Views: 3067

Re: Random System.AccessViolationException

Hi,

I have observed this exception as well. It happens occasionally.
The log file has been forwarded to you.

Ranorex 5.4.5
Windows 7 x64
.Net Frameowrk 4.6.1
by jon.hansen
Fri Feb 05, 2016 8:55 am
Forum: Bug Reports
Topic: Ranorex gets stuck during test
Replies: 7
Views: 2275

Re: Ranorex gets stuck during test

Hi Markus,

Thanks for your reply.
Unfortunately I can't provide the exact application. I will try to reproduce this in a new application.
by jon.hansen
Tue Feb 02, 2016 10:47 am
Forum: Bug Reports
Topic: Ranorex gets stuck during test
Replies: 7
Views: 2275

Ranorex gets stuck during test

Occasionally while executing my test, Ranorex gets stuck in one of the method calls. When i break the test, the cursor stays at this call (in the Ranorex-generated cs files of a recording): Validate.Attribute(SomeButton, "Enabled", "true") SomeButton has an effective timeout of 2m (acc. to the repos...
by jon.hansen
Tue Nov 18, 2014 4:03 pm
Forum: Automation Tools
Topic: Edit standard console messages
Replies: 1
Views: 1694

Re: Edit standard console messages

I've found an alternative solution:

By implementing an eventhandler for the BeginActivity and the EndActivity events, the teamcity service messages is written when each testcase is started and stopped.
ranorex.com/forum/how-to-execute-a-piece-of-code-for-all-testcases-t4699.html
by jon.hansen
Tue Nov 18, 2014 1:09 pm
Forum: Automation Tools
Topic: Edit standard console messages
Replies: 1
Views: 1694

Edit standard console messages

Hi, We're running our Ranorex Test Suite from TeamCity. In TeamCity it's possible to do on-the-fly test reporting, by writing service messages to the std. output. (https://confluence.jetbrains.com/display/TCD8/Build+Script+Interaction+with+TeamCity) This means that we have to write a service message...