Search found 22 matches

by HardyG
Thu Oct 01, 2015 7:30 pm
Forum: Mobile Testing
Topic: Safe disconnect Ranorex from device
Replies: 6
Views: 2259

Re: Safe disconnect Ranorex from device

P.S.: One may ask: So why isn't there simply a device.Disconnect() method? (like I did) The reason is, that the devices you add by Ranorex Devices UI and the devices you add by user code are more or less the same an may be found side by side in the same list (as mentioned above). If you are trying t...
by HardyG
Thu Oct 01, 2015 6:06 pm
Forum: Mobile Testing
Topic: Safe disconnect Ranorex from device
Replies: 6
Views: 2259

Re: Safe disconnect Ranorex from device

Hi Markus, thanks a lot for the offer but I think I already found my fault... I was using Ranorex.Core.Remoting.IRemoteEndpoint device = RemoteServiceLocator.Service.GetByDisplayName(DeviceName) to get the device if it was already connected within the Ranorex UI. I did so to speed up the connection ...
by HardyG
Wed Sep 23, 2015 6:48 am
Forum: Mobile Testing
Topic: Safe disconnect Ranorex from device
Replies: 6
Views: 2259

Re: Safe disconnect Ranorex from device

Hi Markus and thanks for your reply! Adding the device is not the my issue - I'm already doing so by user code! Posting my code would more hide the issue rather than showing it ;-) I'm trying to show the issue posting some pseudo code. I do have only ONE test case which is only starting the system -...
by HardyG
Mon Sep 21, 2015 6:42 am
Forum: Mobile Testing
Topic: Safe disconnect Ranorex from device
Replies: 6
Views: 2259

Safe disconnect Ranorex from device

Hi, I'm doing mobile testing using several virtual Android devices on VmWare Workstation. I'm doing so using user code implementation. Because of an issue VmWare has I need to power cycle each VM after 20 times suspending it bacause otherwise it will fail after a while - but this is another issue......
by HardyG
Tue Sep 01, 2015 5:09 am
Forum: Mobile Testing
Topic: Memory leaks??? RunMobileApp and Imaging.Find...
Replies: 16
Views: 4776

Re: Memory leaks??? RunMobileApp and Imaging.Find...

Dear Markus, even though I do not have a memory profiler at the moment but by the behavior and the overall memory consumption of my application I can confirm this issue seems to be gone with Ranorex release 5.4.1. That's a great help! Thanks for fixing this so fast!!! I do have approx. 2000 DUT appl...
by HardyG
Mon Aug 31, 2015 8:05 am
Forum: Mobile Testing
Topic: APK file error
Replies: 6
Views: 2257

Re: APK file error

Hi, even though Ranorex included ApkTool 2.0.1 in Ranorex release 5.4.1 the issue in the ApkTool (not in Ranorex)is not solved by now. I've been posting the issue to the ApkTool team quite a while ago and they stated that it's known. I don't know why it's not solved. There i've also posted a work ar...
by HardyG
Mon Aug 31, 2015 6:48 am
Forum: Bug Reports
Topic: New bug in Ranorex.Imaging.Find(Bitmap, Bitmap, FindOptions)
Replies: 6
Views: 1915

Re: New bug in Ranorex.Imaging.Find(Bitmap, Bitmap, FindOptions)

Dear Markus,

I can confirm: Both described issues are solved with Ranorex Release 5.4.1

Thanks a lot and kind regards,
Hardy
by HardyG
Mon Jul 27, 2015 3:59 pm
Forum: Bug Reports
Topic: New bug in Ranorex.Imaging.Find(Bitmap, Bitmap, FindOptions)
Replies: 6
Views: 1915

Re: New bug in Ranorex.Imaging.Find(Bitmap, Bitmap, FindOptions)

Hi Markus,

any update on this Imaging.Find - issue?

Kind regards,
Hardy
by HardyG
Mon Jul 27, 2015 7:40 am
Forum: Mobile Testing
Topic: Memory leaks??? RunMobileApp and Imaging.Find...
Replies: 16
Views: 4776

Re: Memory leaks??? RunMobileApp and Imaging.Find...

Hi Markus,

is there any update on this one?

Kind regards,
Hardy
by HardyG
Thu Jul 16, 2015 3:39 pm
Forum: Bug Reports
Topic: New bug in Ranorex.Imaging.Find(Bitmap, Bitmap, FindOptions)
Replies: 6
Views: 1915

Re: New bug in Ranorex.Imaging.Find(Bitmap, Bitmap, FindOptions)

Thanks for letting me know, Markus. And: I'm reffering to Ranorex.Core.Remoting.IRemoteEndpoint.StartApplication(string platformAppName) With Ranorex 5.4 this method has an additional bool parameter now to define if the application should realy be re-started or just reactivated from the background (...
by HardyG
Wed Jul 15, 2015 8:17 am
Forum: Bug Reports
Topic: New bug in Ranorex.Imaging.Find(Bitmap, Bitmap, FindOptions)
Replies: 6
Views: 1915

New bug in Ranorex.Imaging.Find(Bitmap, Bitmap, FindOptions)

Hi, I've been updating from Ranorex 5.3 to 5.4.0.24580 now and there seems to be a new issue in the above mention Find method that was not there before (I've been downgrading to 5.3.2 and 5.3.3 to confirm before posting this). Using the releases 5.3.2 and 5.3.3 the above mentiond Find method returns...
by HardyG
Sat Jul 04, 2015 6:30 am
Forum: Mobile Testing
Topic: LUA instrumentation on Android...
Replies: 1
Views: 2204

LUA instrumentation on Android...

Hi there, just a simple question: Are there any plans to support LUA instumentation on Andoird in the near future? For now it's a bunch of work doing the LUA testing based on the native Android instrumentation which also has a couple of restrictions in terms of what can be done with a LUA based app....
by HardyG
Sat Jul 04, 2015 6:04 am
Forum: Mobile Testing
Topic: Memory leaks??? RunMobileApp and Imaging.Find...
Replies: 16
Views: 4776

Re: Memory leaks??? RunMobileApp and Imaging.Find...

Dear Markus, thanks again! I'm already working on a setup having 32GB but my Ranorex solution is already craching at around 1.6GB (starting at a need of round about 200MB) - no clue why... So I think increasing the memory wont help much. I guess I'll have to wait for the bugfix - that's hard. Time i...
by HardyG
Tue Jun 30, 2015 7:51 pm
Forum: Mobile Testing
Topic: Memory leaks??? RunMobileApp and Imaging.Find...
Replies: 16
Views: 4776

Re: Memory leaks??? RunMobileApp and Imaging.Find...

Good new! Excellent! Thanks a lot, Markus. Is there a work around for short term? And are you able to tell me how I can find out in which release a bugfix for this will be released? I can't 100% assure that also I did a mistake with the Imaging methods... Sorry if I provided missleading information....
by HardyG
Mon Jun 22, 2015 8:30 am
Forum: Mobile Testing
Topic: Memory leaks??? RunMobileApp and Imaging.Find...
Replies: 16
Views: 4776

Re: Memory leaks??? RunMobileApp and Imaging.Find...

Thanks a lot for your quick reply. So I'm looking forward for your findings and Solutions. even though... I'm a little surprised that you were not able to find the memory leaks in the Imaging methods... because they are realy obvious. I also provided some code in an earlier post... however These are...