Search found 82 matches

by lucian.teodorescu
Thu Jun 23, 2016 1:34 pm
Forum: Mobile Testing
Topic: Can't get Ranorex to detect Genymotion emulator
Replies: 12
Views: 3895

Re: Can't get Ranorex to detect Genymotion emulator

Hi Robert,

I've already done that, still no luck.

Thanks,
by lucian.teodorescu
Tue Jun 21, 2016 10:16 am
Forum: Mobile Testing
Topic: Can't get Ranorex to detect Genymotion emulator
Replies: 12
Views: 3895

Re: Can't get Ranorex to detect Genymotion emulator

OK, adding via USB is no longer a problem. I've just removed the installed Ranorex Service app and it worked.
But connection via WiFi is still problematic.
by lucian.teodorescu
Tue Jun 21, 2016 9:51 am
Forum: Mobile Testing
Topic: Can't get Ranorex to detect Genymotion emulator
Replies: 12
Views: 3895

Re: Can't get Ranorex to detect Genymotion emulator

Hi Robert, I use Ranorex 6.0 and the Service App 1.8.6. I've tried with Genymotion 2.7.1 and 2.7.2. When I add them via USB, I get this error: System.Exception: Failed to deploy the application via USB. pkg: /data/local/tmp/androidService.apk Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE] 10032 KB/s (...
by lucian.teodorescu
Fri Jun 17, 2016 10:24 am
Forum: Mobile Testing
Topic: Can't get Ranorex to detect Genymotion emulator
Replies: 12
Views: 3895

Re: Can't get Ranorex to detect Genymotion emulator

Hi, I can add, but cannot connect to Genymotion virtual devices with Android higher than 4.4.4 As I see in this thread, mikelaceste tried with Android 6.0.0 and the solution presented is with Android 4.1.1 I can work with anything up to 4.4.4. Did anyone succeed to use Genymotion with Android 5.1.0 ...
by lucian.teodorescu
Tue Jun 14, 2016 8:12 am
Forum: Mobile Testing
Topic: INJECT_EVENTS permission intermittently
Replies: 6
Views: 7638

Re: INJECT_EVENTS permission intermittently

Hi, I am also facing the same issue for some long time. Most of the times this happens when some action is not naturally possible e.g.: touch on some (not all) invisible element. I use genymotion virtual device (VD) to test our android apps. Real devices connected through USB are way too slow becaus...
by lucian.teodorescu
Fri May 20, 2016 2:06 pm
Forum: General Questions
Topic: Funny
Replies: 21
Views: 3318

Re: Funny

He he... nice team! Thanks for your amazing tool and support!
by lucian.teodorescu
Tue May 10, 2016 10:18 am
Forum: General Questions
Topic: How do I prevent failure message to creat screenshots
Replies: 4
Views: 1508

Re: How do I prevent failure message to creat screenshots

Hi Felix, In this case you can change the settings from code (choose your best place where to do this: for the entire Test Suite - in Main, or local). Ranorex.Core.Reporting.TestReport.EnableTracingScreenshots = false; Then, as I said you can still report a screenshot, 'on demand' using Report.Scree...
by lucian.teodorescu
Tue May 10, 2016 8:02 am
Forum: General Questions
Topic: How do I prevent failure message to creat screenshots
Replies: 4
Views: 1508

Re: How do I prevent failure message to creat screenshots

Hi Felix, First, set 'Tracing Mode' to Off: right-click Test Suite > Properties > Report > Tracing Screenshots. Then, to make sure you have the screenshot you need, add Report.Screenshot(Element target); before your Report.Failure() or Report.Log(ReportLevel.Failure...) Hope this solves your problem.
by lucian.teodorescu
Mon Mar 21, 2016 8:44 am
Forum: Mobile Testing
Topic: Where do you change the default 2.5m Validation duration
Replies: 2
Views: 3802

Re: Where do you change the default 2.5m Validation duration

Hi Gilbert, Validate.Exists(itemToFind) takes longer because it is looking for that item using default search time (which is 30s for the first level and adds 30s for each deeper level in the repository structure, when using Rooted Folder instead of Simple Folder). In repository right-click your item...
by lucian.teodorescu
Thu Mar 17, 2016 11:23 am
Forum: General Questions
Topic: Current Iteration is still continuing even a step is failed
Replies: 12
Views: 2905

Re: Current Iteration is still continuing even a step is failed

Hi guys, I used this behavior as a feature :P I hope they don't change it. :wink: Validate.Exists() throws a RanorexException (or RanorexCoreException?) if the item is not found, but Report.Failure() does not. Check more about this here: http://www.ranorex.com/Documentation/Ranorex/ and search by Fa...
by lucian.teodorescu
Wed Mar 16, 2016 9:33 am
Forum: Mobile Testing
Topic: Advice on making scripts runable on different devices
Replies: 10
Views: 2732

Re: Advice on making scripts runable on different devices

Hi, I don't have a project like this yet (although I might soon), so I would share some tips that I've heard on a Testing Conference. In order to have one Test Suite for different hardware: - you can go with 2 repositories with exactly the same structure and names. Then you have some user-code to se...
by lucian.teodorescu
Fri Mar 04, 2016 9:48 am
Forum: Object Identification and Technologies
Topic: Unable to identify Object from dropdown
Replies: 1
Views: 1715

Re: Unable to identify Object from dropdown

Hi,

There is an issue with the combobox/dropdown menus in browsers. Especially Chrome makes it harder to select an option than others, like IE or FF.

You can find some workarounds and related discussion here: http://www.ranorex.com/forum/cant-click ... t5683.html
by lucian.teodorescu
Fri Mar 04, 2016 8:54 am
Forum: General Questions
Topic: Funny
Replies: 21
Views: 3318

Re: Funny

Hi guys,

I've finally found all the eggs :oops: although here, in Romania, the Easter this year is on May 1st, so I would have had more time to find them :lol:

Cheers!
by lucian.teodorescu
Wed Feb 24, 2016 4:58 pm
Forum: General Questions
Topic: Funny
Replies: 21
Views: 3318

Re: Funny

Hi guys, you are making me very anxious.
What's this all about?
by lucian.teodorescu
Fri Feb 19, 2016 9:16 am
Forum: General Questions
Topic: Warning Service app is not installed but it is
Replies: 5
Views: 1491

Re: Warning Service app is not installed but it is

Hi stapes,

My bad, I've given incomplete suggestion. Of course there aren't two devices with the same IP in the network.
But in 'Devices' list of Ranorex there were two virtual devices with the same IP (because I set them manually).

Kind regards,