Search found 27 matches

by mats
Wed Jul 15, 2020 4:59 pm
Forum: General Questions
Topic: Test reports to non-ranorex users, how?
Replies: 35
Views: 19950

Re: Test reports to non-ranorex users, how?

Support Team wrote:
Mon Mar 09, 2020 2:38 pm
Hi Antti,

Here you go: https://upload.ranorex.com/s/pA5T9L2iqREXaNp

Regards,
Ned
Hi, could you upload the file again? This link and the following is not working anymore.

Regards,
Matthias

https://upload.ranorex.com/s/pA5T9L2iqREXaNp
by mats
Fri Jun 07, 2019 8:03 am
Forum: General Questions
Topic: UI-element recognition slow after Windows 10 update 1903
Replies: 2
Views: 1323

Re: UI-element recognition slow after Windows 10 update 1903

The Problem can be solved by starting Ranorex Studio NOT as administrator.
-> No debugging in this mode.
by mats
Tue May 28, 2019 12:22 pm
Forum: General Questions
Topic: UI-element recognition slow after Windows 10 update 1903
Replies: 2
Views: 1323

UI-element recognition slow after Windows 10 update 1903

After installing the latest big update Windows 10, version 1903, the UI-element recognition is very slow. Only the first usage of a Base element is slow. <4s with Ranorex 8.3.0 before Windows update 39s with Ranorex 8.3.0 12s with Ranorex 8.3.3 -> is there a solution for this problem (if possible wi...
by mats
Thu May 23, 2019 9:21 am
Forum: Automation API
Topic: ClearBrowserCache Method - any way to set a longer timeout?
Replies: 6
Views: 1753

Re: ClearBrowserCache Method - any way to set a longer timeout?

If I use the OpenBrowser action with ClearCache parameter, the cache is not deleted afterwards.
Is the cache "cleared" only for the active session?
by mats
Wed Aug 10, 2016 9:21 am
Forum: Automation Tools
Topic: OemQuestion not found on CH Keyboard
Replies: 1
Views: 2599

OemQuestion not found on CH Keyboard

For 'Edit>Format>Commet region' the shortcut 'Ctrl+OemQuestion' is defind in Ranorex Studio 6.0.1.
I can not find the OemQuestion with CH Keyboard (key '?' wont work). :(
- how does 'Ctrl+OemQuestion' work with CH Keyboard?
- is it possible to configure an other shortcut for 'Commet region'?
by mats
Fri Jun 24, 2016 4:58 pm
Forum: Mobile Testing
Topic: Long touch not for system apps?
Replies: 1
Views: 1669

Long touch not for system apps?

With Android Longtouch() works, but not for system Apps. Tested with Ranorex 6.0 & Samsung S6 Galery.
Is that a known Limitation?
by mats
Tue Jan 22, 2013 2:51 pm
Forum: Bug Reports
Topic: Usercode disappears if bracket is missing
Replies: 10
Views: 2268

Usercode disappears if bracket is missing

If Usercode has several nested statements, code disappears with F8 if a bracket is missing. Without any history. In my case with Ranorex 4.0.1 all code disappears except for method header. In the attached example (TestCaseSelection.UserCode.cs line 72) only some lines disappear. Is there an option t...
by mats
Mon Sep 03, 2012 3:41 pm
Forum: General Questions
Topic: handling unexpected dialogs - can't make it to work
Replies: 8
Views: 2380

Re: handling unexpected dialogs - can't make it to work

As the API documentation for that property points out, the timeout is only used when adapters are searched by assigning a path to an adapter variable.

refer to http://www.ranorex.com/forum/what-defau ... t2054.html
by mats
Fri Jul 06, 2012 4:31 pm
Forum: Automation Tools
Topic: How to include the Image Repository in the executable?
Replies: 9
Views: 3986

Re: How to include the Image Repository in the executable?

Is the filename generated, but fix and will not change? e.g. Repository31097da5.rximgres
by mats
Tue May 22, 2012 4:30 pm
Forum: General Questions
Topic: recreate GUID's in entire project
Replies: 1
Views: 1950

recreate GUID's in entire project

I have copied a solution with one project 4 times. No I would like to have all projects in one solution, but all copied Recordings and TestSuite Items have the same GUID.

Is it possible to recreate all GUID's while adding an existing project?
by mats
Mon May 21, 2012 12:33 pm
Forum: General Questions
Topic: How to detect changed Handle
Replies: 2
Views: 1677

Re: How to detect changed Handle

With some help by the Support Team I implemented two Methods. Check if Mouse.CursorName != "WaitCursor" during 3s Method Timeout ~= 20s (waitCountMax = 200 * 0.1s) public static void Wait_NotBusy() { String CursorName; Int32 waitCountMax = 200; // Method Timeout ~= 20s Int32 notBusyCountMax = 30; In...
by mats
Mon Mar 26, 2012 9:29 am
Forum: General Questions
Topic: How to detect changed Handle
Replies: 2
Views: 1677

How to detect changed Handle

Some GUI refresh are difficult to detect without doubt. The only clear difference is (in my case) the Handle. Without completed GUI refresh, the following test step can fail. A workaround would be a huge timeout. How to detect a changed Handle: User-Code can be written firstly to save the actual Han...
by mats
Tue Feb 28, 2012 4:54 pm
Forum: Bug Reports
Topic: command line creates no screenshots on error
Replies: 2
Views: 2206

command line creates no screenshots on error

If the Ranorex Test ist started with command line for every module, no screenshots are created if a failure occured. Start with /testsuite works as expected. This problem occurs with Ranorex 3.1.x and 3.2.1. With 3.2.x additional the verification won't work (hint: in the VIP example are no verificat...
by mats
Wed Aug 24, 2011 8:01 am
Forum: Automation API
Topic: Infragistics UltraWinGrid refresh only on LostFocus
Replies: 3
Views: 5142

Re: Infragistics UltraWinGrid refresh only on LostFocus

Would it be possible to send or post us a sample application with this special grid? Does this happen in Ranorex 2.x too? Unfortunately did I test this grid after installing Ranorex 3.x. There is no easy way to create a sample application. Could it be possible that the element needs an focus change...
by mats
Wed Aug 24, 2011 7:45 am
Forum: General Questions
Topic: Screenshots on Module errors without Test Suite
Replies: 1
Views: 1642

Screenshots on Module errors without Test Suite

actually these screenshots are also shown on a module error. To en/disable this feature you have to enter the Test Suite settings and check/uncheck "Capture Tracing Screenshots". refer to http://www.ranorex.com/forum/screenshots-on-user-errors-but-not-module-errors-t2096.html It works if command li...