Search found 12 matches

by oualiSAI
Wed Jul 11, 2018 1:47 pm
Forum: How To …
Topic: Run Ranorex agent on many machines
Replies: 1
Views: 1431

Run Ranorex agent on many machines

Hello,

For my project i need to run many tests in parallel on differents machines, how many of license should i buy?

a license for every machine, or juste one runtime license with another premium license.
by oualiSAI
Mon Jul 09, 2018 3:34 pm
Forum: How To …
Topic: Test GUI with jenkins, when locked screen
Replies: 3
Views: 1773

Re: Test GUI with jenkins, when locked screen

What about VNC, is there a solution by using VNC
by oualiSAI
Mon Jul 09, 2018 9:30 am
Forum: How To …
Topic: Test GUI with jenkins, when locked screen
Replies: 3
Views: 1773

Test GUI with jenkins, when locked screen

Hello, for my project, i have 2 VM , i have installed ranorex in the first and jenkins in the second, The VM 1 is used like a master in jenkins, and the VM2 where ranorex is installed is used like a slave the 2 VM are installed at a customer's, i use a VPN to connect to the VMs, My objectif is to pl...
by oualiSAI
Thu Jun 14, 2018 11:49 am
Forum: How To …
Topic: Connect to oracle database using ranorex
Replies: 3
Views: 2638

Re: Connect to oracle database using ranorex

but the class OracleConnection don't exist in ranorex, how to install Oracle.DataAccess in ranorex
by oualiSAI
Thu Jun 14, 2018 11:35 am
Forum: How To …
Topic: Connect to oracle database using ranorex
Replies: 3
Views: 2638

Connect to oracle database using ranorex

Hello,

I am looking for how to connect to an oracle database using code. with ranorex
by oualiSAI
Mon May 28, 2018 11:53 am
Forum: How To …
Topic: Verify that an element apear in a geographique map
Replies: 1
Views: 1358

Verify that an element apear in a geographique map

Hello, For my application, i want to verify when i click in a button that an object apear in the geographic map, i have tried to use image based testing but the symbol of and object can be changed by a user, so i want something dynamic, is there another solution without using the image based testing...
by oualiSAI
Mon May 28, 2018 9:23 am
Forum: How To …
Topic: Perform Mouse DoubleClick, Move
Replies: 7
Views: 2595

Re: Perform Mouse DoubleClick, Move

hello,

the problem is that i have no choise, i have to use RD, what do you think if i install a virtual machine inside the RD, to ensure that when the RD is locked the tests will continue to work?
by oualiSAI
Sun May 27, 2018 3:14 am
Forum: How To …
Topic: Perform Mouse DoubleClick, Move
Replies: 7
Views: 2595

Re: Perform Mouse DoubleClick, Move

Thank you for your response, effectively i think that the problem is because i'm writing the tests in Remote Desktop Connection , for the moment the method performClick work well. I have two more question if you can help me, 1) in my application i would verify that an object apear in a geographic ma...
by oualiSAI
Fri May 25, 2018 4:20 pm
Forum: How To …
Topic: Perform Mouse DoubleClick, Move
Replies: 7
Views: 2595

Re: Perform Mouse DoubleClick, Move

i mean is there a fonction like performclick() for doubleclick or mouse move, because sometimes the double click and click don't work when the delay between two actions is not enough.
by oualiSAI
Fri May 25, 2018 2:39 pm
Forum: How To …
Topic: Perform Mouse DoubleClick, Move
Replies: 7
Views: 2595

Perform Mouse DoubleClick, Move

Hi,

Is there a way to perform doubleClick or mouse move like the method button.PerformClick() without seeing the mouse?


Thanks.
by oualiSAI
Fri May 11, 2018 9:16 am
Forum: How To …
Topic: Mouse Click in Ranorex
Replies: 3
Views: 2108

Re: Mouse Click in Ranorex

I want to move a map with the icon hand, 1) mouse down in the map 2) move to a specific position 3) move up so what i'm looking for is if there is a way to for example: move mouse right until a item exists (apear). the map is a set of items, for each movement of the map we have a new item, and I can...
by oualiSAI
Thu May 10, 2018 8:33 pm
Forum: How To …
Topic: Mouse Click in Ranorex
Replies: 3
Views: 2108

Mouse Click in Ranorex

Hi,

Is there a way to move mouse until an element exists?. In my application i need to move a geographique until i reach in a specific position.

Thank you.