Search found 2 matches

by arb
Wed May 04, 2016 8:56 am
Forum: Mobile Testing
Topic: Android difficult scenario: 'recover password' functionality
Replies: 3
Views: 2041

Re: Android difficult scenario: 'recover password' functionality

I would suggest to write some user code to fetch the emails yourself from the server using IMAP. A simple example: https://code.msdn.microsoft.com/windowsdesktop/Simple-IMAP-CLIENT-b249d2e6 Just use a spezific mail account just for this test and you are able to check the server for a new mail repete...
by arb
Thu Apr 21, 2016 10:43 am
Forum: Mobile Testing
Topic: Swipe performance in Android WebView
Replies: 1
Views: 2294

Swipe performance in Android WebView

Hi, I am trying to automate an a hybrid android application, where the whole UI is within a WebView and is HTML based. The Navigation within the app is based on swipe gestures. As soon as the app is instrumented, the swipe performance is really sluggish an a lot of gestures get lost. Therefore i am ...